369 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
39
views
Intelligent Processing of AutoSys Error Data
I have a current project I am working on. It basically requires me to build out a solution to intelligently take an action whenever scheduled jobs fail in AutoSys.
Since some jobs fail due to ...
0
votes
1
answer
53
views
Autoys job inisde a box is not triggered - success condition is based on a job outside the box
Here is the flow of the jobs I am working on:
When Job B[stand alone job] is successful,
Trigger Job A [Present in box A]
But I can see that after Job B is completed, Job A is not getting triggered. I ...
0
votes
2
answers
70
views
Run script on Azure App Service in scheduled way
I have application deployed in Azure App Service.
There is script which I would like to run at some specific moments e.g every Sunday at 21 pm.
I found similar quesiton: How Run script on Azure App ...
0
votes
0
answers
37
views
How to use OR condition between Job success and time
I have a chain of jobs which are dependent on each other. There is a parent job that runs twice a month and then all children job run. However there are some jobs that needs to run whenever parent is ...
0
votes
1
answer
85
views
JIL: error while loading shared libraries. Libapicom.so: Cannot open shared Object file Error in RedHat
While testing a deployment, we just found this error - while testing our deployment on one of our AutoSys instances. There is:
$ jil: error while loading shared libraries:libapicom.so:cannot open ...
0
votes
1
answer
139
views
Set a lag time for a job to start running once dependency jobs have finished
In Autosys, I would like to set up a lag time for a job to run once all dependency jobs have finished, for example, JobFinal is dependent of jobs Job1, Job2, ... Job10, once all these jobs (Job1-10) ...
0
votes
1
answer
295
views
Can we create a global variable in autosys which gives as last day of previous month
I need to create a Global variable in autosys jil which give me the last day of previous month,
command: sendevent -E SET_GLOBAL -G "Blackrock_CASHFLOWdate=date '+%Y%m%d'"
The above command ...
0
votes
1
answer
37
views
Bulk copy do not execute when called SSIS package called from Autosys
I have Ssis package deployed on integration service catalog.
It execute perfectly when I right click and execute the package on SSIS db.
However when the package is triggered from autosys it does all ...
0
votes
1
answer
166
views
Random errors causing Autosys Job Failure
I have an autosys running daily that basically fetches data from ftp server, then processes it and saves it to a shared drive and a database. The process uses an unzip method
curl_download(url=ftp_url,...
0
votes
1
answer
84
views
How to schedule a job Monthy - First 5 business(between mon-fri) days in autosys?
Want to schedule monthly job - for First 5 business(between mon-fri) days in autosys.
What will be code snippet for this in JIL?
0
votes
1
answer
188
views
Understanding sucess(job,duration)
I have a query regarding lookback condition. Say for example I have a job B with this condition:
s(jobA,01.30)
Does the condition mean that the job B will execute every 1.5 hrs if the job A is in ...
0
votes
1
answer
262
views
Autosys. Is there a condition for NOT failed and NOT Running?
We have a process that depends on daily and weekly imports. All we care about the weekly files are not failed not currently running. Is this possible in Autosys?
I looked through the Autosys ...
0
votes
1
answer
229
views
Executing Java utility via Autosys job returning ORA-02396, running it manually works fine
I'm using 3rd party Java utility in Unix server which connects to SaaS application and create there new items.
Running it manually from Unix server is completing successfully.
Executing it from ...
0
votes
0
answers
1k
views
Autosys job failing to set job status to failed and not sending alerts
I need my autosys job to send an email alert when java batch file configured to it end up with errorS. Unfortunately though my job is failing with error in log file autosys status is success and we ...
-1
votes
1
answer
146
views
AWS batch to execute on prem batch code through a rest call or via sending event
Can I trigger on premises batch from AWS without migrating batch code.
is it possible through rest call or queue?
I don't want to move batch code to AWS instead just call batch code from AWS