service dependencies

I

iz

error message is

Win32: The dependency service does not exist or has been marked for
deletion.


any thoughts?

Win2000 Server, sp4
 
I

iz

Ya, it gives DCOM errors regarding WMI. Q328366 talks about this but doesn't
propose any solution. Any thoughts?

Dave Patrick said:
Check Event Viewer for details on the error.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
error message is

Win32: The dependency service does not exist or has been marked for
deletion.


any thoughts?

Win2000 Server, sp4
 
I

iz

here's the text from the event viewer error...

DCOM got error "The dependency service does not exist or has been marked for
deletion." attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}

maybe it's looking for the disabled NIC instead of the live one, per that Q
article. how can I point it back correctly?

thanks.

Dave Patrick said:
No idea really without the text of the Event Viewer errors.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
Ya, it gives DCOM errors regarding WMI. Q328366 talks about this but doesn't
propose any solution. Any thoughts?
 
D

Dave Patrick

For the circumstance in the article the switch is automatic after the six
minute delay. Appears that Windows Management Instrumentation may be somehow
corrupt.
 
I

iz

So if it is corrupt, how can I correct it without having to reinstall the
entire server?

Dave Patrick said:
For the circumstance in the article the switch is automatic after the six
minute delay. Appears that Windows Management Instrumentation may be somehow
corrupt.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
here's the text from the event viewer error...

DCOM got error "The dependency service does not exist or has been marked for
deletion." attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}

maybe it's looking for the disabled NIC instead of the live one, per
that
Q
article. how can I point it back correctly?

thanks.
 
D

Dave Patrick

They may know better in management.mmc You never did say ..... are you
seeing any problems as a result of this or just simply the Event Viewer
error? Can you tie the first appearance to anything installed or any other
event?
 
D

Dave Patrick

I just looked at a Windows 2000 Advanced server
HKLM\System\CurrentControlSet\Services\WinMgmt
the Reg_Multi_Sz
"DependOnGroup" is empty
the only value the Reg_Multi_Sz list
"DependOnService" is "RPCSS"
 
I

iz

On the last entry, mine says "RPCSS bh".
I only noticed this when I tried to open System Information. The last thing
installed on this machine was SP4.

Dave Patrick said:
I just looked at a Windows 2000 Advanced server
HKLM\System\CurrentControlSet\Services\WinMgmt
the Reg_Multi_Sz
"DependOnGroup" is empty
the only value the Reg_Multi_Sz list
"DependOnService" is "RPCSS"

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
So if it is corrupt, how can I correct it without having to reinstall the
entire server?
 
D

Dave Patrick

Then it appears "bh" is the argument that is being passed to RPC. I've no
idea what it would be for. My server is also at service pack four.

Bingo!

My Advanced server is a mostly a test box, so I appended the 'bh' arg to the
value the Reg_Multi_Sz list
"DependOnService"="RPCSS" restart the box. I then run msinfo32.exe and about
eleven of these populate the system event log. If you decide to remove the
'bh' arg, be sure you use regedt32.exe as regedit.exe may convert the
Reg_Multi_Sz to a Reg_Sz string.

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10005
Date: 11/19/2003
Time: 4:25:56 PM
User: DOMAIN1\Administrator
Computer: XEON550SERV
Description:
DCOM got error "The dependency service does not exist or has been marked for
deletion. " attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}
 
I

iz

I changed it for this entry but wonder if it's other entries too.
Also, the dependencies not existing error happens on all services.



Dave Patrick said:
Then it appears "bh" is the argument that is being passed to RPC. I've no
idea what it would be for. My server is also at service pack four.

Bingo!

My Advanced server is a mostly a test box, so I appended the 'bh' arg to the
value the Reg_Multi_Sz list
"DependOnService"="RPCSS" restart the box. I then run msinfo32.exe and about
eleven of these populate the system event log. If you decide to remove the
'bh' arg, be sure you use regedt32.exe as regedit.exe may convert the
Reg_Multi_Sz to a Reg_Sz string.

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10005
Date: 11/19/2003
Time: 4:25:56 PM
User: DOMAIN1\Administrator
Computer: XEON550SERV
Description:
DCOM got error "The dependency service does not exist or has been marked for
deletion. " attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
On the last entry, mine says "RPCSS bh".
I only noticed this when I tried to open System Information. The last thing
installed on this machine was SP4.
 
I

iz

same DCOM error given:
DCOM got error "The dependency service does not exist or has been marked for
deletion." attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}


Dave Patrick said:
Details?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
I changed it for this entry but wonder if it's other entries too.
Also, the dependencies not existing error happens on all services.
 
I

iz

Yes indeed.

Dave Patrick said:
You did restart the server?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
same DCOM error given:
DCOM got error "The dependency service does not exist or has been marked for
deletion." attempting to start the service WinMgmt with arguments "" in
order to run the server:
{8BC3F05E-D86B-11D0-A075-00C04FB68820}
 
I

iz

Not gonna do that. The system is only 4 months old. Oh well. I'll live with
it for now.
Thanks for your help. Take care.

Dave Patrick said:
It may be time to backup and reinstall the operating system.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

iz said:
Yes indeed.
 

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