cancel
Showing results for 
Search instead for 
Did you mean: 

Error when starting saprouter service

Former Member
0 Kudos

Dear ecperts,

I am having error when try to start saprouter service

Environment variables have been set:

Below is dev_rout log:

---------------------------------------------------

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

---------------------------------------------------

Tue Dec 29 01:44:27 2015

SAP Network Interface Router, Version 40.4

command line arg 0:    saprouter

command line arg 1:    -r

command line arg 2:    -S

command line arg 3:    3299

command line arg 4:    -K

command line arg 5:    p:CN=gitvm063, OU=0000524233, OU=SAProuter, O=SAP, C=DE

SncInit(): Initializing Secure Network Communication (SNC)

      PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 8/64/64)

      GetUserName()="sm3adm"  NetWkstaUser="sm3adm"

SncInit(): Trying builtin default as a

      gssapi library name: "sncgss64.dll".

*** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("sncgss64.dll")

  Error 126 = "The specified module could not be found." [dlnt.c       294]

*** ERROR => SncPDLInit()==SNCERR_INIT, Adapter #1 (sncgss64.dll) not loaded [D:/depot/b 732]

<<- SncInit()==SNCERR_INIT

         sec_avail = "false"

*** ERROR => NiSncInit: SncInit failed (sncrc=-1) [nisnc.c      555]

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

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

*

*  ERROR       SNC processing failed:

*              SncInit

*

*  TIME        Tue Dec 29 01:44:27 2015

*  RELEASE     742

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -17

*  MODULE      D:/depot/bas/742_REL/src/base/ni/nisnc.c

*  LINE        553

*  DETAIL      NiSncInit: sncrc=-1

Tue Dec 29 01:44:27 2015

*  COUNTER     4

*

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

<<- ERROR: SncDone()==SNCERR_INIT_FIRST

I have uploaded my steps of configuration in below URL. Please have a look

SAPRouter Installation.xlsx - Google Drive

Thank you.

BR,

Fadzly Iqbal

Accepted Solutions (1)

Accepted Solutions (1)

isaias_freitas
Advisor
Advisor

Hello,


*** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("sncgss64.dll")

  Error 126 = "The specified module could not be found." [dlnt.c       294]

It seems that the SNC libraries are not at the folder they are supposed to be, or the user ID being used to start the saprotuer does not have access to that folder.

Regards,

Isaías

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Iqbal.

Could you refer the SAP KBA 1854943 for the router issue

Regards

SS

Former Member
0 Kudos

Hi,

I coppied sapcrypto.dll and rename it to sncgss64.dll.

Then, I tried to start saprouter

It seems like no error in dev_rout

But in Windows services, SAProuter service is not running

When I try to start,it gives me error:

Below is my saprouttab:

Former Member
0 Kudos

Hi,

I have checked in registry and found that ImagePath value is not correct.

The correct value is;

F:\usr\sap\saprouter\saprouter.exe service -r  -R F:\usr\sap\saprouter\saprouttab -K "p:CN=gitvm063, OU=0000524233, OU=SAProuter, O=SAP, C=DE"

Now, saprouter services is running