You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

createRun.pl <TaskName> <RunName>

As the name implies, this utility creates a new Run of the supplied name in the task specified.

deleteRun.pl <TaskName> <RunName>

Specfied Run is deleted. All files represented in a DSInstance record are deleted from the file system as well.

rollBackFailedRun.pl <TaskName> <RunName>

Deletes the most recently run TPInstance from the specfiied task and run. The Run status flag is then set to waiting so the scheduler will rerun the TPInstance on the next pass.

failStalledRun.pl <TaskName> <RunName>

For a run that is stuck in the 'Run' or 'Finalizing' statuses, one can use this script to fail the run so that it's most recent processing stage can be re-run after a call to rollBackFailedRun.pl.

  • No labels