Autosys Chase Error


 
Thread Tools Search this Thread
Operating Systems Linux Autosys Chase Error
# 1  
Old 03-17-2013
Autosys Chase Error

Hi All,

We use Autosys to schedule and report job which runs in UNIX machine. Most of the job runs fine. But we have problem with one of the file watcher job . The Job is defined to run from 2nd to 10th Business day of every month starting 06:00 PT to 17:00 PT. It watches for a file in a directory. It's in running state for a long time then suddenly the job fails with chase error.

Chase error being remote agent not available in the machine. Can you please tell me how to trap this issue and avoid it.

This job is running in the same machine where rest of the jobs are running fine.

Thanks,
Lokesh Kumar C
# 2  
Old 03-26-2013
Just spitballing here, but it sound like autosys is like a cron on a central machine, with scripts that ssh over to run batches. Running a batch so long means any network hiccup could kill the ssh session and so the controlling terminal and process of your batch process. The most obvious solution is to have the job start as a nohup background job that terminates itself. Autosys just has to start it successfully to be happy. You need to worry about reruns/restarts if a system is rebooted during the day.
# 3  
Old 09-13-2013
Lokesh,

Filewatcher job continuously runs to look for the file untill and unless you terminate the job by defining the termination in the JIl code. You said that the job should look for the file from 2nd to 10th business day of every month. Does that mean this job is supposed to run every day or when the job starts running on 2nd BD it will be running throughout 10th BD of the month? For second instance, the job will get CHASE_ERROR for sure since there might be network glicthes/server might get reboot etc. which are the main reasons for the CHASE_ERROR.

I would suggest to add a termination by 17:00 hrs PT and start it again on next day by 6 AM PT.

Let me know if it makes sense.

Thanks,
Mohan.
# 4  
Old 10-23-2013
The file watcher job failure might be due to the server reboot .

Hi Lokesh,

The file watcher job failure occured due to the server reboot that happened in the server in which the job is running(FILE WATCHER) so at that point Autosys chase agent might have disconnected .
So check once whether the server is up and after that if you restart the job it will run as usual and it will attain success once the file is present in the file watcher path.

Regards,
Manoj
# 5  
Old 10-26-2013
Hi Lokesh,

Can you please share the o/p of below commands,

Code:
autorep -J <JOB_NAME> -d
autorep -J <JOB_NAME> -q

Thanks & Regards,
Pradeep Agarwal

Last edited by Scott; 10-26-2013 at 11:10 PM.. Reason: Code tags - indents
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Autosys R11.3 : Error on log file size limit

Just had a migration from Autosys 4.5 to R11.3. After the migration to R11.3, Autosys jobs have been failing when the log file reaches a size of 800 MB. This did not happen before the migration, when Autosys 4.5 was used. Is there a way to configure the file size limit/cap in Autosys... (1 Reply)
Discussion started by: kimo222
1 Replies

2. UNIX for Dummies Questions & Answers

Autosys: How to change a machine name in Autosys JIL.

All the autosys jobs are on server-1 and server-1 has been crashed due to some reason, Now I have to run 5 autosys jobs on server-2 (failover server) which are on server 1. How to do with Autosys command (which command needs to fired on JIL) (0 Replies)
Discussion started by: tp2115
0 Replies

3. Shell Programming and Scripting

autosys job error file not created

Hi All Something really weird happened, I have an autosys job: insert_job: CAT_LDN_BaseCorrs job_type: c command: $$(LDNFIRC)\CAT_LDN_BaseCorrs.bat -modeldate $$MODEL_DATE -cutdate $$CUT_DATE permission: gx, mx, wx description: "Rerun=0;625;#CAT_Autosys" std_out_file:... (0 Replies)
Discussion started by: evilsmile2004
0 Replies

4. UNIX for Dummies Questions & Answers

stty: : Not a typewriter with AUTOSYS error

(sys10:pt:/pf>) cat 122974qqq.s RUNAS Version 2007.10.07 Run on Dec 11 2008 10:09:36 AM UNIX Process: 26021 Login User : root PFW User : s08280 Not a terminal stty: : Not a typewriter stty: : Not a typewriter ksh: jil: not found ksh: sendevent: not found... (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

5. UNIX for Advanced & Expert Users

Autosys Error

Hi All, I am working for all the days to find out the error . Checked in Google as well . No hope .. I am getting the below error ALARM: EVENT_HDLR_ERROR JOB When i run a job in AUTOSYS . After that the total queue is blocked . Can any one please let me know what this error... (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

6. UNIX for Advanced & Expert Users

Documentation and books on Autosys Job Control Tool from Autosys

My project uses Autosys. I am new to this product and I don't know where to start from. Q1. Please provide me the link where I can get Autosys documentation Q2. Please refer a good book on Autosys. (Beginner/Intermediate Level) (0 Replies)
Discussion started by: gram77
0 Replies
Login or Register to Ask a Question