AutoSys Workload Automation

 View Only

 Autocal_asc and Calendar Import

Jump to  Best Answer
Corrie Kantowski's profile image
Corrie Kantowski posted Aug 29, 2025 02:03 PM

I am attempting to add new calendars to AutoSys via the Enterprise Command Line tab and the autocal_asc command. The calendars are added, along with dates indicated in an import file, however, some of the calendars have 01/01/1970 added, and I did not indicate that as a date to be set. Why is this? What am I doing incorrectly?

Here is my command: autocal_asc -I /home/cakantow/addCalendars.txt

This is the contents of my input file:

calendar: test_calendar1
description: This is a test calendar.
01/01/2025 00:00

calendar: test_calendar2
description: This is a test calendar.
02/01/2025 00:00
02/02/2025 00:00

calendar: test_calendar3
description: This is a test calendar.
03/01/2025 00:00
03/02/2025 00:00
03/03/2025 00:00

This is the output returned:

CAUAJM_I_50430 Insert Successful for Calendar: test_calendar1.The following dates are inserted.
      01/01/2025 00:00
      01/01/1970 00:00
CAUAJM_I_50430 Insert Successful for Calendar: test_calendar2.The following dates are inserted.
      02/01/2025 00:00
      02/02/2025 00:00
      01/01/1970 00:00
CAUAJM_I_50430 Insert Successful for Calendar: test_calendar3.The following dates are inserted.
      03/01/2025 00:00
      03/02/2025 00:00
      03/03/2025 00:00

Venkateshwar Goud Badrigari's profile image
Broadcom Employee Venkateshwar Goud Badrigari  Best Answer

I think the empty line is being treated as a zero (0), Can you please try removing the empty lines from the file and give it a try again?