Importing Autosys Calendar.

Hi All,

I'm try to import a Calendar in Autosys using below command,

autocal_asc -I TKY_Test
Utility to Add/Delete or Print entries in Calendar.

Calendar Name:

But it not allowing me to import the calendar, it asks for the calendar which is similair if we try to manually add calender in autosys.
Format of calendar flat as below,

cat TKY_Test >calendar: TKY_Test
05/08/2010 00:00
05/09/2010 00:00
05/15/2010 00:00

I tried other format also i.e,

cat TKY_Test >
TKY_Test
A
05/08/2010 00:00
05/09/2010 00:00
05/15/2010 00:00

But both foramt is not working, could some pls help.

Thanks,
Arvind.

This is been sorted out. Thought of just sharing in case someone else also faces the same issue and there would be no HELP as in my case.

Command to use is as below,

autocal_asc < Holiday_list.txt.

1 Like