AutoSys Workload Automation

Expand all | Collapse all

How to tailormade the job configuration setting between MoveIT API and CA

  • 1.  How to tailormade the job configuration setting between MoveIT API and CA

    Posted Nov 02, 2018 05:51 AM

    Anyone can know how to tailor-made the job configuration between the MoveIT API and CA WLA scheduler?

     

    We found that the job completed with successful result in CA WLA scheduler, however the error code was shown with '4020'.

     

    Here is the sample job for reference.

     

    @echo off
    SET EXE="C:\Program Files (x86)\MOVEit\MOVEitCentralAPI\micentralclt.exe"
    SET MIA=10.70.53.11
    SET UID=xxxxx
    SET PASSWD=******
    SET TASKID=%1

    ECHO invoke ...
    %EXE% -host:%MIA% -user:%UID% -password:%PASSWD% -startid:%TASKID% -noxfers:9876

    ECHO %ERRORLEVEL%
    exit %ERRORLEVEL%



  • 2.  Re: How to tailormade the job configuration setting between MoveIT API and CA
    Best Answer

    Broadcom Employee
    Posted Nov 23, 2018 08:53 AM

    Hi,

    The 4000 codes are from the CA WA Agent.  The 4020 means resubmission error.  This can be due to connection between the WA Agent and Scheduler.  Was the job resubmitted?

    The job should have generated spool, check that for any issues.

     

    Thank you,

    Nitin Pande

    CA (Broadcom)



  • 3.  Re: How to tailormade the job configuration setting between MoveIT API and CA

    Posted Nov 28, 2018 04:01 AM

    Thanks for your reply. Problem resolved.