cancel
Showing results for 
Search instead for 
Did you mean: 

Warning: PGPsdk running in local mode on UNIX Command Prompt

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi experts,

where to install pgp software ,server or in local system(my system itself).

i installed pgp software in my local system itself,

any operating system command  for local system .please suggest me.

Former Member
0 Kudos

<filename> -r <username>

what is -r .

i need to convert .csv file. that file located on desktop..

example :C:\Documents and Settings\aruniteaz\Desktop\itab.xls

how to give the file name in additional parameter.

Former Member
0 Kudos

Hello Lokesh,

I am not sure will this work if you install PGP Software on local machine. In my scenario my basis colleague installed PGP s/w on application server.

Please check with your basis consultant. they can help you.


Let me know if you need any additional information.

Regards,

Santhoshi.

Answers (1)

Answers (1)

Former Member
0 Kudos

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