_objPGP = CreateObject("component","/mstrcfmod/EAI/pgp/PGPController"); _pgpResponse = _objPGP.fEncryptSimpleFile( contentFile=_sourceFile, publicKeyPath=_keyFile, targetFile=_targetFile); ERROR1 #_pgpResponse# SUCCESS #_pgpResponse# keyfile: #_keyFile# sourcefile: #_sourceFile# targetfile: #_targetFile# END ANY