Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Net time for NT 4.0 workstations and 2003 Server+SP1 1

Status
Not open for further replies.
Feb 14, 2003
99
US
We have about 30 NT 4.0 workstations that have been synching their time with one of our 2003 Servers. We just use a simple "Net Time \\<server> /set /yes" command. We run this using the AT scheduler.

After upgrading our 2003 Server to SP1, we now get an error "Access denied" when the workstation tries to 'net time' the server. But here's the funny thing. If I go to a DOS prompt on the workstation and type the 'net time' command directly, it works. It only errors when the AT command executes it.

My guess is there is some type of permission problem on the server that I need to apply (maybe something to do with RPC, since it only gives the error while using the AT scheduler).

.....just an update, I used another 2003 server that does not have SP1 installed, and it works. So something about SP1 is preventing it from working.

Any ideas?
 
If you are using an AT account the command is being run under the system account by default. You can change this from with the Schedeuled Tasks window. It's in one of the drop downs. Set it to a domain account then you should be ok.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Thanks, that works!

SP1 must have more security then the vanilla flavor Server 2003.
 
Yep, it sure does.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top