cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Module Configuration Issue

Former Member
0 Kudos

Hi All,

I have done the following Module Configuration in Receiver JMS Adapter, but facing issue in the Length of the Flat File received in JMS.

it is having only 512 characters, i got clue that is because of localejbs/SAP XI JMS Adapter/ConvertMessageToBinary.

Binary can accept only 512 characters.

I need convert the message to TEXT. Please help me on this.

Processing Sequence

1 localejbs/AF_Modules/MessageTransformBean Local Enterprise Bean XML2Plain

2 localejbs/SAP XI JMS Adapter/ConvertMessageToBinary Local Enterprise Bean convert_XI2Bin

3 localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService Local Enterprise Bean exit

Module Configuration.

XML2Plain Transform.Class com.sap.aii.messaging.adapter.Conversion

XML2Plain Transform.ContentType text/plain;charset=utf-8

XML2Plain xml.addHeaderLine 0

XML2Plain xml.conversionType SimpleXML2Plain

XML2Plain xml.endSeparator 'nl'

XML2Plain xml.fieldFixedLengths 10,15,10,10,15,13,13,13,15,2,30,1,10,10,10,10,8,10,10,10,8,11,11,3,3,1,1,15,10,15,1,30,15,15,10,8,15,10,10,15,15,4,8,1,2,8,35,11,10,10

XML2Plain xml.fixedLengthTooShortHandling Cut

exit JMSMessageType Text

Regards,

R.Ragu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ragu,

Can you please elaborate on this issue a bit more...?

The Module Configuration looks fine to me.....

Thanks

Dhwani