dcom error in event properties

  • Thread starter Gary Massengale
  • 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
 
G

George Hester

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)?
 
G

Gary

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
 
G

George Hester

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.
 
G

Gary

I was liiking for the improcserver32 file you mentioned.
I cant find an exact match for the key you mention below.
 
G

George Hester

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top