Reply to Siebel Event Activity

This activity sends the populated data in the Input tab to the Siebel server. A fault is generated if any error occurs and the same error is conveyed to the Siebel Server.

General Tab

The following table lists the configurations in the General tab of the ReplyToSiebelEvent activity:

Field Visual diff Module Property? Description
Name Yes Yes The name of the activity is displayed.
ReplyFor Yes Yes You can specify the EventInvocation activity name for which the reply is intended.
Note: If any field from the Event Invocation activity is changed, then this field must be cleared and repopulated.

Description Tab

In this tab, you can enter a short description for the ReplyToSiebelEvent activity.

Input Tab

The values in the Input tab are populated based on the object selected in the Siebel Object Reference field. The following parameters are available for the Input tab:
Field Description
SiebelHeader A set of key and value pairs which can be passed to the plug-in and used as the attributes of Siebel Header element.
Note: Value of the Siebel Header field is sent only if the Integeration Object Name field is populated in EventInvocation Activity.
UniqueData This is a unique string used to identify the socket object used to send response to Siebel Server.

You must map this field from the Output tab element UniqueData, of the Event Invocation Activity.

TibcoAppError ErrorCode and ErrorMessage which can be set with the customer’s error code and error message. These messages are sent as a reply to the Siebel server.
  • ErrorCode: Returns error code if the service method fails to query the state of the plug-in on the network.
  • ErrorMessage: Returns error description about the query failure.
Data The populated value for this field sends a reply to the Siebel Server.

Fault Tab

In the Fault tab, you can find the error message and error message code of the ReplyToSiebelEvent activity. For more details, see Error Codes.

The following table lists the error schema elements in the Fault tab of the ReplyToSiebelEvent activity:
Error Schema Element Data Type Description
SiebelPluginException String Exception occurs if any error occurs when replying over socket or any validation fails in the activity.
SiebelJDBException String Displays an exception related to the Siebel operation. The exception is generated either by the Siebel server or due to operation failure.