cancel
Showing results for 
Search instead for 
Did you mean: 

XI monitoring in SXI_MONITOR - no message found

Former Member
0 Kudos

Hi all,

I have a peculiar problem in our XI. We are sending asynchronous message from one system to another using BPM in XI. The receiving system processes the data and sends asynchronous message back to the source system.

The data are transferred correctly, I can see reception and sending in RWB. The problem is that I can not see any message in SXMB_MONI (SXI_MONITOR).

Do you know, guys, what the problem could be? Is there any possibility how to turn off logging in SXI_MONITOR for specific messages?

Thank you all in advance.

Best regards,

Jozef

Message was edited by:

Jozef Dikan

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Conclusion:

n Khan: thank you for the blog link. It is very helpful. I think the problem is that we don't have set up the logging at all in sxmb_adm.

V Vishal Prabhakar :

Thank for you help. I was reading your description too fast. Sorry for the annoying confusion.

Best regards,

Jozef

Former Member
0 Kudos

Anytime Jozef wink wink wink...

nisarkhan_n
Active Contributor
0 Kudos

you have to set the logging to make the entry in the SXMB_MONI and to get the details of the captured message in the SXMB_MONI just increase the trace level to see the complete pipeline steps.....

bydefault you will see only few pipeline steps in the SXMB_MONI.

Former Member
0 Kudos

To ALL:

What strange is that the sxmb_moni is not totally empty. I see a transfer or process of other messages. I am not sure if it is possible totorn off logging for specific data flow.

Just to clarify: We are 100% sure that the flow was succesfull (since we see it in RWB)

Former Member
0 Kudos

jozef,

shabarish has given u the solution.

tht is the one, which will work.

goto tcode: sxmb_adm

and there on the menu list, somewhere u wud find

change specific configuration

this wud solve it...

Vishal

Former Member
0 Kudos

sxmb_adm

then goto Integration engine configuration

then

click on menu edit - > cha nge specific configuration\

and assign points fr helpful answrrs

Message was edited by:

V Vishal Prabhakar

Former Member
0 Kudos

Vishal,

this is what I see in sxmb_adm

Integration engine

Administration

Manage Queues

Schedule Archving Jobs

Schedule delete jobs

Error Analyzis Settings

Configuration

Configure Event-Driven Message Processing

Configure filter for Queue Priorizitization

Configure Sender/Receiver ID

Integration engine configuretion

Configure delete procedure

Define Interfaces for Archiving and retention periods

Display Pipeline Definition

In the Edit menu I have only:

Execute Funtion

Documentation

Cancel

Neither in the list above nor in the main menu I don't see any "change specific configuration".

Am I doing something wrong?

Thank you,

Jozef

Message was edited by:

Jozef Dikan

nisarkhan_n
Active Contributor
0 Kudos

follow this blog it is clearly mentioned how to do it.

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

just follow the screen shots here

Former Member
0 Kudos

jozef...

Integration engine

Administration

Manage Queues

Schedule Archving Jobs

Schedule delete jobs

Error Analyzis Settings

Configuration

Configure Event-Driven Message Processing

Configure filter for Queue Priorizitization

Configure Sender/Receiver ID

<b>Integration engine configuretion</b> select this

<b>and here u can see the button of specific configuration or in menu there is edit -> change specific configuration</b>

Configure delete procedure

Define Interfaces for Archiving and retention periods

Display Pipeline Definition

iaki_vila
Active Contributor
0 Kudos

Check in SXI_CACHE that the Integration Procces has return code equals to 0.

Regards.

Former Member
0 Kudos

Hello Vila,

the sxiCache seems to be ok. We haven't change the BPM recently. It has been working for long time (but I am not sure if the messages were visible in the SXMB_MONI before)

prateek
Active Contributor
0 Kudos

Could u find any entry in sxmb_moni_bpe

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

try to set the LOGGING_SYNC parameter to 1.

<i>SXMB_ADM, Change Specific Configuration. Then RUNTIME, LOGGING_SYNC, 1</i>

Former Member
0 Kudos

Hi Vijay,

I don't see "Change Specific Configuration" in that transaction.

Thanks Jozef

iaki_vila
Active Contributor
0 Kudos

You can use SXMB_MONI_BPE for BPMs.

Former Member
0 Kudos

Hi,

I would expect that the message is visible in SXMB_MONI. At least the incomming message entering the BPM. The transaction you mentioned is selecting messages according the owrk item id. And I don't know the ID. When I tried to find the message basely on message type and time then no message has been found.