cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Java Stack Tables

rasjoshi
Active Contributor
0 Kudos

Hi,

I want to fetch my payload from SAP PI DB Tables. How to achieve this??

I can see some table inside NWA --> Open SQL Monitors

Inside queries tab I can see some SQL statements. How to define my SQL queries to get the payload from DB?

Regards,

Rashmi Joshi

Accepted Solutions (0)

Answers (2)

Answers (2)

manoj_khavatkopp
Active Contributor
0 Kudos

try to execute SQL query on table SXMSPMAST using your any particular message id or any other parameter

rasjoshi
Active Contributor
0 Kudos

Thats what I am looking for, how and where to execute query, which software I can use, how can I connect it with my PI DB

Also, pls confirm if this is table from Single stack.

manoj_khavatkopp
Active Contributor
0 Kudos

you need to use DBVisualizer to execute sql statmentsHow to connect DBVisualizer to your PI system - Process Integration - SCN Wiki

rasjoshi
Active Contributor
0 Kudos

Thanks Manoj, I will try this. Seems needs lots of details to use this

BR,

Rashmi

rasjoshi
Active Contributor
0 Kudos

By any chance can you help me with SQL query to fetch my payload from table?

BR,

Rashmi

manoj_khavatkopp
Active Contributor
0 Kudos

well currenlty i dont have access to PI system to try this out , but check if below link would be helpful

PI Adapter Engine Troubleshooting SQL Statements - Process Integration - SCN Wiki

former_member186851
Active Contributor
0 Kudos

Hello Rashmi,

What is the purpose ?as you can get the XMLs from monitoring.

rasjoshi
Active Contributor
0 Kudos

Just want to explore other ways too

former_member186851
Active Contributor
0 Kudos

I dont think you can extract directly from the tables as such.

Try the below approach