Questions tagged [uc4]
13 questions
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
1 answer
Invoke MBean from UC4
I want to invoke a Java MBean from UC4.
I found the below link to call the MBean directly from UC4, but I do not see an option in UC4 to create a JMX Job (from New…

user8330756
- 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
uc4 function search for use automated
in am very new to the uc4-topic and i do not really have any idea how to solve the task i got. I should write a workflow which automate the function search for use. The goal is that you give the workflow any object and when you run the workflow you…

mathias
- 1
0
votes
1 answer
Unix Shell: If Conditions grep & test
I have the following problem: I try to send mails with different content and to different recipients, when the following conditions are met:
a specific string in a logfile is NOT found and a specific file exists
a specific string in a logfile is…

Asujia
- 1
- 1
0
votes
0 answers
UC4 Compactibility with PostgreSQL
Can some please tell me if UC4 is compactible with PostgreSQL.
Right now ,UC4 works with Oracle ,want to change it for PGSQL.
Could not get any documents with PGSQL standards for UC4
is UC4 feasible like MSSQL ,Oracle ?
Please help

dp1212
- 69
- 2
- 8
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
0 answers
How can I connect to Linux from Automatic UC4?
I have a scenario to develop in UC4, that is encrypt the files and zip it.
In UC4 I have taken the objects as below :
Login Object
Unix Jobs object
Configured the login object with Linux credentials,
and
Unix jobs object…

shikha b
- 1
- 3
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
0
votes
1 answer
Hadoop Automation with Automic (UC4)
We have HADOOP servers(Linux dist.) and Application server(SQL). We will implement Automic Engine in order to automated our hadoop env.
What is the best way to implementation?
Where do we locate agents on application server or hadoop servers?

1010111100011
- 83
- 1
- 3
- 9
0
votes
0 answers
SSIS package skips the last row
This question was asked here.
SSIS Package not reading the last row in flat file
I believe I have some extra perspective on it.
I have a SSIS package that does simple data flow task which loads Flat file to Sql Server. The file has a Header, 5000…

Rabin
- 418
- 3
- 13