Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Using gpg encryption in workflows

Avatar

Level 1

Hi,

I'm trying  to use gpg on Adobe campaign classic onpremise. GPG is already installed on the app server.

I'm followed the following description: https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/encrypt-data-files-and-push...

When execution the following Code I'm getting an error message:

 
 

image.png

 

result: -53,gpg: error retrieving 'xxx' via WKD: No inquire callback in IPC gpg: xxx: skipped: No inquire callback in IPC gpg: xxx: encryption failed: No inquire callback

XSV-350201 Execute the command 'gpg --encrypt -r xxx xxx' with user ''.

 

Executing gpg directly in cmd works fine.

Does someone has an idea?

 

Thanks

Adrian

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @adrianr67513237

Add -vv in order to see few more lines which could point to the real issue (like gpg: Note: signature key ... expired)

Regards,

Milan

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @adrianr67513237

Add -vv in order to see few more lines which could point to the real issue (like gpg: Note: signature key ... expired)

Regards,

Milan

Avatar

Level 1

Hi Milan

Thanks for your answer.

Meanwhile it's working. I don't know why. But it seems like I had to import the public key through AC itself. First I've uploaded the key through Kleopatra which was causing this error.

 

Regards

Adrian