Event ID 10010 - The server did not register with DCOM within the required timeout

When you try to browse Active Server Pages (ASP) pages, you may receive the following error message in the browser:

  • HTTP 500 - Internal server error
If you clear the Show Friendly HTTP Error Messages check box in the browser, you receive the following error message in the browser:
  • Server Application Error 

    The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information.

    Please contact the server administrator for assistance You receive an error message like the following in the system event log:
     

    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.

    This error message is followed in the event log by a warning message like the following:

    Source: W3SVC
    Event ID: 36
    User: N/A
    Description: The server failed to load application 'AppPath'. The error was 'Server execution failed'.

    You may also see entries like the following in your %SystemRoot%/Iis5.log file:

    OC_ABOUT_TO_COMMIT_QUEUE:Unreg iis_core:FindModules: FindProcessByNameW failed!

CAUSE

The NT AUTHORITY/Authenticated Users or NT AUTHORITY/INTERACTIVE entries have been removed from the Users group.

RESOLUTION

Add these users back to the Users group, and then restart Internet Information Services (IIS):

  1. Click Start, click Programs, click Administrative Tools, and then click Computer Management to open the Computer Management console.
  2. In the left pane, expand Local Users and Groups, and then click the Groups folder.
  3. In the right pane, right-click the Users group, and then click Properties.
  4. Click Add.
  5. In the Select Users or Groups dialog box, locate the Look in drop-down box, and then select the local computer.
  6. Select Authenticated Users, and then click Add.
  7. Select INTERACTIVE, and then click Add.
  8. Click OK, click Apply, and then click Close to close the properties for the Users group.
  9. In the left pane, expand Services and Applications, and then click Services.
  10. In the right pane, right-click IIS Admin Service, and then click Restart.
  11. In the Restart Other Services confirmation dialog box, click Yes.
發佈了50 篇原創文章 · 獲贊 0 · 訪問量 12萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章