cancel
Showing results for 
Search instead for 
Did you mean: 

Error in PGP Encryption using PI 7.3 encryption module

former_member181962
Active Contributor
0 Kudos

Hi experts,  

I am trying to do a PGP encryption on a simple text file on the receiver adapter.  I have done the following settings.

applyEncryption - true

keyrootPath - (/usr/sap/<sysid>/<Instance name>/sec

ownPrivateKey - <private key file name>.asc

partnerPublicKey - <partner public key file name>.asc

However, i get the following error. Can someone please suggest where am i going wrong?

Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Error reading private keyring /usr/sap/<sysid>/<Instance name>/sec/<partner public key file name>.asc

can someone help me?

Best regards,

Ravikanth Talagana

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi

Make sure you have placed the key files ( public and private ) in the key root path you have mentioned in the communication channel.

Your logs are clearly staying that , the keys are not there in the key root path.