Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: [ODBC SQL Server Driver]Communication link failure


Message #1 by "Tam Pham" <tam_news@y...> on Mon, 27 Jan 2003 19:35:14
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver]Communication link failure
/proj/login.asp, line 34




Hope someone can help. The application already run over a year and hasn't 
had any problem before. Now we keep getting the error message above. our 
site connects to SQL2k DB via ODBC connection. The DB connection is 
initialized in the global.asa on application start and is stored in 
application object, which is used in ASP pages, and is closed when 
application stop. 
As i mentioned, the application runs over a year without problem. Suddenly 
this error happens. Restart the application/IIS give the same error 
message. But interesting enough, the application runs again after I opened 
the global.asa and saved it(without code change). First time this happened 
was last week, and one again this morning.The application runs again after 
open & save the global.asa, but i looking for a better/permanent solution. 
Anyone can help? I would appreciate any advice/idea....

  Return to Index