cancel
Showing results for 
Search instead for 
Did you mean: 

PGP encryption error

shabbir_mohmad
Participant
0 Kudos

Hi Experts,

I am implementing PGP encrytion in file adapter (module) receiver channel. I have gone through Shabarish blog :

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide

I have done all the settings provided in the blog and I am using:

File receiver

NFS as transport protocol.

Using PI 7.31 single stack

I have placed own private key and partner public key under the path: usr/sap/SYS-ID/instance/sec on PI local server.

Please find the configuration below:

When I monitor the respective messages, they are getting failed with the error:

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of PGPEncryption.

I have gone through the SCN posts on this error, but didn't get clear idea.

Please put your ideas on this and any additional settings have to be made yet ????

Thanks,

SPMD

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member194612
Active Participant
0 Kudos

HI ,

After detailed gothrough your error , i came to know

Encryption Algo doesn't have value SHA1, It has only values as below.

AES_128 , 192,256, DES, 3DES, IDES, SAFER, CAST5, TWOFISH, BOWFISH....

Select any from above and please check ..

Note:

SHA1 relates to signingalgo

Thanks,

Satish

Former Member
0 Kudos

That's correct. The system doesn't accept SHA-1 as encryption algorithm, but only as signature algorithm.

Please use a correct algorithm as outlined by Satish Kumar Darisi for your encryption algorithm.

Best regards,

Peter

Muniyappan
Active Contributor
0 Kudos

Hi,

Did you check this?

http://scn.sap.com/thread/3237433

Regards,

Muniyappan.