|
-
Apr 7th, 2005, 06:09 PM
#1
Thread Starter
New Member
ODBC drivers error
Everything was working fine on my website until last night we started getting the following error message while viewing to see the pages. Website is running on asp and sql server.
"Microsoft OLE DB Provider for ODBC Driverserror '80004005'[Microsoft][ODBC SQL Server Driver][Named Pipes]SQL Server does not exist or access denied.
reports/penaltyrankingreport_web.asp, line 19 "
I checked the line in my code and error is occuring at the line when the code is opening the recordset..
"objconn.open"
i already referred the following article on microsoft but not exactly sure in which direction to troubleshoot because i didn't make any changes to code, servername, database properties.
http://support.microsoft.com/default.aspx/kb/328306
Please let me know your feedback.
-
Apr 8th, 2005, 03:34 AM
#2
Frenzied Member
Re: ODBC drivers error
Sounds like the connection to the database cannot be made - possible physical connection lost or database has gone down. Where is the database hosted? Different server to the web server?
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Apr 8th, 2005, 10:16 AM
#3
Thread Starter
New Member
Re: ODBC drivers error
Database went down before 15 days when we did restore and then it started working again. webSite also started working fine with the new updated restored database. Only since yesterday out of nowhere we are seeing this error message everywhere on our website.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|