cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create target element

0 Kudos

Hi experts,

RuntimeException during appliction Java mapping com/sap/xi/tf/_MM_RESELLEREXCLUSION_NIMBUS_ Thrown: com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ns1:save. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD


can any one suggest me on this issue ASAP


Regards,

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vijay,

It is throwing error because of below reason.

/ns1:save is mandatory field and its top segment occurrence may be 0..unbounded .


In run time its top segment may be repeating "n" number of times .but /ns1:save field value is not populating n number of times .So obviously it throws an error.Cross check the conditions once again ,make sure both matches.


Regards

Venkat


former_member193376
Active Contributor
0 Kudos

Seems like your output field is a mandatory field and has to occur, Please check the input value or conditions if there are any.

Regards,
Saiyog