IT Toolbox

Event ID 10010 — DCOM server not registered on time

View my favorites

A DCOM component failed to register within the specified time limit.

Source of event

Microsoft-Windows-Dis-Programming — category Application….

Possible causes

  • Application blocked
  • Slow Windows Component
  • Associated service unavailable

Verifications to be carried out

  1. Identify the component or APPID
  2. Search for close application errors
  3. Check if the problem is reproducible

Useful orders….

Get-WinEvent -FilterHashtable @{LogName='System'; Id=10010} -MaxEvents 30

To be retained….

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0