PC Review


Reply
Thread Tools Rate Thread

Time Sync error message

 
 
=?Utf-8?B?QkpJTQ==?=
Guest
Posts: n/a
 
      28th Apr 2006
What is wrong when I get the message: " An error aoccurred getting the status
of the last synchornization.The RPC Server is unavailable"? This is on the
"Internet Time" Tab.

All the latest updates, virus sweeps have been done. XP Prof edition.

I have tried different time servers and I can ping most of them.

I'm out of ideas.

Thanks in advance.


 
Reply With Quote
 
 
 
 
Wesley Vogel
Guest
Posts: n/a
 
      28th Apr 2006
Make sure that the Windows Time service is running.

Open Services...
Start | Run | Type: services.msc | Click OK |
Scroll down to and double click Windows Time |
If the Startup type is Disabled, set it to Automatic or Manual |
Start the service by clicking the Start button | When the service starts,
close Services

Try to update the time again.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:97BE217C-0276-498A-9C37-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> What is wrong when I get the message: " An error aoccurred getting the
> status of the last synchornization.The RPC Server is unavailable"? This
> is on the "Internet Time" Tab.
>
> All the latest updates, virus sweeps have been done. XP Prof edition.
>
> I have tried different time servers and I can ping most of them.
>
> I'm out of ideas.
>
> Thanks in advance.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?QkpJTQ==?=
Guest
Posts: n/a
 
      29th Apr 2006
That must be the problem. I don't have a service called "Windows Time".

So how do I create a service like that?

Bjim

"Wesley Vogel" wrote:

> Make sure that the Windows Time service is running.
>
> Open Services...
> Start | Run | Type: services.msc | Click OK |
> Scroll down to and double click Windows Time |
> If the Startup type is Disabled, set it to Automatic or Manual |
> Start the service by clicking the Start button | When the service starts,
> close Services
>
> Try to update the time again.
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:97BE217C-0276-498A-9C37-(E-Mail Removed),
> BJIM <(E-Mail Removed)> hunted and pecked:
> > What is wrong when I get the message: " An error aoccurred getting the
> > status of the last synchornization.The RPC Server is unavailable"? This
> > is on the "Internet Time" Tab.
> >
> > All the latest updates, virus sweeps have been done. XP Prof edition.
> >
> > I have tried different time servers and I can ping most of them.
> >
> > I'm out of ideas.
> >
> > Thanks in advance.

>
>

 
Reply With Quote
 
=?Utf-8?B?QkpJTQ==?=
Guest
Posts: n/a
 
      29th Apr 2006
I figured out something like:

"sc create w32time Windows Time"

Is that correct or close?




 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      29th Apr 2006
Bjim,

I think you want to try this one...

sc create w32time

You need to use the Service Name not the Display Name. w32time is the
Service Name for Windows Time, which is the Display Name.

If that command doesn't work, try...

sc create w32time binpath= C:\WINDOWS\System32\svchost.exe -k netsvcs

I have never used the sc create command. I have used the sc delete command
several times.

Either way, you'll probably have to reboot.

See...
sc create
here...
http://www.microsoft.com/resources/d.../en-us/sc.mspx

How to Create a Windows Service Using Sc.exe
http://support.microsoft.com/?kbid=251192

If neither of those work, I can send my
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time
key.

In fact, see if you have that registry key. Or
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\W32Time
or
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\W32Time

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:C1AB57BB-CA98-4F56-AEA8-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> I figured out something like:
>
> "sc create w32time Windows Time"
>
> Is that correct or close?


 
Reply With Quote
 
=?Utf-8?B?QkpJTQ==?=
Guest
Posts: n/a
 
      30th Apr 2006
I tried all the variations but none of the "sc" commands seems to create the
service. I did get it fixed or at least I got it pretty close. I didn't
have access to another XP Prof machine but I did have access to an XP HOME
machine. I exported the w32time registry entries from the "current control
set" and also from the "Controlset 001" and 002 and 003. I then did an
import into my XP PROF machine.

This actually created the service or maybe "unhid" it. It seems to work ok
but after running the services.msc command and Clicking on the "Windows time"
service, I get an message window from the "Configuration Manager". The
message is: "The specified device instance handle does not correspond to a
present device".

Hows that for software doubletalk?

Bjim

"Wesley Vogel" wrote:

> Bjim,
>
> I think you want to try this one...
>
> sc create w32time
>
> You need to use the Service Name not the Display Name. w32time is the
> Service Name for Windows Time, which is the Display Name.
>
> If that command doesn't work, try...
>
> sc create w32time binpath= C:\WINDOWS\System32\svchost.exe -k netsvcs
>
> I have never used the sc create command. I have used the sc delete command
> several times.
>
> Either way, you'll probably have to reboot.
>
> See...
> sc create
> here...
> http://www.microsoft.com/resources/d.../en-us/sc.mspx
>
> How to Create a Windows Service Using Sc.exe
> http://support.microsoft.com/?kbid=251192
>
> If neither of those work, I can send my
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time
> key.
>
> In fact, see if you have that registry key. Or
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\W32Time
> or
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\W32Time
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:C1AB57BB-CA98-4F56-AEA8-(E-Mail Removed),
> BJIM <(E-Mail Removed)> hunted and pecked:
> > I figured out something like:
> >
> > "sc create w32time Windows Time"
> >
> > Is that correct or close?

>
>

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      30th Apr 2006
I would not have messed with anything other than CurrentControlSet myself.

I didn't see anything helpful in the 20 that I looked through here. Except
to ignore the error if the service is working. You may have more incentive
to look through these that I do. ;-)

The specified device instance handle does not correspond to a present device
http://www.google.com/search?as_q=&n...s=&safe=images

Do these commands show anything interesting?

sc query w32time

sc qc w32time

A little explaination on Control Sets.

[[ \ControlSet001
\ControlSet002
\CurrentControlSet

ControlSet001 may be the last control set you booted with, while
ControlSet002 could be what is known as the last known good control set, or
the control set that last successfully booted Windows NT. The
CurrentControlSet subkey is really a pointer to one of the ControlSetXXX
keys.]]
from...
What are Control Sets? What is CurrentControlSet?
http://support.microsoft.com/kb/100010

Information on Last Known Good Control Set
http://support.microsoft.com/default...b;en-us;101790

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:EAD72DE8-D041-4915-AB0A-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> I tried all the variations but none of the "sc" commands seems to create
> the service. I did get it fixed or at least I got it pretty close. I
> didn't have access to another XP Prof machine but I did have access to an
> XP HOME machine. I exported the w32time registry entries from the
> "current control set" and also from the "Controlset 001" and 002 and 003.
> I then did an import into my XP PROF machine.
>
> This actually created the service or maybe "unhid" it. It seems to work
> ok but after running the services.msc command and Clicking on the
> "Windows time" service, I get an message window from the "Configuration
> Manager". The message is: "The specified device instance handle does not
> correspond to a present device".
>
> Hows that for software doubletalk?
>
> Bjim
>
> "Wesley Vogel" wrote:
>
>> Bjim,
>>
>> I think you want to try this one...
>>
>> sc create w32time
>>
>> You need to use the Service Name not the Display Name. w32time is the
>> Service Name for Windows Time, which is the Display Name.
>>
>> If that command doesn't work, try...
>>
>> sc create w32time binpath= C:\WINDOWS\System32\svchost.exe -k netsvcs
>>
>> I have never used the sc create command. I have used the sc delete
>> command several times.
>>
>> Either way, you'll probably have to reboot.
>>
>> See...
>> sc create
>> here...
>>

http://www.microsoft.com/resources/d.../en-us/sc.mspx
>>
>> How to Create a Windows Service Using Sc.exe
>> http://support.microsoft.com/?kbid=251192
>>
>> If neither of those work, I can send my
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time
>> key.
>>
>> In fact, see if you have that registry key. Or
>> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\W32Time
>> or
>> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\W32Time
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:C1AB57BB-CA98-4F56-AEA8-(E-Mail Removed),
>> BJIM <(E-Mail Removed)> hunted and pecked:
>>> I figured out something like:
>>>
>>> "sc create w32time Windows Time"
>>>
>>> Is that correct or close?


 
Reply With Quote
 
=?Utf-8?B?QkpJTQ==?=
Guest
Posts: n/a
 
      30th Apr 2006
I had googled this message before I replied earlier. Most of the entries
either gave no answer to the question or were specific to a piece of hardware
or the answer was bogus.

I did run the SC query command and got the the following:


SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

I then ran the other command and got:

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Time
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem

Does that indicate anything to you? It looks normal to me but then if I
knew what I was doing, I wouldn't be asking all these questions!!!

Thanks for all your help so far.

Bjim






"Wesley Vogel" wrote:

> I would not have messed with anything other than CurrentControlSet myself.
>
> I didn't see anything helpful in the 20 that I looked through here. Except
> to ignore the error if the service is working. You may have more incentive
> to look through these that I do. ;-)
>
> The specified device instance handle does not correspond to a present device
> http://www.google.com/search?as_q=&n...s=&safe=images
>
> Do these commands show anything interesting?
>
> sc query w32time
>
> sc qc w32time
>
> A little explaination on Control Sets.
>
> [[ \ControlSet001
> \ControlSet002
> \CurrentControlSet
>
> ControlSet001 may be the last control set you booted with, while
> ControlSet002 could be what is known as the last known good control set, or
> the control set that last successfully booted Windows NT. The
> CurrentControlSet subkey is really a pointer to one of the ControlSetXXX
> keys.]]
> from...
> What are Control Sets? What is CurrentControlSet?
> http://support.microsoft.com/kb/100010
>
> Information on Last Known Good Control Set
> http://support.microsoft.com/default...b;en-us;101790
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      30th Apr 2006
Your Windows Time service is set to start Automatically and it is running.

Your results are the same as mine except mine is set to Manual and is
Stopped.

I wouldn't worry, it seems to be working. ;-) Have you rebooted to see
what happens?

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>sc query w32time

SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED

(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\>sc qc w32time
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Time
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem

C:\>

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:10D0D639-1239-4AD0-9EE6-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> I had googled this message before I replied earlier. Most of the entries
> either gave no answer to the question or were specific to a piece of
> hardware or the answer was bogus.
>
> I did run the SC query command and got the the following:
>
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
> I then ran the other command and got:
>
> [SC] GetServiceConfig SUCCESS
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> START_TYPE : 2 AUTO_START
> ERROR_CONTROL : 1 NORMAL
> BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs
> LOAD_ORDER_GROUP :
> TAG : 0
> DISPLAY_NAME : Windows Time
> DEPENDENCIES :
> SERVICE_START_NAME : LocalSystem
>
> Does that indicate anything to you? It looks normal to me but then if I
> knew what I was doing, I wouldn't be asking all these questions!!!
>
> Thanks for all your help so far.
>
> Bjim
>
>
>
>
>
>
> "Wesley Vogel" wrote:
>
>> I would not have messed with anything other than CurrentControlSet
>> myself.
>>
>> I didn't see anything helpful in the 20 that I looked through here.
>> Except to ignore the error if the service is working. You may have more
>> incentive to look through these that I do. ;-)
>>
>> The specified device instance handle does not correspond to a present
>> device
>>

http://www.google.com/search?as_q=&n...s=&safe=images
>>
>> Do these commands show anything interesting?
>>
>> sc query w32time
>>
>> sc qc w32time
>>
>> A little explaination on Control Sets.
>>
>> [[ \ControlSet001
>> \ControlSet002
>> \CurrentControlSet
>>
>> ControlSet001 may be the last control set you booted with, while
>> ControlSet002 could be what is known as the last known good control set,
>> or the control set that last successfully booted Windows NT. The
>> CurrentControlSet subkey is really a pointer to one of the ControlSetXXX
>> keys.]]
>> from...
>> What are Control Sets? What is CurrentControlSet?
>> http://support.microsoft.com/kb/100010
>>
>> Information on Last Known Good Control Set
>> http://support.microsoft.com/default...b;en-us;101790
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      30th Apr 2006
Oh, wow! w32tm /register may have been all you needed to do in the first
place.

Check out this command: w32tm /?

register - register to run as a service and add default configuration to the
registry.

unregister - unregister service and remove all configuration information
from the registry.

If you still are having problems. Maybe run the unregister command, reboot,
run the register command and reboot.

w32tm /unregister

w32tm /register

W32tm help...
Start | Run | Paste the following line and click OK...

hh ntcmds.chm::/time_w32tm.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:10D0D639-1239-4AD0-9EE6-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> I had googled this message before I replied earlier. Most of the entries
> either gave no answer to the question or were specific to a piece of
> hardware or the answer was bogus.
>
> I did run the SC query command and got the the following:
>
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
> I then ran the other command and got:
>
> [SC] GetServiceConfig SUCCESS
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> START_TYPE : 2 AUTO_START
> ERROR_CONTROL : 1 NORMAL
> BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs
> LOAD_ORDER_GROUP :
> TAG : 0
> DISPLAY_NAME : Windows Time
> DEPENDENCIES :
> SERVICE_START_NAME : LocalSystem
>
> Does that indicate anything to you? It looks normal to me but then if I
> knew what I was doing, I wouldn't be asking all these questions!!!
>
> Thanks for all your help so far.
>
> Bjim
>
>
>
>
>
>
> "Wesley Vogel" wrote:
>
>> I would not have messed with anything other than CurrentControlSet
>> myself.
>>
>> I didn't see anything helpful in the 20 that I looked through here.
>> Except to ignore the error if the service is working. You may have more
>> incentive to look through these that I do. ;-)
>>
>> The specified device instance handle does not correspond to a present
>> device
>>

http://www.google.com/search?as_q=&n...s=&safe=images
>>
>> Do these commands show anything interesting?
>>
>> sc query w32time
>>
>> sc qc w32time
>>
>> A little explaination on Control Sets.
>>
>> [[ \ControlSet001
>> \ControlSet002
>> \CurrentControlSet
>>
>> ControlSet001 may be the last control set you booted with, while
>> ControlSet002 could be what is known as the last known good control set,
>> or the control set that last successfully booted Windows NT. The
>> CurrentControlSet subkey is really a pointer to one of the ControlSetXXX
>> keys.]]
>> from...
>> What are Control Sets? What is CurrentControlSet?
>> http://support.microsoft.com/kb/100010
>>
>> Information on Last Known Good Control Set
>> http://support.microsoft.com/default...b;en-us;101790
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When I try to sync my phone I get cant sync message and "support . sdppray Microsoft Outlook Discussion 0 20th Jan 2010 07:28 PM
Re: Wireless Sync PC Monitor Sync Error Mike Windows Vista General Discussion 2 19th Jan 2007 03:57 AM
sync toy: strange message after the sync action =?Utf-8?B?Sm9lX2JsYWNr?= Windows XP Photos 1 26th Sep 2005 06:32 PM
Can't sync to Internet Time, really weird error message Jeff W Windows XP New Users 10 2nd Nov 2004 05:24 AM
Cannot get palm m515 to hot sync or use infrared hot sync =?Utf-8?B?U2tpcA==?= Windows XP Help 1 7th Feb 2004 10:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:25 PM.