Link to home
Start Free TrialLog in
Avatar of Albert Widjaja
Albert WidjajaFlag for Australia

asked on

Unable to start W32Time service in Windows Server 2008 R2 ?

People,

All in a sudden that I see, the time from my Physical box Windows Server 2008R2 is drifting 3-4 minutes, so I tried to restart the time service, but somehow it is having this error:

---------------------------
Services
---------------------------
Windows could not start the Windows Time service on Local Computer.

Error 1290: The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.
---------------------------
OK  
---------------------------

Why is that happening ?
Avatar of Albert Widjaja
Albert Widjaja
Flag of Australia image

ASKER

This is the script that I run as Administrator but still failed:

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

w32tm /config /syncfromflags:domhier /update
w32tm /resync /rediscover
net stop w32time
net start w32time

pause

Open in new window


this is the error message:
C:\Windows\system32>net stop w32time
The Windows Time service is not started.

More help is available by typing NET HELPMSG 3521.

C:\Windows\system32>w32tm /unregister
The following error occurred: Access is denied. (0x80070005)

C:\Windows\system32>w32tm /register
The following error occurred: The specified service has been marked for deletion. (0x80070430)

C:\Windows\system32>net start w32time
System error 1058 has occurred.

The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.


C:\Windows\system32>w32tm /config /syncfromflags:domhier /update
The following error occurred: The system cannot find the file specified. (0x80070002)

C:\Windows\system32>w32tm /resync /rediscover
The following error occurred: The service has not been started. (0x80070426)

C:\Windows\system32>net stop w32time
The Windows Time service is not started.

More help is available by typing NET HELPMSG 3521.


C:\Windows\system32>net start w32time
System error 1058 has occurred.

The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.


C:\Windows\system32>pause
Press any key to continue . . .
SOLUTION
Avatar of Timoros
Timoros
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why is that Telephony  service ?

the problem is in Windows Time not Telephony .
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be closed as follows:

Accepted answer: 0 points for ITSystemEngineer's comment #a40945382
Assisted answer: 167 points for Timoros's comment #a40945424
Assisted answer: 167 points for Timoros's comment #a40945439
Assisted answer: 166 points for systechadmin's comment #a40945471

for the following reason:

Thanks guys