 |
|
|
|
|
Knowledgebase
Article 456 |
|
|
 |
|
PROBLEM:
I am using Test.asp to validate by web server configuration and Test 5 is failing. The error message contains the following information:
HTTP 500.100 - Internal Server Error - ASP error
Error Type:
prwebsvr (0x800A005B)
Object variable or With block variable not set
/prtracker/prtracker.asp, line 57
SOLUTION:
The error occurs when the user account running test.asp or prtracker.asp does not have permission to run either the MSJET35.DLL, VBAJET32.DLL, or DAO releated DLLs. This problem can be solved in two ways:
1) Using IIS4 or IIS5, modify the virtual directory security settings so that the user account running prtracker.asp belongs to a user that has execution privileges on MSJET35.DLL and VBAJET32.DLL.
or
2) Modify the permissions of MSJET35.DLL and VBAJET32.DLL so that they can be executed by Everyone. Modify the permissions on all files in folder \Program Files\Common Files\Microsoft Shared\DAO so that Everyone has access.
|
|
|
|
|

|
| | |
|
|