Ask a Question related to ASP Database, Design and Development.
- Nick Bolink #1
'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
-
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... -
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:... -
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... -
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... -
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... - Nick Bolink #2
'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
- Bob Barrows #3
Re: '80004005' > Not a valid password on IIS 6 Nick Bolink wrote:
See if this contains your answer:> 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
[url]http://www.aspfaq.com/show.asp?id=2009[/url] - 80004005 errors
HTH,
Bob Barrows
Bob Barrows Guest
- Antonio Paterno #4
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




