cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Sender adapter configuration

Former Member
0 Kudos

Hi,

I have a problem in configuring my JMS sender adapter. My source structure is in the form of a FIXED lenght file.

Its structure is as follows:

Rec ID Required Loop repeat

SHC R 1

SCO R 1

SAM O n

SCD R 1

SCP O n

LTX O n

SCC O n

SUM R 1

where R indicates Required record type

O indicates Optional record type

1 indicates the record type occurs only ONCE in a record

n indicates the record may occur 0 to unbounded times in the record.

This is how I have defined my record set structure in the Module tab of the JMS adapter configuration.

SHC,1,SCO,1,SAM,,SCD,,SCP,,LTX,,SCC,*,SUM,1

The problem with this configuration is that the adapter expects the input file in this format

SHC

SCO

SAM

SAM.

SAM

.

.

.

SAM

SCD

SCD

SCD

.

.

.

SCD

SCP

SCP

SCP

.

.

.

SCP

LTX

LTX

LTX

.

.

.

LTX

SCC

SCC

SCC

.

.

.

SCC

SUM

Whereas my input file format has the following structure

SHC

SCO

SAM

<u>SAM</u>

SCD

SCP

SCC

SCD

SCP

<u>SCP</u>SCC

SCC

SCD

SCP

SCC

<u>SCC</u>

Could please tell me how I can handle this in my adapter config. I have gone through the following How To guide "How to ...Use the Content Conversion Module within the XI 3.0 J2EE JMS Adapter" but dont find how I can do this.

Cheers.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Please see the below content conversion parameters

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

Regards

Chilla

stefan_grube
Active Contributor
0 Kudos

Have you already tried to put the parameter

xml.recordsetStructureOrder=var

into the parameter list?