Article ID:

iQ.Suite Program Call – Parameters with Spaces

Problem

GnuPG Crypt Job – Error message with encrypted emails: “encryption error – bad signature detected“.

Solution

In some configuration documents, (for example unzip, crypt engines, convert command line) parameters for program calls can be defined. Please note the following information:

If a program call uses a parameter containing spaces, the parameter must be set in quotation marks. Program calls under Windows per cmd.exe must also have quotation marks surrounding the complete command.

Positive example in the GnuPG engine:

				
					/C ""C:\Program Files (x86)\GNU\GnuPG\gpg.exe" 
--homedir "C:\Program Files (x86)\GNU\GnuPG\Keyring" 
--batch
--yes
--output "%o"
--recipient %recipients%
--armor
--encrypt 
"%i" 
>"%r" 
2>&1"
				
			
Last updated:
27 Jun 2017
crafted by code-x 💚
Scroll to Top

Login