Running Task Scheduler as SYSTEM

Get help for specific problems
Posts: 1
Joined: 29 May 2024

MasterReplication

We are trying to copy from one server to another using the Batch job.

We currently have everything configured in Task Scheduler based off documentation and tutorials. When the task scheduler runs nothing happens. When I check task manager the .exe running and never closes.

Can someone help me with this? Thanks
Attachments
Capture.PNG
Capture.PNG (9.52 KiB) Viewed 147 times
User avatar
Posts: 2439
Joined: 22 Aug 2012

Plerry

The SYSTEM user, under which Scheduled Tasks run by default, generally does not have access to remote machines.
Modify your Scheduled Task to run under specified user credentials of a user that has suitable rights (e.g. read/write) to your remote location(s).
You can modify an existing task accordingly.
Or, when creating a new task, instead of using "Create Basic Task" (as per the FFS "Schedule Batch Jobs" manual page) you should use "Create Task". There you can use the "Change User ..." button to specify any available user under which the schedules task is to be run.