Creating RA Hyperion EPMA Agent Jobs
HYPERIONEPMA Jobs execute a script. Once you have installed and configured the RA Hyperion EPMA Agent, you can create the corresponding Job objects (new object: JOBS -> HYPERIONEPMA).
When you have created your Jobs, you must enter the particular Agent in the Attributes tab.
Verify that this Agent is active and available. Otherwise, no data is available in the specific HyperionEPMA object tabs.
The specific settings for the relevant action are available in the HyperionEPMA tab. The other tabs are all the same in each RA Hyperion EPMA Agent Job. For further information, see your Automation Engine documentation.
HYPERIONEPMA Job
- Login data
- Script
- Do not validate script at runtime
The Hyperion EPMA Connection object.
The script which is executed in EPMA. To allow the script to immediately start with a command, the following login and variable initialisation is automatically added to the beginning of the script when a Connection object is selected in the Login data field:
set bpmaserverurl=<value from Connection object>;
set workspaceurl=<value from Connection object>;
Login;
<value of script text field>
To get feedback about whether the script contains errors without running the Job, click Validate script. This is only possible when the Agent is online, otherwise this button is disabled.
A single EPMA Job can contain multiple EPMA script commands. For example in order to duplicate a deployed application to a different server, a combination of the copy application command and the deploy application command is necessary.
When checked, the script will not be validated before execution.
Job Status
The status of the Job is "ENDED_OK - ended normally" if the execution of the HyperionEPMA Job returns zero. Otherwise the status is "ENDED_NOT_OK - aborted".