AutoSys is a workload automation tool supplied by Computer Associates. Current version is r11.3. The Application Servers and Schedulers are supported on: Solaris, AIX, HP-UX, Linux and Windows servers. Clients (Remote Agents) can be run on Solaris, AIX, HP-UX, Linux, Windows, z/OS, OS/390, ...

learn more… | top users | synonyms

0
votes
0answers
22 views

Autosys failing a job if the dependent job doesnot complete/success before a particular time

Autosys job retail_daily_job runs at 8:00 GMT. It is dependent on success of runner_daily_job. Condition is If runner_daily_job is not success by 7:30 GMT, then status of retail_daily_job should be ...
0
votes
0answers
33 views

how to set up a job to have two run windows? Please see sample job below.

How can I set up a Autosys job to run at two separate intervals? Please see the sample job below. This job needs to run between 00:06 - 00:56 and then again between 04:06 - 04:56. The start_mins can ...
0
votes
1answer
96 views

Error when running .NET app from AutoSys

I have a .NET console application that runs on a Windows Server 2008 where AutoSys and WebSphere MQ are installed (The application is used to send messages to WebSphere MQ). I'm trying to set up an ...
0
votes
1answer
37 views

Script runs old version of .NET app even after replacing app with new version

thank you for reading this. Environment is an AutoSys scheduler running on Windows Server and the job calls a Perl script which grabs some files via FTP and processes them using a VB.NET application. ...
0
votes
1answer
77 views

Java API for Autosys , cs-7

I am new to the enterprise scheduler world . I need to schedule a job in Enterprise schedulers like Autosys, cs-7 using java program. ...
0
votes
1answer
68 views

How to connect to autosys box using java

I have a few set of jobs scheduled in a autosys box.I want to make a java code to connect to the host where the autosys job executes.And be able to execute autosys commands.Can anyone help me in this? ...
0
votes
1answer
98 views

Reditect the jil error output to log file

I am using autosys 11.3.. I have created one .ksh file and one jil file like below: .KSH file(test.ksh): echo "test" .jil file(test.jil) insert_job: test11 job_type: CMD machine: ravi owner: ...
0
votes
1answer
93 views

autosys job error

We have a set of autosys jobs already on our server and now we are trying to set up a new autosys job, but unable to succeed due to an error with the “Owner” field. The old/existing jobs on the server ...
0
votes
2answers
161 views

Put multiple AutoSys jobs On Ice

Is it possible to put multiple jobs on ice, eg. using a wildcard for the job name?
0
votes
0answers
88 views

Autosys batch load balancing

I am planning to use Autosys to schedule batch jobs inside a Java EE container. Is there a way we can configure Autosys to balance the batch load? I can make Job statistics available to Autosys from ...
0
votes
1answer
378 views

Autosys file watcher for a particular filename on Windows

I am trying to write a file watcher job in autosys that would watch out for a particular file. The file name format would be filename_ddmmyyyy. The requirement is that the file comes at 7.15am ...
0
votes
1answer
421 views

autosys - run list of jobs one after another (order in jil must reflect dependency)

I have a list of jobs to be done SEQUENTIALLY (one after another). If I list all my jobs in ---- myjobsBox.jil--- # cleanup-db Jobsinsert_job: **CleanupDB_Box** job_type: b date_conditions: yes ...
0
votes
3answers
360 views

Autosys/autorep list of downstream dependencies for a job

I am looking for a way to get a recursive list of downstream dependencies of a job in Autosys. E.g. if jobX1 has a condition of s(jobA) and jobX2 has the same condition s(jobA), I would like to be ...
0
votes
1answer
189 views

How to call .ksh file as part of Unix command through ssh in Python

I would like to achieve the following things: Given file contains a job list which I need to execute one by one in a remote server using SSH APIs and store results. When I try to call the following ...
0
votes
1answer
271 views

Autosys R11 Job Scheduling

I want to schedule a job using autosys R11. I use start_time to specify the job start time and also use start_mins to specify the interval. But now, I want to schedule a job from 1:00 PM to 5:00 PM ...
0
votes
1answer
307 views

View Autosys job status as dependency diagram

Are there any tools to display an Autosys (aka: CA Workload Automation) component as a diagram that shows the dependencies between jobs/boxes? I've heard of the Dependency Graph, but it doesn't appear ...
0
votes
1answer
156 views

Get just the staus of autosys (main) job/box

I have a main autosys box (first_start_main_job)that has 2 different sub box. When I enter autorep -j first_start_main_job -d I get something like: JOb Name | Last Start | Last Run | ST | RUN | ...
0
votes
1answer
405 views

Autosys job returns and error code 122

Autosys returns and error code 122, even though the job hosted on the Autosys server have executed successfully. Please let me know how to resolve this issue.
-1
votes
1answer
378 views

Specify multiple files for FileWatcher Autosys job

I would like to setup a FileWatcher job that looks for multiple signal files to be present before it kicks off. Is there any way to check for the presence of multiple files before the child job is ...
0
votes
1answer
790 views

AutoSys Job multiple dependencies issue: s(1) & s(2) & s(3)

I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are daily jobs the first day is ok. the second day, the 4th job ...
0
votes
2answers
2k views

Autosys Command List and Job Scheduling every half an hour

Where can I find all the command list for Autosys JIL. What is the official site where I can get the complete list of Autosys commands with examples ? For example I want to run a shell script every ...
0
votes
2answers
142 views

time stamp in log file

i have to create a autosys job to monitor another autosys long running job. the monitoring job should create an alert if the other job is running for more than 10 minutes. for ex. A1 autosys job ...
0
votes
2answers
1k views

AutoSys Xit Code -655

I'm totally new to AutoSys and have been muddling my way around. I've managed to figure out that the job I sent to the AutoSys Server is failing and the Exit Code is -655. Can anyone please tell me ...
0
votes
1answer
231 views

UNIX SIGNAL TO AUTOSYS

We have a bunch of java process to be run scheduled at various times in AUTOSYS server. Most of the java processes doesn't have a exit statement and hence we have written few stop jobs as in shell ...
0
votes
1answer
344 views

Wild cards in autosys

I want to write a file watcher in autosys that waits for a file like imsbestex_20111012. The date appended to the end of the file name keeps changing everyday. Therefore I want my autosys job to ...
1
vote
1answer
172 views

autosys job is triggered twice from servlet

our application is triggering autosys job twice from servlet. the job is scheduled to run on monday to saturday, during 4 pm. but sometimes the job is triggered twice and getting null pointer ...
0
votes
1answer
193 views

Autosys BOX job containing no CMDs

I am new in my job and one of my responsibilities is to maintain a string of workload automation processes that run out of Autosys. In browsing through the jobs, I noticed that some of them are ...
0
votes
1answer
239 views

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, ...
0
votes
3answers
462 views

How can I concatenate a file and string into a new file in UNIX as a one line command

I need a very simple (hopefully) 1 liner command that reads in a file appends a string and outputs to a new file, without changing the original data. file1 string ------ ...
1
vote
1answer
904 views

Autosys: KILLJOB event leaves orphan processes

I am running a variety of processes on a Windows server ( a mix of batch files, java, perl, csharp scripts/applications). These processes are launched using Autosys. The autosys agent on Windows ...
0
votes
1answer
434 views

Terminate shell script if stored proc fails, to capture status in my autosys job

I have Korn script that executes my SQL stored proc. My Autosys job invokes this script. I want to capture the status of the stored proc in my autosys job. Right now even if my stored proc fails, ...
2
votes
2answers
663 views

Invoke oracle stored procedure from shell script without SQLPLUS

Can anyone please suggest a way to invoke an Oracle stored procedure from a shell script without the use of SQL*Plus, or any such client for that matter. The inability to install clients is a ...
1
vote
1answer
2k views

Autosys R11 job dependency with dependent-job run-time condition

In Autosys R11, I need job_b to run only if job_a succeeded within the last X hours. Apparently, R11 allows you to "set look back dependencies on job_a to only run if job_c has ran to S within X ...
0
votes
1answer
1k views

Can command jobs with a box have start_times?

I would like to have 3 commands that run at 3 different times in the same day. I want to create 1 top-level box that will contain these 3 commands. And set a different Start_time value for each of ...
0
votes
1answer
127 views

Condition to check a variable value present or not

there is a autosys job, whicn has 3 jobs init. all 3 jobs call a common script and there 3 diffrent profiles one for each of them.these 3 jobs called from 3 different machines .Each profile has got a ...
0
votes
3answers
787 views

Autosys job stays in Running status

I have a .Net exe sitting on a Windows Server, I have an Autosys job set up to launch the app. When I start the job it just stays in Running status but the app never runs. The app takes about 5 ...
0
votes
2answers
321 views

Autosys box issue

I am having an autosys box job- auto_task_box which have 3 child jobs : auto_task1_wd - runs in every 5 mins monday to friday : auto_task2_dly - runs on 02:00 on every day : auto_task3_sa ...
1
vote
2answers
1k views

Autosys File watcher

My Task : Need to look for any new/updated files in particular directory of Server A. Once a file new/modified file is present on this directoty, I will need to ftp that file to Server B. Can I do ...
0
votes
2answers
938 views

Autosys Windows client

Is there a Windows client for Autosys that allows me to monitor job that runs on my Linux agents? I need to query Autosys jobs from Windows and start dependent jobs (using another job scheduler). ...
0
votes
1answer
205 views

Where is the JobScape preference file located?

Is there a configuration file for JobScape where I can specify which jobs to load on startup, the refresh interval etc?
1
vote
1answer
917 views

Autosys Box run configuration

I have an Autosys box and there is a couple of jobs inside it. For example, MY_BOX is the name of the box and it has the jobs JOB_1 and JOB_2. I would like to configure the box in such a way that it ...
0
votes
2answers
4k views

Autosys monthly Job schedule

I am trying to schedule a Job in Autosys and I would like this job to run once a month. Say, 5th day of every month. Could you please help how we can configure this in Autosys? I did some research ...
0
votes
1answer
3k views

Autosys Permission options

As per the Autosys manual, the following permission options can be configured in the JIL file: gx,ge,wx,we,mx,me Can someone please explain what each of these options represent? I tried searching ...
1
vote
1answer
978 views

Autosys API access

I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach. I m using Autosys r11.
0
votes
1answer
1k views

autosys doesn't run batch file

i wrote a batch file to open a webrowser, then close it, then open another and close it. upon opening the browser it will send email out. when i manually run the batch it works, but when i use autosys ...
1
vote
2answers
159 views

Autosys Equivalent of Style Cop?

My company has an internal application that enforces their AutoSys naming convention, box failure / success paths, page job existance, etc. I'm not an AutoSys user, but I've been tasked with ...
0
votes
1answer
2k views

Autosys monthly job schedule

I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you
0
votes
2answers
2k views

Autosys job testing

I am new to autosys.. does anyone know how to perform positive and negative test on particluar job
0
votes
1answer
786 views

Autosys Job depends regular expression

I am using the Jobdepends command to get a list of jobs stating with tax_check_d_% I need files like tax_check_d_job but it returns tax_check_djob tax_check_d_job tax_check_djob_job how can i select ...
0
votes
2answers
2k views

get all recent job failures in Autosys

What's a command to list all recent failures in Autosys? I was thinking of autorep -d -J ALL followed by some kind of grep, but the autorep report comes in paragraphs, with the job name and the ...

1 2