on 2013 Feb 02 1:15 AM
Dear Friends,
My requirement is write file in UNIX Directory in Encrypted format.
So I have created SM69 external command pgp ‘/opt/pgp/bin/pgp –e <filename> -r username on ECC 6.0 system
When I am executing the command getting two errors
“Can't exec external program (No such file or directory) External program terminated with exit code 1”
When my basis colleague executing the same command on UNIX command prompt file encryption is working.
I have noticed on UNIX prompt when he executing PGP command
pgp -e <filename.txt -r <username>
Warning: PGPsdk running in local mode.
Here my query is, Since PGPsdk is running in local mode I am not able to access the PGP command from the ECC system??
If yes, Please share the solution how to resolve it.
Thanks in advance for your valuable time!!!
Regards,
Santhoshi.
Hi Roman,
For me now PGP is working.
When we create an ecternal command in SM69 we have to pass
OS command : pgp
parameters for the OS: -e
additions parameters : <filename> -r <username>
When you are executing the command in SM69 you will get option to pass Additional Parameters.
It will return something like this.
test.txt:encrypt (0:output file test.txt.pgp)
Regards,
Santhoshi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I have created SM69 external command pgp ‘/opt/pgp/bin/pgp –e <filename> -r username on ECC 6.0 system
When I am executing the command getting two errors
“Can't exec external program (No such file or directory) External program terminated with exit code 1”
The program can't be found. Check PATH variable for <sid>adm user (under which SAP system is working). What user is used when basis colleague tests this program? Perform the same tests for <sid>adm user also until you get a successfull result.
Regards,
Roman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.