The registry is faster than, say, an Access database. However, this error
indicates that their registry is overloaded, and running out of space. They
could experience server crashes and ultimately, problems restarting the
server, if they don't either expand the size of the registry, purge it of
client variables, or IMHO the better solution, start storing the client
variables in a custom datasource.

Cheers

Will


-----Original Message-----
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: 30 August 2001 20:59
To: CF-Talk
Subject: RE: Server error 1450


that would be because your CFApplication tag includes the attribute
"CLIENTMANAGEMENT=YES".

Talk with your provider and see if they support client variables.  If so,
then ask why they are storing them in the registry, and not a datasource
(which would avoid this particular error).  They may have a realistic reason
for this, but I can't think of one.. other than performance issues.  On the
otherhand, how much faster is it if you crash when using client management?

Shawn Grover

-----Original Message-----
From: stas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 12:34 PM
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

Reply via email to