Network Manager Service Event 7000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Had a recent virus on Windows 2000 Server. All clean now. Now I keep getting
Event 7000 from Service control manager. Network Manager Service failed to
start. Reason Windows could not find the file. I have spent hours searching
the MS website and others and cannot find any info about this service nor how
to replace the missing file. The running third party app keeps having SQL
errors that I am attributing to this service error. The server is Windows
2000 SP2 and runs MS SQL 2000. Mission Critical here so any help would be
appreciated.

Bob.
 
You might try from the Run box;

regsvr32 %systemroot%\system32\netman.dll

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Had a recent virus on Windows 2000 Server. All clean now. Now I keep
getting
| Event 7000 from Service control manager. Network Manager Service failed to
| start. Reason Windows could not find the file. I have spent hours
searching
| the MS website and others and cannot find any info about this service nor
how
| to replace the missing file. The running third party app keeps having SQL
| errors that I am attributing to this service error. The server is Windows
| 2000 SP2 and runs MS SQL 2000. Mission Critical here so any help would be
| appreciated.
|
| Bob.
 
Nope, that didn't do it either. dll was registered successfully but when
trying to start network manager service it fails. System cannot find the file
specified. Any other ideas?
 
Gee Whiz! Nothing on the Microsoft website about Network Manager Service and
no response from any Microsoft Engineers. Where's the support?

BJ said:
Nope, that didn't do it either. dll was registered successfully but when
trying to start network manager service it fails. System cannot find the file
specified. Any other ideas?

Dave Patrick said:
You might try from the Run box;

regsvr32 %systemroot%\system32\netman.dll

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Had a recent virus on Windows 2000 Server. All clean now. Now I keep
getting
| Event 7000 from Service control manager. Network Manager Service failed to
| start. Reason Windows could not find the file. I have spent hours
searching
| the MS website and others and cannot find any info about this service nor
how
| to replace the missing file. The running third party app keeps having SQL
| errors that I am attributing to this service error. The server is Windows
| 2000 SP2 and runs MS SQL 2000. Mission Critical here so any help would be
| appreciated.
|
| Bob.
 
They're not here. This is a peer level support group.

Here's what I have on Windows XP. If your system was compromised then you
can't trust it. You must flatten and rebuild the server.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman]
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"Description"="Manages objects in the Network and Dial-Up Connections
folder, in which you can view both local area network and remote
connections."
"DisplayName"="Network Connections"
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000003
"Type"=dword:00000120

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
6e,00,65,00,74,00,6d,00,61,00,6e,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman\Enum]
"0"="Root\\LEGACY_NETMAN\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Gee Whiz! Nothing on the Microsoft website about Network Manager Service
and
| no response from any Microsoft Engineers. Where's the support?
|
| "BJ" wrote:
|
| > Nope, that didn't do it either. dll was registered successfully but when
| > trying to start network manager service it fails. System cannot find the
file
| > specified. Any other ideas?
 
Back
Top