Aarrgghhh!
Sounds like your system Registry is having problems. By default CF tries
to store Client variables to the "registry". Not a good idea on heavily
used servers. Your best bet is to setup a dedicated Data Source for
client variables and use that instead. Look under "Client Variables" in
the Administrator - it lets you set a default client storage location to
a database as opposed to the registry. eg:
<cfapplication name="ANZFA_NIC" applicationtimeout="180"
clientmanagement="Yes" clientstorage="ANZFA_NPC_Users"
sessionmanagement="Yes" setclientcookies="Yes" setdomaincookies="No">
Note the "clientstorage" is pointing to a datasource after being given
client storage access in the CF administrator.
Peter Tilbrook
ColdFusion Applications Developer
Australia New Zealand Food Authority
Boeing House
55 Blackall Street
BARTON ACT 2600
Ph: +61-2-6271 2256
Fax: +61-2-6271 2278
http://www.anzfa.gov.au
-----Original Message-----
From: stas [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 August 2001 4:34
To: CF-Talk
Subject: Re: Server error 1450
No custom tags. Simply calling <cfapplication> in Application.comf with
plain vanilla parameters. I have changed anything on the site, so it
must be
the server. When I comment it out, the error goes away. The code runs
fine
on my local box as well.
----- Original Message -----
From: "Kris Pilles" <[EMAIL PROTECTED]>
Using the same custom tag on these sites?
Kris Pilles
-----Original Message-----
From: stas [mailto:[EMAIL PROTECTED]]
Hello,
I am getting this error an a couple of CF sites, can somebody please
explain
what it means?
Error Occurred While Processing Request
Error Diagnostic Information
Error attempting to get the client (Client ID = '202550').
A problem was encountered trying to access the system registry. Error
number
1450 occurred.
The error occurred while processing an element with a general identifier
of
(CFAPPLICATION), occupying document position (4:1) to (7:20).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists