cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Exception in Mapping

Former Member
0 Likes
783

Hi guys,

I'm very new to PI.......

while practicing a simple scenario transfering an xml file from one folder to another, i'm getting this error in

in SXMB_MONI, message status says "System Error" when i click on it, got this error.....

"Runtime exception occurred during application mapping com/sap/xi/tf/_SS_MM_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: C

annot create target element /ns0:SS_RCV_MT/name. Values missing in queue context. Target XSD r~

Exception of class CX_XMS_SYSERR_MAPPING"

Graphical mapping is as follows

can anyone help me?

Thanks

View Entire Topic
Former Member
0 Likes

Hello,

you have a mandatory target field which is to be created probably multiple times. You probably don't fill it on each occurence. In the graphical mapping editor, right-click on the target field and see what it displays. There are several solutions to this:

- Check test payload, maybe something wrong there

- Change field to optional

- Change queue context of source field

- Perform a mapping using functions like "Use one as many" or others

It is hard to say which one is best in your case without further detail.

Regards,

Jörg