Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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

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