cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI Keystore Lookup not working

rasjoshi
Active Contributor
0 Kudos

Hi,

I am trying to access the private key imported in SAP PI - NWA - Keystore... But everytime it is giving me null value... Can you please help in solving the issue-

try { o = (Object) ctx.lookup("keystore"); KeystoreManager manager = (KeystoreManager) o; keyStore = manager.getKeystore("TicketKeystore"); String alias = "Jumbo 002"; profile = new SsfProfileKeyStore(keyStore, alias, null); // int a = 10/0; }catch(Exception e){ throw new StreamTransformationException("Access TicketKeystore ::"+o,e); }

BR,

Rashmi

Accepted Solutions (0)

Answers (0)