cancel
Showing results for 
Search instead for 
Did you mean: 

Map of interfaces

Former Member
0 Kudos

Hello

we have a PI 7.11 installed and it is working fine with a lot of interfaces.

We need to relevate o creat a map of all interfaces that actually exist en PI production.

Is there any way to export, or generate some kind report to generate this information?

Any ideas?


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Gabriel,

I'd recommend you to use the API exposed by the ID. You can extract everything there via webservices, Receiver Determinations, for example. If you take things from ABAP stack you would miss all java-only configuration you might have configured. If you invest some programming effort you can generate your own interface list anytime by a couple of webservice calls.

You can find them in NWA of PI under "Single Services Administration" as a Server Proxy, search for *ReceiverDet*, for example, and give it a try!

Regards,

Jörg

former_member184720
Active Contributor
0 Kudos

I dont think we have any automated mechanism to generate map out of existing interface.

However you can extract interface details in many ways - directory API/ Simple query or the best and the simple one is to use the SXI_CACHE transaction.

Go to SXI_CACHE -> Select interface determination -> simply export the content to an excel

This way you can filter/sort based on sender interface,sender system and all..

Harish
Active Contributor
0 Kudos

Hi Gabriel,

If you want list of interfaces in your PI landscape then use the table SMPPREL3 in abap stack.

reference link -

Regards,

Harish