|
Posted by Lorenzo Soncini on December 23, 2005, 5:00 am
Please log in for more thread options I have make some other test.
I need schedule a BAT file who:
1. map network drive
2. backup a sybase database
3. clear the network drive mapped ad point 1
the bat is
NET USE ...
DBBACKUP...
NET USE ... /DELETE /Y
If I schedule single commad all work fine. If I schedule a BAT doesn't work.
I have tryed with CMD /C MYBAT.BAT but the problem is the same
Thanks
Lorenzo
> Hy everybody,
> I'm try to create a scheduled task under a normal user (not
> Administrator) on windows 2000 or 2003.
>
> I have created a user, I have added to the "Backup Operators" group.
> I have checked the Tasks Scheduler service who run under LocalSystem
> and I have activated the flags "interact with desktop".
>
> I have modified the permission of the task and added the Read and
> execute permission to my user.
>
> If I make a login on the server machine with the new created user, the
> task (a bat file) run correctly.
>
> But when the system run it I recieve the error Access denied (in the
> log scheduler log)
>
> Sorry for my english and thanks for any idea
>
> Lorenzo Soncini
>
|