cancel
Showing results for 
Search instead for 
Did you mean: 

View Mapping Result between two Interface Mappings in ccBPM

Former Member
0 Kudos

Hello,

I've got a ccBPM which does two interface mappings. The second one fails. When I redo the steps manually in the Interface Mapping test mode everything works fine. Anyway, I want to get the message from the failed BPM that got out of the first interface mapping, which worked fine in the BPM as well, before entering the second.

Where can I get that message? In Monitoring I can only find messages that got sent.

Thanks for you help!

Regards,

Dirk

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

go to t.code:sxmb_moni_bpe

-open the technical workflow log of your BPM

-choose show container option from your mapping step

-choose your inbound message(MESSAGE_IN)

there you can find the number of inbound messages

-choose your outbound message(MESSAGE_OUT)

here you can find the number of outbound messages

note:reward points if solution found helpfull.....

regards

chandrakanth.k

Former Member
0 Kudos

Hi Akhil,

sorry, but this gives me only the messages that got sent.

Anyway I found it by myself. For anyone who wants to know:

Open the workflow protocol, view workflow objects. Double click the object to view, the choose XML message. Another double click and you get it.

Howevery, thanks for your help.

Regards,

Dirk

Former Member
0 Kudos

sorry got late in editing the message..the second option is the correct one i suppose.( I am pretty new to XI )

Anyways.good you achieved it yourself.

Former Member
0 Kudos

Hi Akhil,

sorry, but your second option doesn't work, too. There is no error message in SXMB_MONI as there is not message that has been sent. You can only find the error in the workflow protocol. However, thanks for your help.

-

Hi Chandra,

your way shows only the number of messages, but not the messages itself. Thanks for you help anyway.

Regards,

Dirk

Former Member
0 Kudos

Hi,

Please check in Runtime Workbench.

Go to Adapter Engine --> Component Monitoring

Now select your Adapter.

Use Filter and below you will find message ids.

select one and you can see the audit log..where your appln fails.

You can also use SXMB_MONI.

Select the message giving error and in that goto outbound tab..click on link...select view details image button...select the component with error and go to container tab of it....there you will find trace entry....where log of your error will be stored..

Hope it helps.

Best Of Luck

Akhil

Edited by: Akhil Rastogi on Mar 18, 2008 11:08 AM