Results 1 to 3 of 3

Thread: ODBC drivers error

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    6

    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.

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    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!

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    6

    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
  •  



Click Here to Expand Forum to Full Width