cancel
Showing results for 
Search instead for 
Did you mean: 

Sync message monitoring in PI7.3

Former Member
0 Kudos

Hello,

I am using PI7.3 (java only stack), scenario is SOAP - PI - RFC (synchronous).

When I go to message monitoring, I only see BAPI response AFTER the response mapping.

Is it possible to see BAPI response before mapping, as well after mapping step? Is there a setting that needs to be changed?

regards,

Laima

Accepted Solutions (1)

Accepted Solutions (1)

smavachee
Active Contributor
0 Kudos

Check below settings..

> NWA

> Configuration

> Infrastructure

> Java System Properties

> Services

> XPI Service: Messaging System,

> messaging.SyncMessageRemover.removeBody = false.

Hope it helps.!

Regards,

Sunil

Former Member
0 Kudos

Thank you but I have already set the parameter to false.

regards,

Laima

smavachee
Active Contributor
0 Kudos

Cross check that the user having respective role to view payload ..

Monitoring Roles - Advanced Adapter Engine

Regards,

Sunil

Former Member
0 Kudos

I had roles SAP_XI_MONITOR_J2EE and SAP_XI_MESSAGE_MODIFY added to my user but it hasn't made a difference, I'm still not able to see messages before mapping step.

regards,

Laima

former_member303666
Active Participant
0 Kudos

Hi Sunil & laima,

Can you please share the screen shot of NWA below mentioned parameters.

> XPI Service: Messaging System,

> messaging.SyncMessageRemover.removeBody = false.

in my system nothing is mentioned.

i am facing one problem with RFC ..> PI ..> SOAP this interface. i am able to send the message in asynchronous way. not able to send this messages as synchronous. i am not getting the response form target system. i have checked teh RFC sender communication channel it is showing trfc process. it should be srfc.

i have checked all design and configuratio parts are fine.

program ID registration in NWA is not yet done.

In NWA i need to register the program ID send me screen shot for my ref.

Need u r suggestion for make it this interface as a synchronous

Thanks,

Former Member
0 Kudos

Here is the screenshot from PI7.31 system that I'm using

As to your problem, is your service interface configured as synchronous?

regards,

Laima

Former Member
0 Kudos

After reading the first blog (by V. Klimov), I changed the XPI Adapter XI property xiadapter.logger.conf to MS=3,AM=3 and now I am able to see payload before and after mapping.

Thank you very much!

Answers (0)