Cisco Cisco Process Orchestrator 3.1 User Guide

Page of 786
 
14-48
Cisco Process Orchestrator 3.1 User Guide
 
Chapter 14      Using SAP Adapters 
  Reference Information
  –
Check the check box to disable the field.
  •
Synchronous—Check the check box to determine whether the command output is synchronous or 
asynchronous. (true or false).
Start Java Application – Result
The Start Java Application - Result read-only page displays the result of the command. When the 
synchron switch is specified, the following is displayed.
“Application <app_name> has been started.”
There is no message detail when the synchron switch is not specified.
Start Java Application Instance Properties
The Start Java Application read-only page displays the properties used to start one or all Java 
applications on J2EE Engine servers.
  •
Application Name—Java application name.
  •
Cluster IDs—Java Cluster IDs. IDs may be separated by space or commas.
  •
Time out if not completed within—Time out interval (seconds, minutes) within which the activity 
must complete. The default is 60 seconds.
  –
If the activity does not complete within the specified time out interval, the activity will fail with 
Failed (Not Completed) status.
  •
Synchronous—Determines whether the command output is synchronous or asynchronous (true or 
false)? If checked, the command output is synchronous. If unchecked, the command output is 
asynchronous.
Start Java Service Properties
Use the Start Java Service activity to start a service on J2EE Engine servers.
  •
Service Name—Name of the service to be started
  •
Cluster ID—Java Cluster ID. Multiple IDs should be separated by space or commas
  •
Time out if not completed within—Time out interval (seconds, minutes) within which the activity 
must complete. The default is 60 seconds. If the activity does not complete within the specified time 
out interval, the activity will fail with Failed (Not Completed) status.
  –
Click the time unit link to change the timed out interval from seconds to minutes.
  –
Uncheck the check box to disable the field.
Start Java Service – Result
The Start Java Service - Result read-only page displays the result of the command. When the Start Java 
Service activity instance is executed properly, no result message is returned.
If there is any error, it will return an error message. For example, if the service name is not correct, then 
there is an error message.
>startservice test
[Shell -> STARTSERVICE] Could not start the service 'test'!