Questions tagged [automic]
18 questions
4
votes
1 answer
How to send SQL script results as a table in email body via Automic
I have a workflow which looks like below.
The first task of this workflow runs a simple select * query and the next one sends an email. They are working fine individually. What I want is to send the output of the SQL task as an input to the email…

Naxi
- 1,504
- 5
- 33
- 72
2
votes
1 answer
Automic UC4 script: Storing user-input into an array
First: I'm using UC4 - dialog version 9.00A Build 234-162.
I'm trying to read a variable number of input fields (via :READ) and want to store their values into an array:
:DEFINE &FILE#, string, 10
:PUBLISH &FILE#[], , "WORKFLOW"
:BEGINREAD…

Daniel Heinrich
- 790
- 4
- 12
1
vote
0 answers
Trying to run a powershell command "get-counter" that has variables over a public-key auth SSH
I am trying to connect to a Windows machine using SSH (it has OpenSSH installed) and I am trying to get the CPU usage of all the processes, by using this command (it's pretty much an answer to another question, that I was trying out):
.\ssh…

WatAmIDoing
- 11
- 2
1
vote
1 answer
How to get a most recent jobs in ATOMIC AE REST API?
I'm trying to pull the job details from the Automic server using the below API.
http://server:8088/ae/api/v1/800/executions/?name=name&type=JOBS
This query just sends me the data for job executions only in the past 24 hours. The executions in the…

Gopi S
- 11
- 2
1
vote
1 answer
UC4 Job Execution with Webservice
We need to execute a UC4 job on demand whenever it is needed, not on scheduler basis. Are there any APIs / webservices to start a job execution, to stop job execution and to ask for status of the job, provided by UC4 ?
Thanks in advance!

Casper
- 107
- 2
- 12
0
votes
0 answers
OpenJdk 11 in AIX 7.1 cannot load module libfontmanager.so
I have configured OpenJdk 11 in my AIX 7.1 Server and I'm trying to run one of the jar file. However I'm getting the below error and the jar file is getting aborted. But I can see the libfontmanager.so file in my lib folder. I have also added the…

Bharath Kumar Reddy
- 53
- 2
- 9
0
votes
0 answers
Catching python errors in Automic UC4 scheduler
I am executing python scripts through Automic UC4 scheduler. The script connects to Snowflake and executes Snowflake SQL query. The automic scheduler is unable to report in case of SQL compilation errors since the code has been placed under…

vvazza
- 421
- 7
- 21
0
votes
1 answer
Configure Automic to only send alerts after a certain number of job failures?
My intention is to send an email notification of failure only after x number of failures in a row. At this moment my CA automic post process script sends a failure notification for each failure, but I have a use case where in we have to send an…

Ram
- 110
- 2
- 12
0
votes
1 answer
UC4 ONE Atutomation Job with Python Script
I have a little problem with UC4. There is a job, which only starts a batch file. Inside this job on the process sheet there are three variables as plain text.
Filename country department
file.bat sweden sales
The filename is used for in the job…

Daniel_T
- 39
- 1
- 8
0
votes
2 answers
Automic: How to implement Error-Handling in Script
I want to check a file in Unix via Automic. If the file doesnt exist it should switch the host and check if the file is there.
The problem is, that I dont now how to implement a error handling.
Everytime the script object is processing and cant…

karl
- 13
- 2
0
votes
2 answers
XQuery to get an attribute value with condition
I'm facing an issue with the parsing of a REST WebRequest' response
I'm using XQuery
For many years, I used a query which worked fine in my software (OneAutomation from Broadcom, formely Automic)
I have updated the software to the next major version…
user11903290
0
votes
1 answer
Parsing script with Powershell through Automic scheduler
Im doing a project on Trizetto Elements and the file naming is said to be variable so I made a parsing script to make sure Im grabbing the right file when we begin the batch loading. Works great on my desktop but as soon as I plug it into Automic…

user3439084
- 1
- 3
0
votes
1 answer
In automic how to communicate between the job in workflow?
As we know that one job can call in multiple workflow.
I need an variable which give me the workflow name at time of runtime so that I can write this information in log.
It should not be global variable. it must be define with in the scope of…

Brajesh kumar
- 1
- 2
0
votes
1 answer
How to pick files in mutual exclusive way through automic?
We are receiving two different files in short interval of time from mainframes.we cannot predict the arrival sequence of files. These files should picked by two different workflow. But It should trigger in mutual exclusive way. In other word If one…

Brajesh kumar
- 1
- 2
0
votes
2 answers
automic uc4 - email script fired off unexpectedly
In my UC4 work flow, I set up an email script, to email the team the completion of job. This script is set up on a dependency on 'ANY-OK' of a previous job.
However, the email script was always fired off in the beginning of the workflow, instead of…

Paul Z
- 27
- 2
- 9