cancel
Showing results for 
Search instead for 
Did you mean: 

Export View to PSE button Disabled

Former Member
0 Kudos

Hi,

We are currently using SAP PI 711, Linux, Oracle.

I am trying to setup SSL on our PI Server, I have used the below link for it.

http://scn.sap.com/docs/DOC-26144

I have generated the CSR, and imported the the signed CA into new created key store view.

However, I see the Export View to PSE button is disabled in NWA. I am unable to export the view.

When I try to access the URL using https, I am getting a message that the certificate is not trusted.

For PI Which is a dual stack system, do we have to generate CSR twice and get it signed for both ABAP and Java Instances?

Because I have done it only for Java Instance.

Regards,

Vishnu

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Vishnu,

if you use a Java Adapter (nearly all) for SSL: Store the certificate in Java stack, if you use an ABAP adapter (http adapter) , store it in ABAP stack (STRUST).

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Thanks for your answer.

In a dual stack system, we have a parameter ssl/pse_provider which needs to be set.

By default the system uses ABAP stack for SSL Configuration.


http://help.sap.com/saphelp_nwpi711/helpdata/EN/45/7704b8991d487fe10000000a114a6b/content.htm

Once this parameter is set to JAVA, the export view to PSE button is also enabled.

Regards,

Vishnu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vishnu ,

You have to import the SSL certificate in ABAP stack via transaction STRUST

Regards

Ritu