June 2008
Sun Mon Tue Wed Thu Fri Sat
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          
Search

 
Catagories
Archives
Recent Entries
Links
RSS
asp pages do not process
Catagory: programming · This Entry · Comment(0) · eMail entry · Google
March 11, 2005 12:12 PM

programming

so for some reason ASP pages stopped working on a box here, with pages returning HTTP 500 Internal server error & getting error 10001 in the event log.


all the pages out on the net pointed to resetting user permissions on the entire drive -- turns out the underlying problem & fix was simpler than that.


here's the original error message in the event log:

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10001
Date: 3/5/2001
Time: 9:59:40 AM
User: NT AUTHORITY\SYSTEM
Computer: MACHINE-NAME
Description:
Unable to start a DCOM Server: {99169CB1-A707-11D0-989D-00C04FD919C1} as ./IWAM_MACHINE-NAME. The error: "Access is denied. " Happened while starting this command: C:\WINNT\System32\dllhost.exe /Processid:{3D14228D-FBE1-11D0-995D-00C04FD919C1}

to help diagnose the problem, we decided to change the isolation level in iis, and thus manifested a different error message.

Source: DCOM
Event ID: 10010
User: NT AUTHORITY\SYSTEM
Description: The server {3D14228D-FBE1-11D0-995D-00C04FD919C1} did not register with DCOM within the required timeout.

cause :

The problem resulted from The NT AUTHORITY\Authenticated Users or NT AUTHORITY\INTERACTIVE entries have been removed from the Users group.

solution :

don't know when or why that happened. but the solution was easy, just put the users back in the group

http://support.microsoft.com/kb/327153/EN-US/
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q309051&





Comments

Post a comment
Name:


Email Address:


URL:


Comments: