cancel
Showing results for 
Search instead for 
Did you mean: 

saprouter error

Former Member
0 Kudos

Hi!

I am installing the saprouter, but I have a problem. On the log file it say:

-


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

-


Wed Jan 23 16:12:32 2008

SAP Network Interface Router, Version 38.10

command line arg 0: S:\usr\sap\saprouter\saprouter.exe

command line arg 1: -r

command line arg 2: -W

command line arg 3: 60000

command line arg 4: -R

command line arg 5: S:\usr\sap\saprouter\saprouttab

command line arg 6: -K

command line arg 7: CN=sapsm, OU=0000883801, OU=SAProuter, O=SAP, C=DE

SncInit(): Initializing Secure Network Communication (SNC)

PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 16/32/32)

SncInit(): Trying environment variable SNC_LIB as a

gssapi library name: "S:\usr\sap\saprouter\ntintel\sapcrypto.dll".

File "S:\usr\sap\saprouter\ntintel\sapcrypto.dll" dynamically loaded as GSS-API v2 library.

The internal Adapter for the loaded GSS-API mechanism identifies as:

Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API v2

      • ERROR => SncPSetNewName()==SNCERR_BAD_NT_PREFIX [sncxxall.c 2200]

SncPImportPrName() parsing error

name="CN=sapsm, OU=0000883801, OU=SAProuter, O=SAP, C=DE"

<<- SncSetMyName()==SNCERR_BAD_NT_PREFIX

in: myname = "CN=sapsm, OU=0000883801, OU=SAProuter, O=SAP, C=DE"

      • ERROR => NiSncInit: SncSetMyNameU failed (rc=-35;'CN=sapsm, OU=0000883801, OU=SAProuter, O=SAP, C=DE') [nisnc.c 663]

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

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

*

  • ERROR SNC processing failed:

  • SncSetMyNameU

*

  • TIME Wed Jan 23 16:12:32 2008

  • RELEASE 700

  • COMPONENT NI (network interface)

  • VERSION 38

  • RC -17

  • MODULE nisnc.c

  • LINE 661

  • DETAIL NiSncInit: sncrc=-35

  • COUNTER 3

*

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

I have done the following:

- certificate.

- On the service , logon with the user SIDADM

- Environment variables.

And when I try to start the service, there is a message that say :

"Error 1067: the processterminated unexpectedly."

Can somebody help me with this.

Thank u.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I solved it by myself.

Thanks anyway

The problem was that I forgot something on the regedit Image Path of the saprouter, the correct COMMAND was:

ntscmgr install saprouter -b <path>\saprouter.exe -p "service -r –W 60000 -R <path>\saprouttab -K p:CN=sapss00, OU=0000873822, OU=SAProuter, O=SAP, C=DE"

Hope this help.