cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver JMS channel error

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naresh,

Also refer below wiki

How To...Content conversion module with J2EE JMS adapter - Process Integration - SCN Wiki

Refer 3.3 section.

Regards,

Krupa

Former Member
0 Kudos

Now the error got changed as below:

Message processing failed. Cause:
com.sap.aii.adapter.jms.core.fsm.DFA$InvalidTransitionException: No transition
found from state: STARTING, on event: process_commence for DFA:

former_member184720
Active Contributor
0 Kudos

Did you try restarting the communication channel?

Former Member
0 Kudos

Yes. resolved now:) Thanks for all your inputs

former_member184720
Active Contributor
0 Kudos

Appreciate if you can close the thread.

Former Member
0 Kudos

Hi Naresh,

How you got a changes to make this error to resolve?

MP: exception caught with cause com.sap.aii.adapter.jms.core.fsm.DFA$InvalidTransitionException: No transition found from state: ERROR, on event: process_commence for DFA:


I am also facing the same problem after configured the Receiver JMS Adapter. After deploying the WebSphere MQ drivers.


Thanks,

Easwar.

Answers (2)

Answers (2)

former_member312864
Active Participant
0 Kudos

hi

Instead of "xml.recordsetStructure" use parameter "xml.recordTypes" and value for the parameter keep as it is like HEADER,BODY,TRAILER.

Try whether its working or not

former_member184720
Active Contributor
0 Kudos

Change your receiver structure as explained in the help documentation.

Examples of Content Conversion Using MessageTransformBean (SAP Library - SAP Exchange Infrastructure...

Refer to the Complex Conversion section.