Friends, need advice
Hi all :)
Its my first post here and hope it will help me :)
Friends, I have installed Win Srv 2008 R2, raised Domain there, it's name is xx.bb.org
So when i type net time /set it show me like this
C:\Users\admin>net time /set
Current time at \\srvname.xx.bb.ORG is 7/28/2010 4:30:28 PM
The current local clock is 7/28/2010 4:30:14 PM
Do you want to set the local computer's time to match the
time at \\GETBLNO1SRV01.SOS-GE.EUCB.ORG? (Y/N) [Y]: y
System error 1314 has occurred.
A required privilege is not held by the client.
and when i type w32tm /resync /rediscover next happans.
C:\Users\admin>w32tm /resync /rediscover
Sending resync command to local computer
The following error occurred: Access is denied. (0x80070005)
July 28th, 2010 3:34pm
This is how to configure a NTP client that will sync with a NTP server, click on
start>run and type regedit then modify the following entries:
SYSTEM\CurrentControlSet\services\W32time\Config\AnnounceFlags= 0
SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer = the IP address or the DNS name of your NTP server
SYSTEM\CurrentControlSet\services\W32time\Parameters\Type = NTP
This may help you to configure a correct sync process with a NTP server.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other
community members reading the thread.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 3:42pm
Hello,
make sure to use an elevated command prompt(RUNAS with rightclick on CMD). Also keep in mind that net time is not longer used and also is not that optimal. Better use the w32tm command. Also see here about domain time:
http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspxBest regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
July 28th, 2010 3:59pm
Thank you Ahmed for posting but i did exactly how you write but after when i did this it came next -
C:\Users\admin>net time /set
Could not locate a time-server.
More help is available by typing NET HELPMSG 3912.
and
C:\Users\ninidzeg>w32tm /resync /rediscover
Sending resync command to local computer
The following error occurred: Access is denied. (0x80070005)
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 4:13pm
specify time.windows.com as a NTP server. I tried it two days ago and it was functional.
SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer = time.windows.com
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other
community members reading the thread.
Best regards.
July 28th, 2010 4:15pm
Do what I mentioned now and tell me if the problem still persisting.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 4:18pm
I did step by step what you wrote here but no result.
C:\Users\ninidzeg>w32tm /resync
Sending resync command to local computer
The following error occurred: Access is denied. (0x80070005)
July 28th, 2010 4:44pm
Ok, we will proceed with another way. Try to restart the windows time service so that the NTP configuration take affect.
If the problem still persisting, try to change this register entry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Change the type from NTP to NT5DS. Restart the windows time service to take effect.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other
community members reading the thread.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 4:56pm
C:\Users\admin>w32tm /resync
Sending resync command to local computer
The following error occurred: Access is denied. (0x80070005)
C:\Users\admin>w32tm /config /syncfromflags:domhier /update
The following error occurred: Access is denied. (0x80070005)
C:\Users\admin>w32tm /stripchart /computer: time.windows.com /samples: n /dataonly
arguments were unexpected
/samples:
The following error occurred: The parameter is incorrect. (0x80070057)
C:\Users\admin>w32tm /config /manualpeerlist: time.windows.com /syncfromflags
:manual /reliable:yes /update
The following arguments were unexpected:
time.windows.com
when i want to change something Access is denied always ...
What should i have to do ?
Thanks in advance
Regards,
Giorgi
July 28th, 2010 5:52pm
Mayby this info will be usful.
I have child domain controler in my enviromnt. xx.bb.org
Parent domainc controler bb.org is not exsisting.
Regards,
Gioirgi
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 6:08pm
Concerning the denied access, you should use the permission rights of your super user (Administrator).
This is how to proceed if you want to execute a certain program with the use of the maximum of permission rights:
1-Check that the administrator account is not disabled.
2-Be sure that your administrator account has a password (not an empty one).
3-When you want to execute your program, right click on it and choose run as option then specify as login administrator and specify the password.
If you proceed like that, the program will run with the permission rights of the administrator account and you will be able to change what you want.
Proceed like that and tell me if the Access is still denied.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other
community members reading the thread.
Best regards.
July 28th, 2010 6:09pm
You were right Ahmed,
I was not logged by administrator.
when i'm doing command w32tm /resync /rediscover the next is apper
C:\Users\Administrator>w32tm /resync /rediscover
Sending resync command to local computer
The command completed successfully.
but when i'm doing the same thing on my PC it apper like this.
C:\Users\ninidzeg>w32tm /resync /rediscover
Sending resync command to local computer
The following error occurred: Access is denied. (0x80070005)
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 6:43pm
What is your PC operating system?
Best regards.
July 28th, 2010 6:45pm
Dear Ahmed,
My PC OS is Windows 7 Ultimate.
Great thanks for helping ...
Thanks in advance
P.S. hope, we could to resolve this problem :)
Warm Regards,
Giorgi
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 6:49pm
I don't have now a computer running this OS to check the problem.
Just a question: on your PC, have you tried to open a session with the administrator account and run the wanted program or you did like I mentioned with the use of the run as option?
Best regards.
July 28th, 2010 6:56pm
Yes you can specify the public NTP server you want when you use a NTP client. There is no problem.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:01pm
look at it. It confuse me a little. I did this command in the server.
C:\Users\Administrator>net time /set
Could not locate a time-server.
More help is available by typing NET HELPMSG 3912.
C:\Users\Administrator>w32tm /resync /rediscover
Sending resync command to local computer
The command completed successfully.
July 28th, 2010 7:07pm
I've got the same display message but the sync is OK. To make sure that all is ok, change the time clock and put a wrong value. Then, try to recync. If all is OK the wrong value will change to the right one.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other
community members reading the thread.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:15pm
What a pitty ... in my case it's not working :((((
July 28th, 2010 7:20pm
Are you sure that this registry entry SYSTEM\CurrentControlSet\services\W32time\Parameters\Type = NTP ?
If it is like that try to modify this registry entry SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer = time.windows.com to check if the problem is with your server or the NTP server.
I am using now time.windows.com and I have no problems.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:23pm
http://allshares.ge/download.php?id=0603FEEA11
You can see my regestry file there. i hope i have everything correctly.
July 28th, 2010 7:35pm
Sorry I am unable to download this file.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:40pm
Now it wrote like this on the PC ...
C:\Users\administrator>w32tm /resync /rediscover
Sending resync command to local computer
The computer did not resync because no time data was available.
C:\Users\administrator>net time /set
Could not locate a time-server.
More help is available by typing NET HELPMSG 3912.
July 28th, 2010 7:42pm
The configuration you've done for the PC is the same one you did for the server?
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:46pm
Dear Ahmed,
Please see this link.
http://rapidshare.com/files/409622676/Untitled.jpg
It's very important for me, i must know where is poroblem ?
Hope you will help me :)
Regards,
Giorgi
July 28th, 2010 7:47pm
OK, I opened the file and compared your config with the one I've got on my PC. They are similar but there is a little bit difference, I don't think it is the problem but let's try this:
In the register entry: SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer write
time.windows.com,0x9 and check if the problem is still persisting or not.
Best regards.
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:53pm
Dear Ahmed,
No, i have not done any configuration changes on my PC's registry ...
i have to do it ?
Thanks one more time for helping
Regards,
Giorgi
July 28th, 2010 7:55pm
Dear Ahmed,
This changes i have to do on server or on my PC ?
Warm Regards
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 7:58pm
This is the content of my SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer registry entry. Normally, even if without the
0x9 it is functional, but, let's try to add this to the entry.
Add it and check if the problem is solved or not.
Best regards.
July 28th, 2010 7:59pm
Dear Ahmed,
You helped me to resolve this problem.
Great thanks, hug thanks for thats.
We could to resolve this problem.
Thanks one more time and good luck ...
Best Regards,
Giorgi
Closed
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 8:32pm
You are always welcome.
Best regards.
July 28th, 2010 8:39pm