Windows 2000 schedule job for copy/move command fail

  • Thread starter Thread starter JohnDo3
  • Start date Start date
J

JohnDo3

I am trying to have schedule job to copy or move files from local
drive to mapped network drive/folders, but fails. I can issue cmd
command without problem.

Is it the permission issue on windows server (Win2k)?

Thanks.
 
Scheduled Tasks|Advanced|View Log may provide some details. If the job
connects to another machine you may need to add the user/ group 'logon as
batch job' rights (server side). Control Panel|Admin Tools|Local Security
Policy\Local Policies\User Rights Assignments
"Log on as a batch job"

If the task completes but the job does not then there is a problem in the
job itself. Remember that if it involves network resources to make sure the
user account has permissions to the resources and also use UNC paths as
mapped drives won't natively exist when no one is logged on.



--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"JohnDo3" wrote:
>I am trying to have schedule job to copy or move files from local
> drive to mapped network drive/folders, but fails. I can issue cmd
> command without problem.
>
> Is it the permission issue on windows server (Win2k)?
>
> Thanks.
 
Back
Top