Event Viewer

B

Bob

DCOM got error "%2147746132" from the computer VOC-SERVER
when attempting to activate the server: {5A5AA0AA-1DEB-
4683-96B0-B43301E83971}

This message shows up in event viewer repeatedly. How do
you stop it?
 
R

Rashmi.K.Y [MSFT]

Hi,

I understand that the system displays DCOM error in event viewer. Please
try the following steps and check if it resolves the issue.

1) From the description field in Event ID 10006, look for the GUID of the
class responsible for the error and make a note of it or copy it (Ctrl+C)
to the clipboard.

2) Launch REGEDIT.EXE and search the HKEY_CLASSES_ROOT\CLSID registry
container for the GUID found in step one above.

3) Determine the dll responsible for registering this class object by
double-clicking the GUID, and then clicking once on the InprocServer32
folder to reveal the dll name. The dll name can be found on the right hand
pane.

4) Using the following command, re-register the class object

REGSVR32.EXE <dll_name.dll>

Also please check whether the DCOM is enabled on the system that is
reported in the description of the event. The link below helps you to find
the location to enable the DCOM. The link however is for disabling the DCOM
on systems.

How to disable DCOM support in Windows
http://support.microsoft.com/default.aspx?scid=kb;[LN];825750

Hope it resolves the issue.

It was a pleasure assisting you.

Thank you,

Rashmi

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Bob" <[email protected]>
| Sender: "Bob" <[email protected]>
| Subject: Event Viewer
| Date: Mon, 31 May 2004 12:15:26 -0700
| Lines: 6
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4925.2800
| Thread-Index: AcRHQ6DT8QkWGj2KT12zQjzWQsbaTQ==
| Newsgroups: microsoft.public.win2000.general
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.win2000.general:140448
| NNTP-Posting-Host: tk2msftngxa06.phx.gbl 10.40.1.53
| X-Tomcat-NG: microsoft.public.win2000.general
|
| DCOM got error "%2147746132" from the computer VOC-SERVER
| when attempting to activate the server: {5A5AA0AA-1DEB-
| 4683-96B0-B43301E83971}
|
| This message shows up in event viewer repeatedly. How do
| you stop it?
|
 

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

Similar Threads


Top