|
Posted by Grzegorz Gruza on July 11, 2005, 8:28 am
Please log in for more thread options Brian Komar <MVP> napisaĆ(a):
> padare@newsguy.com says...
>
>>microsoft.public.windows.server.security news group, Grzegorz Gruza
>>
>>
>>>But batch doesn't run from "normel user" account. I don't see
>>>any errors in task scheduler error log, but nothing is done. When I run
>>>this batch using schtasks /run .. then I see following error
>>>ERROR: Passing the user credential for local connection.
>>>
>>>
>>
>>The move command causes cmd.exe to be invoked and the permissions on
>>cmd.exe do not explicitly allow your normal user to run cmd.exe unless
>>they are logged on interactively. So for a scheduled task, it won't
>>execute. You need to grant the normal user account Read & Execute and
>>Read permissions on cmd.exe.
>>
>>
>
> Alternatively, assign the special account "BATCH" the Read & Execute
> permissions on Cmd.exe, rather than the specific user account. This will
> allow *any* user accounts defined for scheduled tasks to execute.
Until I had set appropriate rights on cmd.exe, I got "Access Denied"
eror and job "Could not start". Now I have quite differrent problem.
Best regards
--
Grzegorz Gruza
|