I suppose you haven't tried turning your cookies off, and then run you application through a line debuuger?
So you can see a snapshot of the memory variables? It would give you more information to your problem, its the best advice I can give you as there are way to many unknown variables at this stage. -- Senior Coldfusion Developer Aegeon Pty. Ltd. <http://www.aegeon.com.au/> www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Tuesday, 9 September 2008 12:16 PM To: [email protected] Subject: [cfaussie] Re: The requested instance is either invalid or not running I realize that, but the problem lies with the datasource, which is stored in the application scope. On Tue, Sep 9, 2008 at 10:42 AM, Andrew Scott <[EMAIL PROTECTED]> wrote: Bots unless they have changed, don't hold session information. They don't care, so I am assuming each page request is a complete new session for these guys. -- Senior Coldfusion Developer Aegeon Pty. Ltd. <http://www.aegeon.com.au/> www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Tuesday, 9 September 2008 9:48 AM To: [email protected] Subject: [cfaussie] The requested instance is either invalid or not running I keep getting the following error in my logs DataSource dsn_au_com_clickfind Detail [Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running. ErrorCode 08001 Message Error Executing Database Query. However, only for bots like Yahoo and Google etc. the error gets called from the onSessionStart one of the objects the onSessionStart creates makes a db request, the cfquery uses the following dsn #application.client.Datasource.getName()# the only thing I can think of is that the application variable is empty for bots, but I don't see how that is possible, anyone any ideas? Cheers -- Try advertising on the new Australian Business Directory www.clickfind.com.au <http://www.clickfind.com.au/> blog: http://australiansearchengine.wordpress.com/ Web Designers > http://www.web-designers-australia.com <http://www.web-designers-australia.com/> -- Try advertising on the new Australian Business Directory www.clickfind.com.au blog: http://australiansearchengine.wordpress.com/ Web Designers > http://www.web-designers-australia.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
