cancel
Showing results for 
Search instead for 
Did you mean: 

File to SFTP encryption. File does not go through

Former Member
0 Kudos

Hi Experts,

Could you help us out on the issue. We have implemented a file to sftp scenario. However we have encountered some peculiar issue. The message does not pass through after it is done in the module processor. Below is the log:

21.06.2012 16:05:30.170     Information     MP: processing local module localejbs/PGPEncryption

21.06.2012 16:05:30.170     Information     PGP Encryption Module: Message xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx arrived in PGP Module.

21.06.2012 16:05:30.171     Information     PGP Encryption Module: The module-paramteter "asciiArmored"is not set. Using default value "true"

21.06.2012 16:05:30.171     Information     PGP Encryption Module: The module-paramteter "format"is not set. Using default value "binary"

21.06.2012 16:05:30.171     Information     PGP Encryption Module: The module-paramteter "keyRootPath"is not set. Using default value "/usr/sap/XXX/XXXXXXX00/sec"

21.06.2012 16:05:30.171     Information     PGP Encryption Module: Reading public key at /usr/sap/XXX/XXXXXXX00/sec/rsapubring.pkr

21.06.2012 16:05:30.194     Information     PGP Encryption Module: The module-paramteter "signingAlgo"is not set. Using default value "SHA1"

21.06.2012 16:05:30.194     Information     PGP Encryption Module: Reading private key at /usr/sap/XXX/XXXXXXX00/sec/rsaccakey.skr

21.06.2012 16:05:30.201     Information     PGP Encryption Module: Creating ASCII-Armor

21.06.2012 16:05:30.201     Information     PGP Encryption Module: Applying compression.

21.06.2012 16:05:30.201     Information     PGP Encryption Module: Signing

21.06.2012 16:05:30.201     Information     PGP Encryption Module: Processing

21.06.2012 16:05:30.666     Information     PGP Encryption Module: Applying encryption

21.06.2012 16:05:30.681     Information     PGP Encryption Module: Message successfull processed.

21.06.2012 16:05:30.682     Information     MP: processing local module localejbs/CallSapAdapter

21.06.2012 16:05:30.682     Information     MP: leaving

21.06.2012 16:05:30.683     Information     The message was successfully delivered to the application using connection SFTP_http://sap.com/xi/XI/SFTP.

21.06.2012 16:05:30.689     Information     The message status was set to DLVD.

Could you help me out on this one thanks.

Regards,

Rare

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rare,

Since you're encrypting in the receiver channel, change the module "CallSapAdapter" for "localejbs/ModuleProcessorExitBean".

Cheers