Netman Error Message

D

Datura

Greetings,

I have a situation, In Event Viewer I get the follow error in the System
View Folder:

TYPE = Red X SOURCE = DCOM

and says:

DCOM got error "The service database is locked." attempting to start the
service netman with arguments "" in order to run the server:
{BA126AE5-2166-11D1-B1D0-00805FC1270E}


I tried the INTEL and Microsoft website Knowledgebase and found nothing. I
tried searching the registry for the server
{BA126AE5-2166-11D1-B1D0-00805FC1270E} and did not find it.

My computer has the following hardware:

Intel D865PERL Motherboard (latest BIOS flashed)
Intel P4 3.0GHz Hyperthread 800 bus
1 GB Memory (4 - 256MB 400MHz 3200 CAS 3 DDR)
2 - 80GB Seagate ST3808110AS SATA1 set as RAID 0
nVidia GeForce 4 4800Ti 128
On Board Intel Pro/100 VE Network Connection (Driver Version: 8.0.27.0)
Soundblaster Audigy2
Sony DVD
Plextor CDRW
Antec 430-Watt ATX12V v2.2 Neo HE power supply

Windows XP Pro SP2 with .NET 2.0

I have tried installing windows with the NIC turned off and no cable and NIC
on with no cable....NIC off with cable and NIC on with cable same result.

I'm not sure if this is an INTEL NIC issue or a Windows XP issue, so I will
post in an INTEL newsgroup as well.

Any ideas whats going on?

Thanks in advance *_*
 
G

Guest

any event id??? like this:
Source: DCOM
Event ID: 10010 *****(here is the event id)*****
User: NT AUTHORITY\SYSTEM
Description: The server {3D14228D-FBE1-11D0-995D-00C04FD919C1} did not
register with DCOM within the required timeout.
 
W

Wesley Vogel

{BA126AE5-2166-11D1-B1D0-00805FC1270E} is the GUID for Network Connections
Manager or netman.dll.

Netman is the Service name for the Network Connections service. Network
Connections is the display name for the Network Connections service. I'm
sure that MS does this to confuse us all. ;-)

Look up ther error yourself. You need to have the Event ID & the Event
Source.

To view Windows XP Events and Errors, type the Source (for example, Print)
and/or the Event code (for example, 20) into the ID field, then click the Go
button. Source and Event codes may be found in the Event Viewer logs.

Windows XP Home/Professional Events and Errors
http://www.microsoft.com/technet/support/ee/ee_advanced.aspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
D

Datura

Wesley Vogel said:
{BA126AE5-2166-11D1-B1D0-00805FC1270E} is the GUID for Network Connections
Manager or netman.dll.

Ok sounds like DCOM could not start netman then
Netman is the Service name for the Network Connections service. Network
Connections is the display name for the Network Connections service. I'm
sure that MS does this to confuse us all. ;-)

Look up ther error yourself. You need to have the Event ID & the Event
Source.

I tried the link you have below, and typed in the Event ID (10005) and the
Event Source (DCOM) and it could not find anything.
 
W

Wesley Vogel

http://www.microsoft.com/technet/su...ProdVer=5.2&EvtID=10005&EvtSrc=DCOM&LCID=1033

Try this.

Open a command prompt...
Start | Run | Type: cmd | Click OK |

Type:

sc query netman

Hit your Enter key.

If the Network Connections service is running, should look something like
this:

------------------
C:\>sc query netman

SERVICE_NAME: netman
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\>
------------------

STATE : 4 RUNNING means the service is running.

If not running, type:

net start netman

Hit your Enter key.

If the Network Connections service is running, you'll get...

---------------
C:\>net start netman
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\>NET HELPMSG 2182

The requested service has already been started.


EXPLANATION

You tried to start a service that is already running.

ACTION

To display a list of active services, type:

NET START



C:\>
-----------------

If that doesn't start it, open Services...
Start | Run | Type: services.msc | Click OK |
Scroll down to and double click Network Connections |
If Startup type is not set to Automatic, set it to Automatic |
Click Apply | Click the Start button | When the services starts,
click OK | Close Services

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
D

Datura

Wesley Vogel said:
http://www.microsoft.com/technet/su...ProdVer=5.2&EvtID=10005&EvtSrc=DCOM&LCID=1033

Try this.

Open a command prompt...
Start | Run | Type: cmd | Click OK |

Type:

sc query netman

Hit your Enter key.

If the Network Connections service is running, should look something like
this:

------------------
C:\>sc query netman

SERVICE_NAME: netman
TYPE : 120 WIN32_SHARE_PROCESS (interactive)
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\>
------------------

STATE : 4 RUNNING means the service is running.

If not running, type:

net start netman

Hit your Enter key.

If the Network Connections service is running, you'll get...

---------------
C:\>net start netman
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\>NET HELPMSG 2182

The requested service has already been started.


EXPLANATION

You tried to start a service that is already running.

ACTION

To display a list of active services, type:

NET START



C:\>
-----------------

If that doesn't start it, open Services...
Start | Run | Type: services.msc | Click OK |
Scroll down to and double click Network Connections |
If Startup type is not set to Automatic, set it to Automatic |
Click Apply | Click the Start button | When the services starts,
click OK | Close Services

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

Ok, I did as you suggested and Netman/Network Connections is started and
running fine. So why do I keep getting that error message in Event Viewer
each time I start windows?

And BTW, thanks for your help *_*
 
W

Wesley Vogel

Ok, I did as you suggested and Netman/Network Connections is started and
running fine. So why do I keep getting that error message in Event Viewer
each time I start windows?

<shrug> Beats me. A matter of timing?

If it were me, I'd ignore the error. I get several errors in the Event
Viewer every time I boot that I just ignore.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
D

Datura

Yeah, thats the conclusion I am coming to as well. I mean everything works
fine so *shrugs* Thanks for your help *_*
 
W

Wesley Vogel

Keep having fun. ;-)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

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

DCOM error 1
help 1
Lots of DCOM errors 0
error messages 2
sudden reboot 1
EventSystem & netman startup errors logged on bootup 5
Error: The Service Has Not Been Started 3
DCOM+ Error 2

Top