Hello All,
Below is the Target Message Type structure that PI is sending to JMS application which needs to be converted from XML to Flat file in PI JMS Receiver channel.
XML strucutre will be as below:
<MT Name>
<HEADER>
<field1></field1>
<field2></field2>
<BODY>
<field1></field1>
<field2></field2>
<TRAILER>
<field1></field1>
<field1></field2>
</MT Name>
Please find the JMS channel configuration below:
When I tried testing the Interface, below is the error observed in Receiver JMS channel as below:
Message processing failed. Cause:
com.sap.aii.af.lib.util.configuration.ConfigurationExceptionSet: The following
configuration errors were detected: - Either recordTypes or singleRecordType
needs to be set
Can anyone please tell me what parameter needs to be added to the above configuration
Thanks&Regards,
Moorthy