Help! odd error

  • Hello Everyone

    This is my first post over here, I hope it is not too stupid and you guys can help me. The company that I with has a Web Application that run on ASP and ASP.Net 1.14. Sometime we are getting the below error. Please if you can tell me what can be trigging this. The only way to fix it, it is to reset IIS Admin and SQL service

    Error

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Shared Memory]SSL Security error

    /gcare2/Default.asp, line 52

    Default.asp line 51 and 52

    Session("SAConnectionString")="DSN=DBName;UID=" & strSASQLLogin & ";PWD=" & strSASQLPassword & ";"

    objCn.Open Session("SAConnectionString")

    Server

    Windows 2003 R2 SP2

    SQL

    2005 9.0.4207

    Thanks in advance

  • Seems to be a problem with ADO/ODBC and ASP have a look to this KB article http://support.microsoft.com/kb/306345/en.

    The error description is different, but the error code is equal. Maybe this helps.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply