cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SXMB_MONI

Former Member
0 Kudos

HI experts,

I am getting the following error in moni.Can anyone pls sort it out.

======================================================

Runtime exception occurred during application mapping com/sap/xi/tf/_MM_MDM2BW_Reporting_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ns1:_-BIC_-CQZI_PPL_00001000. Values missing in queue context

=================================================================

Rgds

Veeru

Accepted Solutions (0)

Answers (12)

Answers (12)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

Check the SAP NOTE 799657.

Regards,

Reyaz

Former Member
0 Kudos

Hi Veru,

The message is because of error in Mapping . The target node is not getting generated. Test the Mapping with the payload you receive in Moni.

you can also try this Go to configuration ---> tools -


> Test Configuration. Enter the source payload and test the configuration. you will know where the error is.

If You are not using graphical mapping, check the code you written for target node creation. There should not be any mismatch in naming of the target nodes.

Regards,

Syed

samiullah_qureshi
Active Contributor
0 Kudos

Go to the trace of

Requrest Messsage Mapping step of pipeline --->SOAP Header ---> Trace

and see for which field the error is occured or search for the Unable to prodcue [field].

To trobuleshoot the problem go to the

Receiver Determination step of pipeline --->Payload ---> MainDocument ( application/xml )

You will see the messsage that is the input to your mapping. Right click on the message and chooose the "view source" copy the message and put it in the Test tab of your mappping into the IR.

former_member732072
Active Participant
0 Kudos

Hi Viru,

Please have a look at the following link and see if it helps

Best regards.

Former Member
0 Kudos

when u display the Queue by right clicking the targetField and selecting display Queue u wont get any there that is reason ur getting that error

tell the source and target structure then we can tell u where exactly ur going wrong

Former Member
0 Kudos

Hi,

Please Copy source from SXMB_MONI and paste it in test tab in IR and check for the error by executing it there itself..

There is some problem for creating target node...

i guess this will work

Regards,

Manisha

former_member750652
Contributor
0 Kudos

Hi veeru,

Do check wether the mandatory values are appearing in the source structures or not.Test with different use cases too.

Thanks,

Ram.

former_member181962
Active Contributor
0 Kudos

Hi Viru,

YOur target element(CQZI_PPL_00001000) has a minimum occurance of 1(Mandatory(.

You mapping is not able to populate value for this element.

Take the payload from sxmb_moni and use it to test uour message mapping in your IR.

Use Display queues option in the mapping editor to debug the issue.

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi Kanth,

Can u please tell me how to do the following.Its written by u.

"Take the payload from sxmb_moni and use it to test uour message mapping in your IR.

Use Display queues option in the mapping editor to debug the issue."

Just let me know step by step.

Thanks

Veeru

Former Member
0 Kudos

Hi Viru,

Execute sxmb_moni and then double click on ur message....go to xml source file...right click on it and select option as "view source"...copy that source and paste in the test tab of IR mapping and execute it...

it will show u some error as it is not able to generate one of the target element...now go to design part and check each node for queue...the node which is not able to generate queue will throw an error ....so now u have to see what can be the reason.

ask if any doubt..

Regards,

Manisha

jyothi_anagani
Active Contributor
0 Kudos

Hi,

 
Can u please tell me how to do the following.Its written by u.

"Take the payload from sxmb_moni and use it to test uour message mapping in your IR.
Use Display queues option in the mapping editor to debug the issue."

Just let me know step by step.

Copy the Payload from SXMB_MONi and goto Message mapping and there you will find TEST tab there you will find 'src' like that click on it you can able to see the xml strucure delete that structure and paste your code which was copied from Payload .

Thank You.

jyothi_anagani
Active Contributor
0 Kudos

Hi,

This is the problem with your Mapping. test your mapping first. It is the problem with the Queue. Display queue at every node and see the you will understand.

Thanks.

former_member183908
Active Contributor
0 Kudos

Hi

-->Check the Graphical mapping in IR.

-->This error indicates the problem with the mapping.

Thanks

Former Member
0 Kudos

Hi,

The error is due to some values not been filled up in target element.

Check the values.