Once you download the scripts, extract them into a folder. then update your connection string details in loginout_test.py(myconn = Connection.open("automic-ae-test.xxx.com", 2217), update the scedulemonitor.py with your interested error string(if str(result.getStatusText()).startswith ("ENDED_TIMEOUT - Start time exceeded") and str(result.getStatusCode()) == "1941":), update the ResetTask.py with your schedule objects naming convention(taskfilter.setObjectName("*.SCH"), our schedule objects end with xxx.xxx.xxx.SCH Copy the current uc4.jar file to the folder download the jython-standalone-2.7.2.jar from jython portal. open window cmd go to the extracted folder, run following command java -jar jython-standalone-2.7.2.jar ResetTask.py