>I have clientmanagement="Yes" and I think it defaults to the registry.... >But when I put clientmanagement="No"... No more error... Any ideas? >
That could be a situation where your registry is full. Can you dig into it and see how big it is? Are you on Window? Unix? I deleted the old posts, so I forget what platform you said you're on. As a side note, storing client variables in the registry is an awful practice (if you'll excuse the bluntness). The option is a remnant of early ColdFusion versions (pre-CF 4, I believe) where the Registry was your only option. Now, it's really there for backwards-compatibility reasons and an ODBC datasource is the recommended path. Here's a good TechNote to help you move away from this. I believe the application they refer to will display a list of client variables in your registry, so it's a good place to start to get a feel for what's there. http://www.macromedia.com/support/coldfusion/ts/documents/tn17881.htm My suggestion above obviously isn't a direct answer to your question. But I would first start by removing client variables from the registry to reduce the registry size and see if your problems go away. Regards, Dave. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

