cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping problem

Former Member
0 Kudos

http://www.directupload.net/show/d/716/vsdH7f8b.jpg

When iam testing am getting the following error:

<b>Mapping object MM_KONTO incomplete. Unable to continue execution

leaf node with minOccurs>0 and without mapping</b>

Regards,

Fatih

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

You haven't mapped <b>BEGIN</b>..

Also all the segments which have occurence 0..1 or 0..99999

is not mapped so they won't be created. (If you map them then <b>segment</b> inside them becomes mandatory so you have to map them also)

Also check whether you are having any target node as minOccurs >= 1. Then you have to map them also

Regards

Suraj

Message was edited by: S.R.Suraj

Former Member
0 Kudos

Hi Suraj,

I have mapped Begin .

But if I test it,

http://www.directupload.net/show/d/716/ZoGvY9rh.jpg

I can't see the structure.

Regards,

Fatih

former_member187339
Active Contributor
0 Kudos

Hi,

Thats bcoz you haven't mapped any of the target side's leaf node having minOccurs=0.

Map them to some source field or some constant and you will get the target structure.

Regards

Suraj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check that you have mapped all mandatory fields in target structure. If it is already mapped check that corresponding mapped field from source structure is populated while testing your mapping.

Regards,

Kavita Laddha