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

How can i search for autosys job owner through unix

I need a command to search for specific owner in autosys job. Either of the way, if my search string may check in entire jil code or related for a specific field. Please let me know the command, which is useful for this.... Thanks, Rk
Ravikumar
  • 11
  • 2
  • 4
-1
votes
2 answers

Change Owner of a script in unix

I have a unix shell script file whose owner is "xyz" when run deletes some specific files. I want to trigger this script to delete files in some other directory where the owner for the files to be deleted is different from the owner of the script.…
user2133404
  • 1,816
  • 6
  • 34
  • 60
-1
votes
1 answer

How to reset number of retrys on Autosys job

I have a list of jobs that have number of retrys set on them (in jil definition). When I get the job status, I see the number of retrys (in this case 12). I am trying to find a way to reset that: ->autorep -J XXXXX% Job Name …
Mensur
  • 1,196
  • 3
  • 18
  • 30
-1
votes
1 answer

Is autosys a freeware tool for job scheduling? How to configure Autosys for scheduling a batch process in windows?

Is autosys a freeware tool for job scheduling? How to configure Autosys for scheduling a batch process in windows?How to implement scheduling process using Autosys and JIL?
Diya
  • 43
  • 10
-1
votes
2 answers

Is it possible to add Multiple jobs via JIL in Autosys by defining them in a single .jil file?

I have to move the jobs from one environment to another so, is it possible to bulk add the jobs via single .jil file/command jil < alljobs.jil
kumarrsumit
  • 1
  • 1
  • 1
-1
votes
1 answer

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. Is there any java API…
vinu.m.19
  • 495
  • 2
  • 8
  • 16
-2
votes
1 answer

Autosys job which is executing .cmd file taking longer time than running .cmd script separately through command line interface

This job calls .cmd script which calls a product in another environment to execute. While running in that product tool,it was taking around 11 mins to save the file But while calling the product I'm autosys through .cmd scripy.,it was taking around…
-2
votes
3 answers

Exit code 655- Bad password error

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 what that means?
user333217
  • 7
  • 1
  • 4
-2
votes
1 answer

Autosys job in windows fails to copy all files but doesnt fail

We have a BOX scheduled in Autosys. If the BOX gets triggered at the scheduled time, all the PDFs generated out of one of the steps is not getting copied but the job is also not failing. When we are HOLDING the box and running step by step all…
-2
votes
2 answers

How to add a new string at the end of line after searching a string in that line in a file in Unix

I have a file which is an extract of jil codes of all autosys jobs in our server. Sample jil code: permission:gx,wx date_conditions:yes days_of_week:all start_times:"05:00" condition: notrunning(appDev#box#ProductLoad) We want add a new…
Raghav
  • 1
  • 1
1 2 3
25
26