cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI ERROR

Former Member
0 Kudos

Hi Friends,

In SAP PI Iam developed a interface and Moved it to production. Iin SXMB_MONI (RED FLAG Will appear) this error will displayed. Everthing in DEV is fine(Message Mapping). And ALE confiugration also fine. Then what is that error and how to resolve that. Please help guys.

Runtime exception occurred during application

mapping com/sap/xi/tf/_ItemPrice_MM_;

com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti

on: Cannot create target element

/ns0:ItemPrice/Header/ItemCode. Values missing in

queue context. T~

Thanks

Hari

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Hari,

Goto Runtime work bench----> Message monitoring .

select the message which shows errors. and click on details or versions it will show the audit log, there u can find the detailed description of the error, step by step. then u can trace where the exact problem is coming.

hope it helps.............

Thanks,

Amar.

former_member529475
Active Contributor
0 Kudos

Hi Hari,

Take the Inbound Payload from Moni and test it in the Message Mapping..

REgards,

VASU

naveen_chichili
Active Contributor
0 Kudos

HI Hari,

This seems to be a mapping problem.

Please follow the below:

1.GO to SXMB_MONI and doublick on the error message.

2.you will find the exact error description.

3.in the left hand side top you will find an option with inbound message with green flagjust expand that-you will get payloads option there---just expand that.

4.Then you will find main document inside the payload --just double click on that

5.Now you can see the payload in the right hand side in two windows one on the top and the other in the bottem.

6.just riclick oon the borttom payload and click on view source

7.You will get a pop up , just copy the data inside the popup.

8.go to the appropriate mapping and go to test tab and load this xml data into that.

9.once you load the data test the mapping and you would be able to find the exact problem--just identify that and correct it your problem will be solved.

Cheers!!!!

Naveen.

udo_martens
Active Contributor
0 Kudos

Hi Hari,

pick up the source message from SXMB_MONI, save it local and test it in ESR. It will fail. Then decide to correct the mapping or complain regarding the sent message.

Regards,

Udo

Former Member
0 Kudos

Just have a look at "Display queue" option in the mapping. If required change the context or use removeContext.

Former Member
0 Kudos

HI ...

Check this thing in error :

Cannot create target element /ns0:ItemPrice/Header/ItemCode. Values missing in queue context

I am assuming /ns0:ItemPrice/Header/ItemCode is 1..1 So cannot be null and from source must be value is not coming ...

so raising an exception ...

Check.. This might solve your issue...

regards

PS.