cancel
Showing results for 
Search instead for 
Did you mean: 

mapping problem

Former Member
0 Kudos

Hi all,

1. My source structure is inv_source_mt - > row -> seqno guino docnumber

where row is 0..unbounded and seqno , guino , docnumber are 1:1

2. My targrt structure is same as above

problem is that even if there are 3 records coming of row in source structure

After mapping i get only row record in target

kindly help

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Thanx for all your replies....

As told, i am not using mapping now and it wrks

Thanx once again

Former Member
0 Kudos

hi sunil,

can you check your <b>message mapping in Test option</b>

make your<b> target Row structure is same as Sourse means I:unbound</b>..

hope this will help

regards

HONEY

Former Member
0 Kudos

> 1. My source structure is inv_source_mt - > row ->

> seqno guino docnumber

>

> where row is 0..unbounded and seqno , guino ,

> docnumber are 1:1

>

<b>> 2. My targrt structure is same as above</b>

Go to Message Mapping:

click on the Source Message Type and then click on the Target Message Type...and the click on"Map Selected fileds and substructure if names are identical" (it is just below the design tab).

This can solve your problem...only if source and target are same...

Note: It might be possible that u created the two diff DT and MT with the same structure..if it is then check the occurance of the Target messag...it should be same as source:)

Thanks

Farooq

Former Member
0 Kudos

Hi ,

my source and target structure are

MT

+Row

++seqno

++guino

++docnumber

and i have mapped the row node as well

I need a xml file on the receiving side with the same structure as source and hence i have used same target structure as the source

former_member214364
Active Contributor
0 Kudos

Hi Sunil,

if you are not doing any message transformation,why do you need mapping?

Former Member
0 Kudos

Sunil,

If you need the target xml same as your source,then there is no need of mapping.Just use the same message type in the target Interface(Inbound Interface) also.It will work.

Regards,

Manju.

former_member556412
Active Participant
0 Kudos

Hi,

Is the occurence same in your target structure too.

Former Member
0 Kudos

Sunil,

Didn't understand your question well.

Ur source and target is :

MT

+Row

++seqno

++guino

++docnumber

right...

But didn't understand the problem....

former_member181962
Active Contributor
0 Kudos

Hi Sunil,

Did you map the correpsonding node for Row also?

map the row node in the source and target if you have not done already.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

if your target is same as the source then you don't need any mapping at all

are you doing any dynamic configurations or any other reason why you are doing message mapping?

Thanx

Aamir