PROBLEM

Windows Task Scheduler will not run a Python script

Last Published: February 12, 2024

Description

Python scripts can be run using the Windows Task Scheduler administrative tool, however occasionally these scripts do not work. This article describes the steps to troubleshoot the use of Task Scheduler with Python scripts.

Cause

There are several possible causes for this problem, including problems with the script itself, and issues with the Task Scheduler settings or function.

Solution or Workaround

Note:
Esri has not created their own task scheduler, thus troubleshooting an installation or workflow with a task scheduling program is not supported.
  1. Test the script. Check to see if the script is working without Task Scheduler, then check to see if it is working within Task Scheduler:
    1. Does the script run independently of Task Scheduler? Verify that the input/output is what is expected, and that the script can run smoothly without the use of Task Scheduler.
    2. Once the new task is set up, can it run from the Task Scheduler Library? Right-click a task and select Run. Verify that this executes the script and returns the expected results from step a, above. For more help in setting this up, check the blog mentioned in the Related Information section of this page.
    3. Schedule the task to run at a time when it can be checked periodically. Running a scheduled task from beginning to end and checking the output is important. If a task is run overnight, there may be interruptions that are not detectable in the morning.
  2. If the preceding steps fail, it may be necessary to troubleshoot the Windows Task Scheduler. Try the following steps:
    1. Try checking on the option in task scheduler: Run with highest privileges
    2. Right-click the task in the Task Scheduler Library, and select Properties. Find this option in the General tab, select it, and click OK
    3. Try running Task Scheduler as an administrator: Right-click Task Scheduler > Run as Admin.
    4. Work with your organization's IT Department to ensure that your Windows User profile has full permissions to run Task Scheduler, and that nothing interferes with this.
  3. If these steps still do not resolve the issue where the script does not run effectively as a scheduled task, consider using a different task scheduler. Many free task schedulers are available online.

Article ID:000012657

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic