This topic is locked

-2147467259

7/15/2005 2:18:48 PM
ASPRunnerPro General questions
D
dallen03 author

ERROR MESSAGE
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x928 Thread 0x188c DBC 0x1e35f3c Jet'.
select [LOG #], [PROCEDURE #], [REV #], [ORIGINATOR], [ext], [FEED-DATE], [DESCRIPTION], [PROPOSED RESOLUTION], [other-comments], [SOURCE], [PRIORITY], [Date-Closed], [Date-Rejected] From [FEEDBACK]
I had this error and corrected it when I changed the permission to allow read/write to the database.

I move the same files and folders to another windows server and change the permissions, BUT I still get this message????? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1637&image=1&table=forumtopics' class='bbc_emoticon' alt=':huh:' />
Any Ideas, I really like the program <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1637&image=2&table=forumtopics' class='bbc_emoticon' alt=':)' />

Sergey Kornilov admin 7/18/2005

Hi,
this error means your ASP engine can't locate your database file.

Check the connection string in include/..._dbconnection.asp file. It has to point on your database file.
Also you can post the connection string here.

D
dallen03 author 11/29/2005

Hi,

this error means your ASP engine can't locate your database file.

Check the connection string in include/..._dbconnection.asp file. It has to point on your database file.
Also you can post the connection string here.


Here is the connection string
<%

strConnection = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\MTC_FEDB2_be.mdb") & ";UID=;PWD="

%>
IT said the permissions are set to users to access the folder and database file (access database)
Here is the error:
ASP error happened
Technical information

Error number -2147467259

Error description [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xc8c Thread 0xc7c DBC 0x1bf69d4 Jet'.

URL /Maintenance/MaintenanceWebsite2003/FORM/ss/FEEDBACK_list.asp

SQL query select [LOG #], [PROCEDURE #], [REV #], [ORIGINATOR], [ext], [FEED-DATE], [DESCRIPTION], [PROPOSED RESOLUTION], [other-comments], [SOURCE], [PRIORITY], [Date-Closed], [Date-Rejected], [STATUS] From [FEEDBACK]
More info on this error
Please help -

Sergey Kornilov admin 11/30/2005

Make sure you database file is actually located at /Maintenance/MaintenanceWebsite2003/FORM/ss/db/MTC_FEDB2_be.mdb
If this doesn't help post full path to ASP files and to the database file here.

M
milkorivas 12/8/2005

Hi, the problem isn't the path of database, is permissions to users to access the folder and database file. '.MDB' is not the only one file of MSAccess. Check permissions to '.LDB' database file.