cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Message Flow

Former Member
0 Kudos

Hi Gurus

Can we Debug the entire Message flow or atleast part of message flow at RUNTIME in the Pipeline services in Integration Server.?

MAXIMUM POINTS WILL BE AWARDED

Regards

Bhasker

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

In moni there are diff pipeline Steps.

Such as receiver determination, agreement mapping....etc.

You need to check whether your payload had passed through each step.

Xi will also provide you with the system errors like mapping failed, or read time out, or System fail.,...etc

Based on this you can locate the problem.

As far the application error is concerned its mainly the mapping.

In this case you need to copy the payload from moni and paste it in mapping in IR and test the mapping.

regards,

Milan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhaskar,

By default at message monitoring SXI_MONITOR we can only view incoming/Outgoing messages .

if you want to view your message after each Pipe Line step , we need enable it in SXMB_ADM .

SXMB_ADM -> Integration Engine> Runtime> trace level = 3.

- Satish

prateek
Active Contributor
0 Kudos

sxmb_moni gives u the trace of each step and all the information u would need while individual pipeline steps are executed. What additional information do you need?

Regards,

Prateek

Former Member
0 Kudos

Dear Prateek

Thank for ur reply,

If such debug facitlity is we can know the exact error at runtime ,and what info system is taking and where the actual pbm is ?

thank u

regards

Bhasker

prateek
Active Contributor
0 Kudos

Thats what sxmb_moni does. If error occurs at any pipeline step, then the execution stops at that particular step which shows till what point ur execution was successful. And u may even raise an alert at that point to customize the errors if u want.

Regards,

Prateek