Restart in PostProcess fails with U00007039 - still active
search cancel

Restart in PostProcess fails with U00007039 - still active

book

Article ID: 87398

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error Message :
U00007039 Object '' could not be restarted. Reference object '' (RunID '') is still active.

When trying to restart a run in Post Process with

:SET &RESTART_RC# = RESTART_UC_OBJECT(&$NAME#,LAST,,,&$QUEUE#)
 
the above error message is displayed.

Using "LAST" restarts the Last execution of the Object, this could be a task that is not restartable when there are multiple parallel starts.

This does not happen with tasks that are spread out or single executions, only with parallel executions.

 

Environment

OS Version: N/A

Cause

Cause type:
By design
Root Cause: Post Process is functioning as designed.

Resolution

To restart the Task use &$RUNID# instead of LAST Keyword.

Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A