cancel
Showing results for 
Search instead for 
Did you mean: 

AE Backlog counts

adityavempati
Participant
0 Kudos

Hi there,

I am trying to fetch below counts by developing an interface in PI. Can you let me know in which database table or by calling which HTTP servlet I can get these counts.

We are on PI 7.31 SP16 dual stack.

Configuration and Monitoring Home --> Adapter Engine --> Adapter Engine Status --> Backlog

Monitored 

Messages in status HOLDING

Messages in status WAITING

Processing Backlog

Messages in error status

Regards,

Aditya Vempati

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hello Aditya,

Not exactly the same information provided by Adapter Engine Status message backlog view, but message processing statistics overview (including messages backlog) can be retrieved using HTTP servlet provided by Advanced Adapter Engine - MessageOverviewQueryServlet. Its usage is described in following blogs: and .

Regards,

Vadim

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Aditya,

SAP PI has an API and several services that you can get different information, i don't know if the specific one that you want. If you go to Service Registry:

You can check the different services taking the wsdl and going later to WSNavigator () or SOAPui to test each service.

Regards.