cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI results

Former Member
0 Kudos

Hi all,

1. Can we view both the source and target messages under the SXMB_MONI transactions.

2. What all steps of the execution pipeline do we skip, when we testing a interface

from RWB, i.e Pasting the payload in Test message screen.

Thanks,

Younus

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

yes, u can view both source message and target message in sxmb_moni if it shows successful flag for the scenario. otherwise you can find the source message and the error messages if it is with some other status.

i think u already know that pipeline steps , in that no step is skipped, only call adapter step from sender side is missed if u execute from rwb.

justin_santhanam
Active Contributor
0 Kudos

Younus,

Yes you can see both the source and target messages in SXMB_MONI.

For source message - Check the payload under Inbound message node.

For Target message - Check the payload under Request message mapping node.

<i>What all steps of the execution pipeline do we skip!!</i>

I would say nothing. All the steps are executed. Could you check what is the first step in pipeline? Its Receiver determination am i right? So what ever methods u used to trigger the messages the pipelines steps will not be skipped.

I think am right, if not please correct me.!!!

Best regards,

raj.

Former Member
0 Kudos

hey

>>2. What all steps of the execution pipeline do we skip, when we testing a interface

from RWB, i.e Pasting the payload in Test message screen.

As far as i know if u miss a pipeline step your scenario wont execute properly so u dont miss any pipeline steps,yeah you do one thing ,suppose ur sender is and external system,then u dont necessarily need him to send the data,you can test the scenario by RWB itself,for e.g suppose you have HTTP to file scenario ,then u can run this scenario via RWB without generating the URL for HTTP sender.

correct me if i m wrong but i guess as far as pipeline stepas are concerned,you dont miss any of them.

one thing can be said here and that is since you are passing the XML directly you kinda bypass the sender adapter steps like picking up the file or FCC or stuffs like that on sender side.

Thanx

Aamir

Former Member
0 Kudos

1. Can we view both the source and target messages under the SXMB_MONI transactions.

If I understood you correctly then,source and target payload in SXMB_MONI,yes.

2.2. What all steps of the execution pipeline do we skip, when we testing a interface

from RWB, i.e Pasting the payload in Test message screen.

I don't understand what exactly you mean.

but just give mandatory values to test in RWB.