Avatar of slattdog
slattdog
Flag for United States of America asked on

Server Service Won't Start

The server service on my Windows 2003 R2 (SP2) server gives the following error when I try to start it:  Error 5: Access is denied.  It is set to logon as the Local System Account.  The Event log gives a System event ID of 7023.
Microsoft Legacy OSWindows NetworkingApplication Servers

Avatar of undefined
Last Comment
slattdog

8/22/2022 - Mon
Will Szymkowski

Please be a little more specific. What service is encountering this issue? You may need check the Service Control Manager Eventlog Provider for futher detail.

Check the link below..
http://technet.microsoft.com/en-us/library/cc756318(v=ws.10).aspx

Will.
slattdog

ASKER
The service is the Server service.

When I run sc query server it returns "The specified service does not exist as an installed service."

Is my syntax correct?
Miguel Angel Perez Muñoz

Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
ASKER CERTIFIED SOLUTION
Emmanuel Adebayo

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
comfortjeanius

Did you try opening an elevated cmd prompter:  

Windows key + r

Type: runas /user:administrator "cmd.exe"

Enter the administrator password and then...

Type: net start server

You also can navigate to the registry entry:

Windows key + r

Type: regedit

Navigate: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer

Right-click --------> Select Permissions
Make sure that the administator has "Full Control" and "Read" Permissions.


or you can export this key from a working computer and import it into the malfunctioning computer.


You also check this article as well The Svchost.exe process may end unexpectedly on a Windows Server 2003-based computer
slattdog

ASKER
I guess a virus is possible, but the AV hasn't picked up anything.

Tried running from elevated cmd prompt.  Same error.

Checked permissions on the registry entry you mentioned.  Everything looks fine.
Will Szymkowski

Does this service have an dependancies? Have you tried to reboot into safe mode and see if the service starts that way?

You may also want to unregister the service and then register the service again.

Will.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
slattdog

ASKER
No dependencies.  How do I un/re-register the service?
ChiefIT

Someone disabled the NetBIOS protocol.
McKnife

-sfc /scannow could solve it
-inplace upgrade should solve it
-if still bad resort to your latest image backup
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
slattdog

ASKER
Sorry, got called away for a couple days.

Not sure what actually fixed the issue, but the server was a bit behind on Microsoft updates and once I processed them all the issue went away.  

Thanks for all the help and comments though.  Not really sure what to do as far as points go?  Any help there?