Hello All,
we have a problem with PGP. We have set it up recently with user 'abcd' and it is working when we encrypt the file directly in Linux. However it is not working through our Informatica application which was installed on the same Linux server and this App using the same OS user 'abcd'. It is returning 129 error code.
It is not invoking PGP.
pgp --encrypt FileName --recipient 0ABCEDEEF
when i display current user in the script which is running from Informatica.
id -u -n = 'abcd'
Informatica was installed with 'pcenter' id. However it will use 'abcd' to run the jobs. Script is running fine which has many other functionalities except this PGP command.
do you have any suggestions on this.
I tried with all the below commands. All are giving 129 error code.
pgp --help
echo $?
PGP=`pgp --version --verbose`
echo $?
echo $PGP
pgp --encrypt FileName --recipient 0ABCEDEEF
thanks in advance!
--Siva