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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access denied when using the "at" command

Status
Not open for further replies.

bigdog92

MIS
Jan 9, 2003
87
US
H all,

I am trying to schedule a backup using the at command. My problem is that i can launch the batch file correctly and everything works fine, but if i try to use the at command i receive an access denied. I dont understand how this can be since its the same batch file that works if i launch if manually. Can anyone help?

at 04:00 "C:\TEST.BAT"

that is just a sample i didnt even put in the days to do this yet i just wanted to get it working to start.
 
Glad you got it working too. I knew it was some kind of permissions issue.
 
hmm is it in the services where you set it to automatic i believe you can specify an account there correct?
 
(Win2K instructions)

Go into services

- From Run command type: Services.msc

This will open the services.

- Now double click on Task Scheduler
- Click the LOGON Tab
- Select "This account" instead of logon interactively..and select the proper username and password

NT 4.0 instructions are roughly the same.

Joseph L. Poandl
MCSE 2000

If your company is in need of experts to examine technical problems/solutions, please check out
 
yeah thats what i did but i went in through control pannel services because in nt 4.0 server you have the services.msc there. thanks i'll see if that is working.
 
(srvmgr \\servername -- from run command)

Joseph L. Poandl
MCSE 2000

If your company is in need of experts to examine technical problems/solutions, please check out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top