Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista networking & sharing

Vista - Active Directory

Reply
 
Old 12-18-2006   #1 (permalink)


 
 

Active Directory

Hello all:

After I joined the Vista (business) client to Windows 2003 active directory
domain I am not able to login. I get an error message "There is a time
and/or date difference between the client and server". Does anybody know a
workaround for this issue? I am trying to login from wired desktop machine.

Thanks for you help.

Ciao.



My System SpecsSystem Spec
Old 12-18-2006   #2 (permalink)
Josh Phillips


 
 

Re: Active Directory

The client and domain have to be within 5 min of one another. The
workstation should get set automatically once it joins. How long did you
allow the workstation to sit before trying again? Have you tried
restarting?

Josh
http://windowsconnected.com


<ocean> wrote in message news:uVNVOSsIHHA.1008@TK2MSFTNGP06.phx.gbl...
> Hello all:
>
> After I joined the Vista (business) client to Windows 2003 active
> directory domain I am not able to login. I get an error message "There is
> a time and/or date difference between the client and server". Does anybody
> know a workaround for this issue? I am trying to login from wired desktop
> machine.
>
> Thanks for you help.
>
> Ciao.
>



My System SpecsSystem Spec
Old 12-18-2006   #3 (permalink)


 
 

Re: Active Directory

restarted and waited for half hour.
"Josh Phillips" <josh@nospampleasewindowsconnected.com> wrote in message
news:u$pIp2sIHHA.3872@TK2MSFTNGP06.phx.gbl...
> The client and domain have to be within 5 min of one another. The
> workstation should get set automatically once it joins. How long did you
> allow the workstation to sit before trying again? Have you tried
> restarting?
>
> Josh
> http://windowsconnected.com
>
>
> <ocean> wrote in message news:uVNVOSsIHHA.1008@TK2MSFTNGP06.phx.gbl...
>> Hello all:
>>
>> After I joined the Vista (business) client to Windows 2003 active
>> directory domain I am not able to login. I get an error message "There is
>> a time and/or date difference between the client and server". Does
>> anybody know a workaround for this issue? I am trying to login from wired
>> desktop machine.
>>
>> Thanks for you help.
>>
>> Ciao.
>>

>
>



My System SpecsSystem Spec
Old 12-18-2006   #4 (permalink)
Alexander Suhovey


 
 

Re: Active Directory

ocean,

Compare BOTH time and time zone on Vista computer and domain controller or
working domain member. They must be the same (if DC and client are in the
same TZ of course).

You can also compare domain and local time by using following commands
(issued at the command line window):

domain time:
net time /domainOMAINNAME

local time:
net time \\computername


Another way to see if there is ane time difference between two computers (in
our case client and domain controller) is to use following command:

w32tm /stripchart /computer:%logonserver%

You will see an output like following:

C:\>w32tm /stripchart /computer:%logonserver%
Tracking xxxxx [xx.xx.xx.xx:123].
The current time is 18.12.2006 23:37:32.
23:37:32 d:+00.2333835s o:+00.0926771s
23:37:34 d:+00.2324070s o:+00.0839907s
23:37:36 d:+00.2265480s o:+00.0876074s
23:37:39 d:+00.2324070s o:+00.0886690s
23:37:41 d:+00.2285010s o:+00.0868597s

where +00.xxx is time difference between hosts.

If your Vista computer is domain joined, %logonserver% environment variable
shoud resolve to the name of domain controller. Otherwise, substitute it
with server name you consider as authoritative time server (e.g. your LAN
server or public time server like time.windows.com)

HTH

--
Alexander Suhovey

<ocean> wrote in message news:uyPhKQtIHHA.1064@TK2MSFTNGP04.phx.gbl...
> restarted and waited for half hour.
> "Josh Phillips" <josh@nospampleasewindowsconnected.com> wrote in message
> news:u$pIp2sIHHA.3872@TK2MSFTNGP06.phx.gbl...
>> The client and domain have to be within 5 min of one another. The
>> workstation should get set automatically once it joins. How long did you
>> allow the workstation to sit before trying again? Have you tried
>> restarting?
>>
>> Josh
>> http://windowsconnected.com
>>
>>
>> <ocean> wrote in message news:uVNVOSsIHHA.1008@TK2MSFTNGP06.phx.gbl...
>>> Hello all:
>>>
>>> After I joined the Vista (business) client to Windows 2003 active
>>> directory domain I am not able to login. I get an error message "There
>>> is a time and/or date difference between the client and server". Does
>>> anybody know a workaround for this issue? I am trying to login from
>>> wired desktop machine.
>>>
>>> Thanks for you help.
>>>
>>> Ciao.
>>>

>>
>>

>
>


My System SpecsSystem Spec
Old 12-19-2006   #5 (permalink)


 
 

Re: Active Directory

Hi Alexander:

Thanks so much for sharing your thoughts.

"Alexander Suhovey" <asuhovey@gmail.com> wrote in message
news:e$zvzVuIHHA.1008@TK2MSFTNGP06.phx.gbl...
> ocean,
>
> Compare BOTH time and time zone on Vista computer and domain controller or
> working domain member. They must be the same (if DC and client are in the
> same TZ of course).
>
> You can also compare domain and local time by using following commands
> (issued at the command line window):
>
> domain time:
> net time /domainOMAINNAME
>
> local time:
> net time \\computername
>
>
> Another way to see if there is ane time difference between two computers
> (in
> our case client and domain controller) is to use following command:
>
> w32tm /stripchart /computer:%logonserver%
>
> You will see an output like following:
>
> C:\>w32tm /stripchart /computer:%logonserver%
> Tracking xxxxx [xx.xx.xx.xx:123].
> The current time is 18.12.2006 23:37:32.
> 23:37:32 d:+00.2333835s o:+00.0926771s
> 23:37:34 d:+00.2324070s o:+00.0839907s
> 23:37:36 d:+00.2265480s o:+00.0876074s
> 23:37:39 d:+00.2324070s o:+00.0886690s
> 23:37:41 d:+00.2285010s o:+00.0868597s
>
> where +00.xxx is time difference between hosts.
>
> If your Vista computer is domain joined, %logonserver% environment
> variable
> shoud resolve to the name of domain controller. Otherwise, substitute it
> with server name you consider as authoritative time server (e.g. your LAN
> server or public time server like time.windows.com)
>
> HTH
>
> --
> Alexander Suhovey
>
> <ocean> wrote in message news:uyPhKQtIHHA.1064@TK2MSFTNGP04.phx.gbl...
>> restarted and waited for half hour.
>> "Josh Phillips" <josh@nospampleasewindowsconnected.com> wrote in message
>> news:u$pIp2sIHHA.3872@TK2MSFTNGP06.phx.gbl...
>>> The client and domain have to be within 5 min of one another. The
>>> workstation should get set automatically once it joins. How long did
>>> you
>>> allow the workstation to sit before trying again? Have you tried
>>> restarting?
>>>
>>> Josh
>>> http://windowsconnected.com
>>>
>>>
>>> <ocean> wrote in message news:uVNVOSsIHHA.1008@TK2MSFTNGP06.phx.gbl...
>>>> Hello all:
>>>>
>>>> After I joined the Vista (business) client to Windows 2003 active
>>>> directory domain I am not able to login. I get an error message "There
>>>> is a time and/or date difference between the client and server". Does
>>>> anybody know a workaround for this issue? I am trying to login from
>>>> wired desktop machine.
>>>>
>>>> Thanks for you help.
>>>>
>>>> Ciao.
>>>>
>>>
>>>

>>
>>

>



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
active directory PowerShell
Active Directory Vista mail
Active Directory Vista General
Active Directory PowerShell
active directory PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46