cancel
Showing results for 
Search instead for 
Did you mean: 

extract xml messages from PO DB Single stack PO 7.4

former_member190536
Participant
0 Kudos

hello,

How to extract processed XML messages from PO DataBase in PO single stack 7.4.

we have provision to get xml message from Message Monitor, but we can take only single message. But we have to extract bulk messages. Is there any data base table available? if yes how to extract the messages.

Regards,

Khaja.

Accepted Solutions (0)

Answers (1)

Answers (1)

vadimklimov
Active Contributor

Hi,

You can use a SOAP service AdapterMessageMonitoringVi exposed by Adapter Engine of PI/PO systems in order to search for messages and retrieve their content (as well as some other useful information on message processing - like message's processing/audit log), if you need to perform this from the external system / in an automated way. There are good blogs available here and describing examples of how this service can be consumed - check blogs written by Andreas Job (Reading Messages from PI System) and Michal Krawczyk (PI/XI: how to get a PI message from java stack (AAE) in PI 7.11 from ABAP?).

Regards,

Vadim