cancel
Showing results for 
Search instead for 
Did you mean: 

Error on saprouter installation - NO readable SSO-Credentials available

Former Member
0 Kudos

Hi Experts

I have Configuring the router in Linux. I've already acquired certificate by issuing command

sapgenpse get_pse -v -r certreq -p local.pse.

and i have imported the certificate also. when i execute the get_my_name -v -n issuer command i am getting a error

get_my_name: no PSE name supplied, SSO credentials not readable for you!

running seclogin with USER="shsadm"

0: CN=xxxxxxx, OU=0000000000, OU=SAProuter, O=SAP, C=DE

/usr/sap/saprouter/local.pse

NOT readable for shsadm

NO readable SSO-Credentials available (total 1)

Please help me how to solve this issue

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you have not set env variables SNC_LIB and SECUDIR.

SECUDIR = < Directory name >

Example. Variable name : SECUDIR

Variable value : C:/saprouter/

SNC_LIB = < Directory name >

Example. Variable name : SNC_LIB

Variable value : C:/saprouter/ntintel/sapcrypto.dll

Shivam