cancel
Showing results for 
Search instead for 
Did you mean: 

New Web Service Runtime and sync Web Services? (SRT_MONI, SXMB_MONI, SXI_MONITOR)

Former Member
0 Kudos

Hi all,

since the new Web Service Runtime has been activated (SRT_ADMIN, Note 1043195), it seems that new sync. Web Services (that are called from non-sap clients) are not visible anymore in TA SXI_MONITOR / SXMB_MONI in the ERP System. However, sync. WS that have been configured before the activation of the new WS Runtime are still in the in SXI_MONITOR.

Is there a way that I can get the monitoring of the newly configured WS (after SRT_ADDMIN activation) again into SXI_MONITOR? If not how do I achieve monitoring of successful messages within the SAP GUI?

Thanks!

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

But the sync messages are working ok just not displaying? The default behaviour is to normally only log error sync messages in prod especially to reduce load, it could be that some changed this setting if you were seeing sync messages before.

If that is the case, you have 2 options:

- You could enable it again (not normally enabled in production) by using TCode SXMB_ADM --> Integration Engine Configuration - Change Configuration. Then chang ethe RUNTIME/LOGGING_SYNC parameter to 1 and save.

- You could also enable sync logging through SOAMANAGER. Google SOAMANAGER Logs and Traces. This would also log the sync call as they come through. Again, this by default is set to only log sync messages in error.

EDIT: Option 1 is to view sync messages through SXI_MONITOR and option 2 is to view messages through SOAMANAGER.

Regards, Trevor