Error Message :
The following error in the history trace:
######################
control duration: error during custom script submission
######################Patch level detected:Dollar Universe 6.0.00
Product Version: Dollar.Universe 6.0.0
Description :Time control management does not work to monitor long duration jobs on Windows
When trying to use Time Control Management to monitor long duration jobs on Windows, and chose to execute a script, the following error can show in the history trace:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
control duration: error during custom script submission
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reproduction Procedure : In the uproc script, use a uxsleep of 20s.
set the max duration to 10s.
and chosen the Execute Script option.
C:\temp\test.bat
The test.bat contains:
@echo off
echo test > C:\temp\test.log
set resexe=0
Run the uproc and after 10s, there is an error in the history trace.