cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Scenario: Error in SXMB_MONI

Former Member
0 Kudos

hi,

I am using a File- XI(BPM) - File scenario. After completing all the mappings and carrying out the necessary steps for configuration, when I go and see the message in SXMB_MONI - it gives me the following error:

" During the application mapping com/sap/xi/tf/_File2File_Bpm_MM_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformation "

What is causing this error. I have gone back and checked my mapping. Everything seems fine. Please help?

regards,

Manpreet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the mapping with the Test tab in mapping.

Regards

Priyanka

Former Member
0 Kudos

Priyanka,

Already tried that and the mapping results are successful. Any other thougts???

regards,

Manpreet

Former Member
0 Kudos

Hi,

Activate the process in SXI_CACHE n check if it shows 0.

Cheers,

Divya

Former Member
0 Kudos

Divya,

How would I activate the process in SXI_Cache.

The tcode SXI_Cache shows that the cache is up to date (not sure if that is what you mean)

regards,

Manpreet

Former Member
0 Kudos

Hi Manpreet,

Just click on processes, choose ur process and click the activate button..

Regards,

Divya

Former Member
0 Kudos

Divya,

Under the "Business Services" have selected the appropriate service and it shows the return code as 0.

How should i proceed from here?

regards,

Manpreet

Former Member
0 Kudos

Hi ,

Please chk the occurances of the elements......and chk whether the nodes have been correctly mapped.And chk whether in interface mapping you have mentioned ur abstract interfaces and not the inbopund and outbound interfaces.

Regards

Priyanka

Former Member
0 Kudos

Hi Manpreet,

Pl check ur transformation step. check if u ve specified the message mapping correctly. Also check the sender and receiver.. Hope ur porb gets resolved..

Cheers,

Divya

former_member187339
Active Contributor
0 Kudos

Hi Manpreeth,

Check these things :

1) I guess you might have used a transformation in BPM. Check whether both the Source and Target Messages are container variables (of type Abstract Interface.

2) Check whether you have done Interface Mapping between the two Abstract Interface.

Regards

Suraj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Manpreet,

Please check if the message to be mapped really fits to your message mapping. You can copy-paste the content to be mapped to the test pane of your message mapping. You should then get the same error and get rid of it.

Best regards

Joachim

Former Member
0 Kudos

Hi Manpreet,

One more thing.. If u have any doubts regarding ur Business process go thru the following weblog -

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Hope it helps.

Cheers,

Divya

Former Member
0 Kudos

Hi Manpreet,

BaseRunTime exception generally occurs in the mapping, when the mandatory fields are not coming the input file. For example, assume <Name></Name> is mapped in your mapping. But in the input file if <Name></Name> tag doesn't come, then mapping will throw BaseRunTime exception. So check your input data contains all the fields mapped in your program or not.

Regards

Arpit Seth