Questions tagged [autosys]

CA Workload Automation AE (AutoSys Edition), known simply as AutoSys is a job scheduling and workload automation tool made by CA Technologies. Current version is R11.5. Unless you are asking a programming question about integration with the AutoSys SDK, your question is likely off-topic. Questions about the use of server management software should be directed to Server Fault.

AutoSys is job control software by CA Technologies for the scheduling and monitoring of tasks. Tasks can be defined in a GUI or a Job Information Language (JIL) file. An AutoSys SDK has been provided in recent versions for third-party Java and C++ software to interface with the system.

385 questions
-1
votes
1 answer

Autosys job history for last year

I need to find job history for a job for the last 6 months. I have tried autorep-j -r -n but this just gives me data for last nth execution while I want data for all the days. Is there a way to do this through command line?
ellen
  • 21
  • 7
-1
votes
1 answer

Can Autosys Job exec a Stored procedure with dynamic parameters

Can Autosys jobs execute a stored procedure with dynamic parameters
user2340141
  • 19
  • 1
  • 7
-1
votes
2 answers

How to make a autosys job which keep running after successful completion

I have a file watcher autosys job and there is one job which dependent on this file watcher job. I want my file watcher job run continuously for 24 hr, means whenever there is a file in corresponding directory, file watcher job should trigger. But…
Rajeev
  • 519
  • 3
  • 13
  • 29
-1
votes
2 answers

Autosys Job Configuration

What is the behavior of the job if I am giving Dependency and Schedule on the same job? Suppose a job J2 is dependent on J1 on s(J1)|f(J1) and is scheduled at 18:00. If the job J1 is force started at 15:00 and is success at 15:05. What will happen…
-1
votes
1 answer

I have a Java Spring project where Autosys runs on a Unix server. How do I make it work in a Windows environment locally

My project is hosted on a Websphere server and my Autosys is implemented in a Unix server where my NAS is located. The autosys jobs invokes Korn Shell scripts in the NAS. I am looking to debug the application locally and would like to have these…
Spicado
  • 65
  • 8
-1
votes
1 answer

Autosys File watcher setup

I have file watcher which will be getting terminated as set by term_run_time. But the waiting job (waiting for file watcher to success) still be in activated state, I need to terminate waiting jobs also. Text_Box Job_A File_watcher_A As defined…
user2601350
  • 207
  • 1
  • 3
  • 12
-1
votes
3 answers

Autosys - How to restart job from the middle of Box job

There are 5 jobs inside a Main Box job like this MainBox Job1 -> Job2 -> Job3 -> Job4 -> Job5 job2 is dependent on Job1, Job3 is dependent on Job2 and so on. The dependency is implemented with condition attribute. For instance, Job2 has condtion:…
Vikas Sharma
  • 1,235
  • 2
  • 27
  • 53
-1
votes
1 answer

Why does term_run_time put my job into failed status?

From the documentation I could find, I thought term_run_time should result in a job status being set to Terminated. We have had several jobs that are terminated by this attribute, but the status is being set to Failure. What would cause this?
datguy
  • 623
  • 8
  • 24
-1
votes
2 answers

Autosys job suspension for a specific hour in a day

I need to schedule a job in Autosys in such a way that it runs every 20 min everyday it does not run for a specific time (say 01:00 to 02:00) everyday What is the correct way to schedule this?
RCInd
  • 344
  • 2
  • 13
-1
votes
1 answer

Autosys JIL ignoring success conditions

I hope someone can point me in the right direction or shed some light on the issue I'm having. We have Autosys 11.3.5 running in Windows environment. I have several jobs setup to launch on a remote NAS server. I needed JOB_1 in particular to only…
Alex Y.
  • 9
  • 3
-1
votes
1 answer

Autosys - re-run failed jobs in a sequence

There are 50 Autosys jobs that runs in sequence. Now, if a job in the sequence is failed. Then I am looking for a way to manually start the failed job. It could be easily done by calling sendevent command. But, in Production environment, we have to…
Vikas Sharma
  • 1,235
  • 2
  • 27
  • 53
-1
votes
1 answer

using autosys to start and monitor sql server jobs

I'm looking for a solution using autosys monitor sql job as following: kick off a sql server job monitor the job status if the job failed, restart at the step where it failed email notification if job failed or not running at, let say 3 am. I'd…
To Do
  • 151
  • 11
-1
votes
1 answer

Autosys, FileWatcher Job, passing if the file is not present, is it possible?

I am new to Autosys, and looking for a way to achieve reverse of file watching I am looking for a job similar to file watcher, which keeps on running till the file is present, and will only pass if the file is not present. The dependent job will…
-1
votes
1 answer

how to schedule console app in autosys

I have a console/executable app which I need to configure in autosys which will run every week on Sunday at 12 AM.I have never used autosys. Any help or link will be helpful related with jil command.
DJay
  • 2,457
  • 2
  • 18
  • 22
-1
votes
1 answer

How do i desig na job in autosys that uses the autorep command

I have the command autorep -J q to get the run timings of job. I want to create a job that uses this command and provides the output in a .csv or .txt. how do i try writing a job like that . the job I created fails : Jil below : /*…
dev
  • 1
1 2 3
25
26