cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Message Logging in AAE

former_member189558
Contributor
0 Kudos

HI,

We are on PI 7.1.1

Our scenario is Synchronous Abap Proxy to JDBC via Advanced Adapter Engine(Integrated Config)

However we find that messages are not logged in RWB message monitoring. From JDBC comm channel monitoring we can see the message that goes to JDBC Insert but we are not able to find the response message.

It is working since the response message is coming back in ABAP but not getting logged in RWB

The paramter messaging.syncMessageRemover.removeBody is set to false in NWA.

Please let us know if there is any other config that needs to be switched on for this.

Thanks and Regards,

Himadri

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Himadri,

I believe ABAP proxy scenarios are not supporetd by Integrated Configurations.

Refer section 2 of this document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87...

Regards,

Ravi Kanth Talagana

former_member189558
Contributor
0 Kudos

It is possible from PI7.1 EHP 1.. using XI over SOAP protocol..

ANyhow.. our scenario is working.. and I am looking for persisting the synchronous messages.

If anyone can tell how it will be great.

Former Member
0 Kudos

Looks like, synchronous messages are not persisted even in RWB. We've a similar scenario running in production and we don't see the messages persisting in RWB. However, msgs are persisted in the case of Asynchronous scenario.

-Vijay

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Himadri,

In a scenario involving Integration Configuration, messages are not persisted anywhere.

Refer to this link [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?quicklink=index&overridelayout=true]

-Vijay

former_member189558
Contributor
0 Kudos

HI Vijay,

I Thought for AAE number of persistance steps are less ... but not that it is not persisted at all.

If you can not see the payload then how is troubleshooting done in case of failures?

Thanks,

Himadri

Former Member
0 Kudos

You can see the messages only in message monitoring under adapter engine in RWB. This link might help you [;

-Vijay

former_member189558
Contributor
0 Kudos

Right.. and thats where we are unable to see it..

So the question of this thread is what config needs to be done for that?