cancel
Showing results for 
Search instead for 
Did you mean: 

Messages not appearing in SXI_MONITOR

Former Member
0 Kudos

Dear,

In a synchronous Web Service (where the Web Service is the starting point, to an RFC on the same PI machine, and then the answer the same way back again) the message is not appearing in the monitor.

The processing has been done however (we can see that), I can find the message in the Communication Channel monitor in the Runtime Workbench as well as in the Message Monitoring there. Both with the same timestamp, etc. The message is set as succesful in both seperate monitor.

It doesn't appear in SXI_MONITOR on the PI machine however ...

Any ideas why this is happening?

Kind regards,

Frederik-Jan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Frederick,

In order to be able to display synchronous messages in SXI_MONITOR you have to set the following

parameter in SXMB_ADM.

Go to SXMB_ADM --> Integration Engine Configuration. Click on 'specific Configuration'.

Add the following parameter:

Category: RUNTIME

Parameter: LOGGING_SYNC

Value: 1.

Hope this helps you.

Carlos

Former Member
0 Kudos

Thanks Carlos.

Former Member
0 Kudos

I found the same settings on our Dev machine and was just putting them to the same values, when I noticed that even when adding the LOGGING_SYNC, the previous message doesn't appear in it. Do I have to restart? Or just restart the Java stack?

Former Member
0 Kudos

Hi,

Previous messages will not be displayed any more.

Only synchronous messages processed after setting up LOGGING_SYNC will be displayed.

Carlos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frederik ,

Reason is Sucessful Synchronous messages are not persisted

regards

Ganga