Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

saprouter

selvakumar_p
Participant
0 Kudos

Dear Experts,

I am doing SAProuter install in linux.

I am having error while the command sapgenpse exquite .

The errors given below

Got absolute PSE path "/home/eppadm/sec/local.pse".

Please enter PIN: ********

Please reenter PIN: ********

Supplied distinguished name: "CN=XXXXXXXX, OU=YYYYYYYY, OU=SAProuter, O=SAP, C=DE"

Creating PSE with format v2 (default)

get_pse: Can't create PSE.

ERROR in af_create: (4352/0x1100) could not flush : "SW-PSE"

ERROR in create_PSE: (4352/0x1100) could not flush : "SW-PSE"

ERROR in modified_PSEFile: (4352/0x1100) could not flush : "SW-PSE"

ERROR in flush_PSEFile: (1283/0x0503) Can't write file : "/home/eppadm/sec/local.pse"

ERROR in aux_OctetString2file: (1283/0x0503) Can't write file : "/home/eppadm/sec/local.pse"

Anybody know or attended this error Please guide me.

Regards,

rose.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai,

Check the permissions of directory /sec under /home/eppadm.

Change to appropriate permissions and then try.

Regards,

Yoganand.V

6 REPLIES 6

Former Member
0 Kudos

Hai,

Check the permissions of directory /sec under /home/eppadm.

Change to appropriate permissions and then try.

Regards,

Yoganand.V

0 Kudos

Thank you friend

I had done...

Now I am facing new problem while the saprouter start.

the command is

"epprd:eppadm 14> nohup ./saprouter -r -G routerlog -S 3299 -K "p:CN=epr, OU=0000733089, OU=SAProuter, O=SAP, C=DE""

epprd:eppadm 15> cat dev_rout

-


trc file: "dev_rout", trc level: 1, release: "700"

-


Fri Jan 23 10:00:19 2009

SAP Network Interface Router, Version 38.10

command line arg 0: ./saprouter

command line arg 1: -r

command line arg 2: -G

command line arg 3: routerlog

command line arg 4: -S

command line arg 5: 3299

command line arg 6: -K

command line arg 7: p:CN=epr, OU=0000733089, OU=SAProuter, O=SAP, C=DE

SncInit(): Initializing Secure Network Communication (SNC)

AMD/Intel x86_64 with Linux (st,ascii,SAP_UC/size_t/void* = 16/64/64)

SncInit(): Trying builtin default as a

gssapi library name: "sncgss.so".

      • ERROR => DlLoadLib: dlopen()= sncgss.so: cannot open shared object file: No such file or directory -> DLENOACCESS (0,Success) [dlux.c 314]

      • ERROR => SncPDLInit(): DlLoadLib("sncgss.so")=DLENOACCESS

[sncxxdl.0340]*** ERROR => SncPDLInit()==SNCERR_INIT, Adapter (#0) sncgss.so not loaded

[sncxxdl.0604]<<- SncInit()==SNCERR_INIT

sec_avail = "false"

      • ERROR => NiSncInit: SncInit failed (rc=-1) [nisnc.c 647]

      • ERROR => main: NiSncInit failed (rc=-17) [nirout.cpp 1219]

*****************************************************************************

*

  • ERROR SNC processing failed:

  • SncInit

*

  • TIME Fri Jan 23 10:00:19 2009

  • RELEASE 700

  • COMPONENT NI (network interface)

  • VERSION 38

  • RC -17

  • MODULE nisnc.c

  • LINE 646

  • DETAIL NiSncInit: sncrc=-1

  • COUNTER 3

*

*****************************************************************************

<<- ERROR: SncDone()==SNCERR_INIT_FIRST

could you please help me..

Regards

rose.

0 Kudos

I am also faceing same problem...

0 Kudos

Hi,

Depend on the computer that you're using (as the GSS-API or the SECUDE SNC-GSS library might already be installed) but you might have to check if you've got Kerberos.

Add on your environment variable the path to Kerberos libraries (LD_LIBRARY_PATH) if you already got this on the computer.

Thanks,

Allaine

0 Kudos

You haven't set the profile parameter "snc/gssapi_lib" to point to the SAP Crypto Library / SECUDE library.

selvakumar_p
Participant
0 Kudos

thanks to all