dcom error in event properties

  • Thread starter Thread starter Gary Massengale
  • Start date Start date
G

Gary Massengale

See several instances of this:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to
logon .\IWAM_SERVERNAME in order to run the server:

{3D14228D-FBE1-11D0-995D-00C04FD919C1}



what is this referring to?



gary
 
See if you can find this CLSID to indentify the InprocServer32 in this area (the subkeys)

HKEY_CLASSES_ROOT\CLSID

In the registry (Start | Run | regedit | OK)

What is the file (dll)?
 
I found a folder for clsid:

HKEY_CLASSES_ROOT\CLSID\{0000002F-0000-0000-C000-000000000046}\InprocServer32


and it has listed as name "default", type "reg_sz", data "oleaut32.dll"


gary
 
Why are you looking in this key:

HKEY_CLASSES_ROOT\CLSID\{0000002F-0000-0000-C000-000000000046}
?

You should be looking in this key:

HKEY_CLASSES_ROOT\CLSID\{3D14228D-FBE1-11D0-995D-00C04FD919C1}

Then what is the InprocServer32 dll?

The key you found is a very importanat key and should not be changed in any manner.
 
I was liiking for the improcserver32 file you mentioned.
I cant find an exact match for the key you mention below.
 
Try this:

Start | Run | dcomcnfg | OK. Wait a bit for the window to come up. On the Applications tab can you identify that CLSID?

Not that IWAM is a System account that is used by your IIS. It usually is called IWAM_MachineName where MachineName is the name of your machine. Sometimes you may need to reset the IWAM account. You can search on resetting that at Google. It uses some vbs files in Inetpub\AdminScripts

http://support.microsoft.com/?kbid=822699
 
Back
Top