cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Receiver Adapter Conversion.......

Former Member
0 Kudos

Hi All,

I am using JMS Receever Adapter for sending data to Mainframe MQ. The message converted to Fixed length format.

At the end of every record I am getting "."

Output of JMS Receiver Adapter

abcde ghijk lmn .

hhffh jhjghj jgjjggj .

dfhf hjhjf jhjj .

In the Mainframe MQ, I am getting error for dots(".")

Plz any one help me ,how to remove dots at end of every record.

regards,

Pachika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

plz help me on this issue....

My Scenario.

Websphere MQ(JMS Adapter)--->SAP XI--->Webspher MQ(Receiver Adapter)----->Mainframe MQ

Output of JMS Adapter:

abc def sahafhhjf .

fdh hdh jfjfjdjdjgjjjd .

I am using Module parameters in JMS Receiver Adapter.

plz help me how to remove dot(".") end of the record.

thanks,

pachika

prateek
Active Contributor
0 Kudos

Is it part of your mapping output also? If yes u may remove it in mapping itself? U may check this in message mapping output in sxmb_moni.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I have used Message Mapping from SRC to TARGET.

Sender is Webspher MQ.

Receiver is Mainframe MQ.

I had done JMS Receiver Adapter configuration using module parameters. The message converted successfully into Fixed length file.but end of each record I am getting "."

I am using Simple GUI Mapping in my Design.

Plz help me on this

regards,

pachika

prateek
Active Contributor
0 Kudos

My previous question was a bit unclear I think. I meant was "." part of mapping output? If yes u can remove it from mapping directly.

Regards,

Prateek

Former Member
0 Kudos

Hi, it is not part of mapping.

It is coming automatically due to JMS Receiver Adapter confguration.

src xml file:

<?xml version="1.0" encoding="UTF-8"?>

<ns0:mt_test xmlns:ns0="http://sap.com/xi/POC">

<row>

<Name>abcdef</Name>

<id>147962</id>

<org>sffjffjhjfjh</org>

</row>

<row>

I used JMS Receiver Adapter...with all parameters for fixed length file. Adapter placing the file directly in Websphere MQ.

Output I need:

abcdef 147962 sffjffjhjfjh .

I need to remove the "."

regards,

pachika