One Autosys Problem


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users One Autosys Problem
# 1  
Old 02-03-2010
One Autosys Problem

I have an autosys job say "job12345" . it has a a time dependacy. it does not depend on any other job. Once i put the job on HOLD. then after some time i directly marked it to INACTIVE after its normal run time is past. i didnt not off HOLD it but made directly to INACTIVE.

I can see the next day the job didnt ran automatically. The fact i knew that if the job's status is IN, then it should run.

Did anyone faced the same issue? do you know what is the problem here?

Thanks
# 2  
Old 02-03-2010
As far as I recall, you need to specifically take the job OFF HOLD once it has been put ON HOLD. Simply marking to INACTIVE will not be enough...
# 3  
Old 03-11-2010
when you will run the below command to check the Date Cond? field you will see the the date condition for the job has been met..

job_depends -c -J

now either you have to do update_job or put in on-hold and off-hold again..


thats how autosys works
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

AutoSys

From where i can get complete Ref. pdf of AutoSys r11.3 any one got idea ? I cant find good document for that (2 Replies)
Discussion started by: ujjwal2120
2 Replies

2. Shell Programming and Scripting

Help regarding Autosys

Can you please help me out in retaining history for last 3 executions in Autosys (4 Replies)
Discussion started by: Olivia
4 Replies

3. 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

4. Shell Programming and Scripting

Help on Autosys

Hi, I need to schedule a script to run at 12:00 on first day of every month. I don't know how to set it. Like days_of_week, do we have days_of_month where we can put 1? Thanks, Siba (5 Replies)
Discussion started by: siba.s.nayak
5 Replies

5. Shell Programming and Scripting

Autosys Help!

I am not sure why my output keeps going to my std_out_file!! Here's my JIL: insert_job: test_autosys job_type: c command: $SCRIPT_DIR/test machine: abcde owner: bob@abcde permission: gx,wx date_conditions: 1 days_of_week: mo, tu, we, th, fr start_times: "8:00, 9:00, 10:00, 11:00,... (4 Replies)
Discussion started by: arex876
4 Replies

6. Shell Programming and Scripting

problem with profile-autosys

Hi All, I have trying to schedule an autosys job and it is failing. The shutdown script runs fine by itself from the UNIX box but fails when i try to schedule it through autosys. I have compared user.env with auto.env (variables obtained through an autosys script) and updated my profile... (1 Reply)
Discussion started by: userscript
1 Replies

7. UNIX for Advanced & Expert Users

Help me in Autosys

I have installed CA::Autosys my pc. It is in /usr/lib/perl5/site_perl/5.8.8/CA/AutoSys/AutoSys.pm . I have Sybase Installed. Kindly help to how to connect autosys to database.. Also how do I create users in Autosys.. Please guide me.. Thank You.. (1 Reply)
Discussion started by: bhuvaneshlal
1 Replies

8. Shell Programming and Scripting

Autosys

Hi, I want to schedule some jobs in Unix.I am searching for some options to do this?I know about crontab and at command. Can anyone provide me some information about 'Autosys' and some of the implementation techniques/reference like the cron entries? With Regards Dileep Pattayath (1 Reply)
Discussion started by: DILEEP410
1 Replies

9. UNIX for Advanced & Expert Users

A problem in autosys-- very urgent

Hi , I have 5 jobs in autosys which are dependant on one another oen by one.say job1,job2.. job5. job 1 is a filewatcher.job2 to job5 are command jobs.First the filewatcher starts as when a file which it is looking for arrives.based on this job rest of the sequence starts.after the job5 is... (0 Replies)
Discussion started by: mohanpadamata
0 Replies

10. 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