cancel
Showing results for 
Search instead for 
Did you mean: 

Router installation error

former_member1334776
Participant
0 Kudos

Dear Team,

We are installing SAP router with SOLMAN in linux.

When we installing we got an error and strucked up in this .

Please guide us how to proceed to next.

solman:ksmadm 53> sapgenpse get_pse -v -onlyreq -r certreq -p local.pse

Opening PSE "/home/ksmadm/sec/local.pse"...

No SSO credentials found for this PSE.

get_pse: Couldn't open PSE "/home/ksmadm/sec/local.pse"

ERROR in af_open: (4129/0x1021) The PSE does not exist : "/home/ksmadm/sec/local.pse"

ERROR in secsw_open: (4129/0x1021) The PSE does not exist : "/home/ksmadm/sec/local.pse"

ERROR in secsw_open_pse_or_extension: (4129/0x1021) The PSE does not exist : "/home/ksmadm/sec/local.pse"

ERROR in sec_get_PSEtype: (4129/0x1021) The PSE does not exist : "/home/ksmadm/sec/local.pse"

Thanks,

Thamu.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Thamu,

Refer this SAProuter installation link on SAP service MArketplace. This will enable you to complete installation successfully. Problem which you face is of missing local.pse file at location

"home/ksmadm/sec/local.pse"

https://websmp206.sap-ag.de/saprouter-sncdoc

Regards,

Deepak Kori

former_member1334776
Participant
0 Kudos

Dear Vimalan,

I set Envirnoment variable as ksmadm

As new to linux kindly suggest me how to set

SECUDIR=/usr/sap/saprouter:

Command not found.

Also i tried with root it is setting there....

what i want to do next...

Thanks,

Thamu.

Former Member
0 Kudos

Hi Gopal,

      you need to set the env as sidadm or any user in which you will be running the saprouter.

you need to set two envs

SECUDIR = <directory_of_SAProuter>

  SNC_LIB = <path_to_libsecude>/<name_of_sapcrypto_library>

You can use setenv command

example

setenv SECUDIR  /usr/sap/saprouter/

I would suggest get help from OS team and set the envs permanently. If you logoff from the putty session, the envs will also vanish. So OS team can help you to set the envs permanently.

Please follow the steps available in https://websmp206.sap-ag.de/saprouter-sncdoc

Kindly do it step by step

Thanks and Regards,

Vimal

former_member1334776
Participant
0 Kudos

Dear Team,

It is solved by setting env variable ....

echo $SHELL

/bin/csh


setenv SECUDIR /usr/sap/saprouter


setenv SNC_LIB /usr/sap/saprouter/libsapcrypto.so

Thanks,

Thamu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopal,

   Did you set the environmental variables like SECUDIR,SNC_LIB...

Thanks and Regards,

Vimal