AutoSys Workload Automation

 View Only
  • 1.  autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update

    Posted Nov 08, 2017 08:45 AM

    Running Workload Automation AE 11.3.6 SP5

    Autocal_asc version 11.3.6.SP5.919

     

    In our previous version (11.0) we were able to update existing standard calendars from a text file by simply running autocal_asc -I filename.txt.  The text file contains dates for 2018 and 2019.  The calendar name is also valid

     

    Now we are getting this error:

    CAUAJM_I_50431 Insert Failed for Calendar: CALENDARX
    CAUAJM_E_10601 Cannot insert calendar CALENDARX, calendar name already exists.

     

    Anyone seen this before?  I have had no success finding any other details outside the documented error code.



  • 2.  Re: autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update

    Posted Nov 09, 2017 03:06 AM

    Hello

     

     If you specify a calendar name that already exists, the import fails. In such cases, use the autocal_asc command with the -F option to force overwrite the calendar definitions from the file to the calendar.

     

    It is documented HERE

     

    Regards

     

    Jean Paul



  • 3.  Re: autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update

    Posted Nov 09, 2017 06:58 AM

    The -F function works but it doesn't append to the existing calendar.  It overwrites the calendar with only what is in the new text file.

     

    The -I had previously appended dates to the existing.  Did this change from 11.0 to 11.3.x?



  • 4.  Re: autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update
    Best Answer

    Posted Nov 09, 2017 08:21 AM

    Hi Gene,

     

    11.3.6 prior SP3 supported append with -I import.

    but after this is option is no more supported.

    Please take a look at the following communities.

     

    https://communities.ca.com/ideas/235730125

     

    Thanks and best regards,

     

    Faouzia



  • 5.  Re: autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update

    Posted Nov 09, 2017 10:59 AM

    Thanks Faouzia. 



  • 6.  Re: autocal_asc -I (import) returns CAUAJM_E_10601 when attempting update

    Posted Nov 09, 2017 11:10 AM

    You are welcome