Automic Workload Automation

  • 1.  System can't open temporary report and causes job to fail.

    Posted Oct 01, 2015 02:24 PM
    What would cause this error in the system? I've checked permissions and everything seems to be in order. We are running Automation Platform version 9.00A333-782 in a clustered setup between two nodes.

    U0010038 Runtime error: Could not create data sequence 'FILETRANSFER'. Status: '0000001820', return code: '0000000000'.
    U0011000 'JOB.NAME' (RunID: '0006648568') could not be started on '<WIN>'. See next message.
    U0010038 Runtime error: Could not create data sequence 'FILETRANSFER'. Status: '0000001820', return code: '0000000000'.
    U0029003 Cannot open file 'C:\uc4\UC4V9Test\Agents\Windows\TEMP\EAAOOHEE.TXT', error code '2', error description: '2 - The system cannot find the file specified.'.
    U0011000 'REPORT' (RunID: '0006649400') could not be started on 'SERVER'. See next message.


  • 2.  System can't open temporary report and causes job to fail.

    Posted Oct 09, 2015 06:35 AM
    This seems to be an issue with a manual change in EVENT.WINCMD

    Pls open a Support ticket to check that in Detail, if EVENT.WINCMD in CLNT 0 and duplicates in other clients were not changed manually.

    If they were changed, pls change back :-)




  • 3.  Re: System can't open temporary report and causes job to fail.

    Posted May 08, 2018 08:59 AM

    Hi Daniel,

     

    This job could be using some prep_process call, but the execution was not possible on that Agent.

    For example:  SET &hnd# = PREP_PROCESS("&R3GETJOB_HOST#", "R3GETJOB.GET_JOBCOUNT", '*&R3GETJOB_JOBNAME#*', ...

     

    I would suggest creating a test Job using the same Agent and Login configuration as the original Job and then the error should be clear to see (e.g. Host does not exists, or Access denied).

     

    In your case, "could not be started on '<WIN>'", seems that you are passing the default Agent <WIN> as the host to be executed, so this will not work as this Host does not exist.

     

    Best Regards,

    Roney Uba