Back to BMC Remedy Integrations
Handler · Version 2

BMC Execute Process BMC Remedy

Download GitHub

About

Executes the command on the server exactly as submitted. The command string can use results of other actions, such as ticket numbers, in its call. The first example above adds an approver to a change request, using very specific parameters. Refer to BMC's documentation for paramters that may require wrapping in quotation marks.

Configurations
Name Description Sample
server Remedy Server Name or IP Address
username Remedy Login Name
password Remedy Password
port Remedy TCP Port 0
prognum Remedy RPC Prognum 0
authentication Remedy Authentication String
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Command: The full text of the command (including any parameters) to be sent to the server
Wait for server response: Do you want to wait for the server's response -- Yes or No
Results
Name Description
Return Value The value returned by the server after executing the command. The value will be blank if the 'Wait for Server Response' field is set to "No". It will also be empty if the command returns no values (e.g., commands to delete entries from forms).
Return Status The exit code returned by the process. Zero means success.
Changelog

BMCExecuteProcess_V2 (2013-09-13)

  • Second version. Task 2.x and 3.x-compliant. See README for details.
  • First version: BMCExecuteProcess_V1 (2011-07-21) Task 2.0-compliant.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top