'80004005' > Not a valid password on IIS 6

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default '80004005' > Not a valid password on IIS 6

    I'm using a ACCESS database that has a databasepassword. In the connection
    string I'll provide the password as follows:
    MM_test_STRING = "dsn=test;pwd=test;"
    This works fine on IIS 5 but on IIS 6 on Windows Server 2003 I'll get the
    followwing error:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    [Microsoft][ODBC Microsoft Access Driver] Not a valid password.

    When I'll remove the password the DSN works fine also.
    Any idea's?

    Nick



    Nick Bolink Guest

  2. Similar Questions and Discussions

    1. Help 80004005 Error...
      I'm working with a customer who has an NT Server (I think it's SP3) running IIS 4. We just converted the databases to Access 2000 and loaded Access...
    2. 80004005 error
      I initially posted this in a different ng. I was advised that this ng was perhaps more attuned to my question. The following is my original post:...
    3. Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB
      We are currently busy moving our website from a NT4 Server to a Windows 2003 Server. One of the site are making use of an MS access DB. A DSN was...
    4. 80004005 Error . . .
      Hello, I am getting the infamous 80004005 (like just about everyone else on the net it seems). Using NT4/IIS4, Access 97 DB, it is a low volume...
    5. Unable to connect to Access database - Not a valid account name or password.
      Hi All, Sorry for cross posting, but I am not sure where the problem is. Problem: I am not able to connect to any of my Access databases using...
  3. #2

    Default '80004005' > Not a valid password on IIS 6

    I'm using a ACCESS database that has a databasepassword. In the connection
    string I'll provide the password as follows:
    MM_test_STRING = "dsn=test;pwd=test;"
    This works fine on IIS 5 but on IIS 6 on Windows Server 2003 I'll get the
    followwing error:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    [Microsoft][ODBC Microsoft Access Driver] Not a valid password.

    When I'll remove the password the DSN works fine also.
    Any idea's?

    Nick


    Nick Bolink Guest

  4. #3

    Default Re: '80004005' > Not a valid password on IIS 6

    Nick Bolink wrote:
    > I'm using a ACCESS database that has a databasepassword. In the
    > connection string I'll provide the password as follows:
    > MM_test_STRING = "dsn=test;pwd=test;"
    > This works fine on IIS 5 but on IIS 6 on Windows Server 2003 I'll get
    > the followwing error:
    >
    > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    > [Microsoft][ODBC Microsoft Access Driver] Not a valid password.
    >
    > When I'll remove the password the DSN works fine also.
    > Any idea's?
    >
    > Nick
    See if this contains your answer:
    [url]http://www.aspfaq.com/show.asp?id=2009[/url] - 80004005 errors

    HTH,
    Bob Barrows


    Bob Barrows Guest

  5. #4

    Default Re: '80004005' > Not a valid password on IIS 6

    Probably the error occurs as the Everyone or IUSR account does not have
    Read, Write, Delete permission on the folder where the database resides.

    Regards,
    Antonio Paterno


    "Nick Bolink" <[email protected]> ha scritto nel messaggio
    news:[email protected]..
    > I'm using a ACCESS database that has a databasepassword. In the connection
    > string I'll provide the password as follows:
    > MM_test_STRING = "dsn=test;pwd=test;"
    > This works fine on IIS 5 but on IIS 6 on Windows Server 2003 I'll get the
    > followwing error:
    >
    > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    > [Microsoft][ODBC Microsoft Access Driver] Not a valid password.
    >
    > When I'll remove the password the DSN works fine also.
    > Any idea's?
    >
    > Nick
    >
    >
    >

    Antonio Paterno Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139