Tagged Questions

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, zSeries, VSE, and OpenVMS.

learn more… | top users | synonyms

1
vote
1answer
254 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 ...
1
vote
1answer
126 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 ...
1
vote
2answers
65 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 ...
1
vote
1answer
3k views

AutoSys scheduler update JIL

We use AutoSys for job scheduling, and I find myself writing a lot of JIL (job instruction language) scripts to delete boxes and re-insert them due to small job changes (e.g. start time, etc.). Is ...
0
votes
2answers
64 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 ...
0
votes
2answers
82 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
41 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?
0
votes
1answer
483 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
319 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 ...
0
votes
1answer
132 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
249 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 ...
0
votes
0answers
406 views

Delete an Autosys Job

Hi I have created an autosys job with the following attributes. /* ----------------- lse_d1_corp_bx ----------------- */ insert_job: lse_d1_corp_bx job_type: b owner: sdmsvd1@imsys05dev.xerox.com ...
0
votes
1answer
624 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
677 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
307 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
1answer
425 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 ...
0
votes
1answer
258 views

Autosys job to start after another job with any status

I need to run job after another job with whatever status the previous job finished. So far I use condition: success(x) or failure(x) can it be written for any status? I dont know the exact ...
0
votes
1answer
468 views

How can I run an autosys job without running dependents?

I wish to make a change to an autosys job. After I make the change: I want to test it by running it in isolation without running any dependents. After I have finished testing, I want it to be in a ...
0
votes
2answers
442 views

DOS CMD send failure to Autosys

In Autosys, I have a job that executes a fairly simple DOS batch file (.CMD). How do I communicate back to Autosys if the job has conditionally failed? If it runs and terminates, Autosys reports a ...
0
votes
1answer
876 views

How to get a week's view history of the job i.e running from Autosys Job Schedular?

SCENARIO: Previously Jobs are scheduled to run from SQL Server. In the SQL Server database the jobs ran as per their start times mentioned. All the operations such as stopping the running ...
0
votes
1answer
2k views

Autosys dependency on mainframe job

We have an Autosys job (let's call it job_a) that has a 3am time dependency and is also supposed to await successful completion of a mainframe job (job_m, which in our case is always successful). ...