Validation Alert
The Responder BusinessConnect Container Edition sends this notify message to the private process to indicate validation informational, warning, and error messages for both inbound and outbound transactions.
| JMS Topic Name |
prefix.installation.ERROR.VALIDATION |
Example: AX.BCCE.BCCE-CONTAINER.ERROR.VALIDATION |
|
| Message Name | ValidationErrorAdvisory
|
| Field | Type | Required | Description |
|---|---|---|---|
tpName
|
String | No | Trading partner name. |
tpExtraInfo
|
String | No | Extra information associated with the trading partner as configured to be included in this message request but not as part of the inbound document. Use this information to assist in routing this request to the private process. Controlled by the Extra Info in the Private Process Request field. |
hostName
|
String | No | Host name. |
msgType
|
String | No |
The type of validation information, warning, or error. Example: TRANSACTION_ERROR, INTERCHANGE_ERROR, GROUP_ERROR |
hostInitiates
|
Boolean | No | Indicates if the transaction is outbound or inbound. |
standardID
|
String | Yes | X12 and EDIFACT |
operationID
|
String | No |
ID of operation to be performed. Format: interchange_version/group_version/operation. Example:
|
transactionID
|
String | Yes | Transaction ID for which the message is generated. |
sourceFile
|
String | No | Applicable only to inbound EDI document received from the FILE inbound transport. This is the full source path of the inbound EDI document. |
receivedTime
|
String | No | Applicable only to inbound EDI document. The original GMT timestamp of the inbound request received by BusinessConnect Container Edition. |
envelopeInfo
|
Object | No | The interchange (identifies the sender and receiver interchange qualifier and ID) and group envelope (identifies the sender and receiver application ID) information of this transaction. See EnvelopeInfo. |
transactionInfo
|
Object | No |
The raw EDI segments of this transaction and the header and trailer segment of its interchange envelope and group envelope. By default, transaction information is not included in the Responder request. To include transaction information in the Responder request, check Include Segments in Request to Private Process in the Operations Editor for this operation. See TransactionInfo. |
controlNumInfo
|
Object | No | The control number information of this transaction that identifies itself in group envelope and interchange envelope of the incoming document. It contains the control numbers for the interchange envelope, the group envelope and the transaction itself. See ControlNumberInfo. |
| errorInfoList | Sequence |
Detail list of validation info and warning messages for this transaction. See ConversionEngineInfo. |