cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR SNC processing failed: SAP Route

Former Member
0 Kudos

Hi all i get this error when to start my SAP router i used the below command

isaprouter -r -S 3299 -K "p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab

and

saprouter -r -K "p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab

Any idea

and if i run SM59 i get route permission denied and the trace is

Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 2513

LB: Hostname or service of the message server unknown

DEST =SAP-OSS

MSHOST =/H/172.16.1.5/S/sapdp99/H/194.39.131.34/S/sapdp99/H/oss001

R3NAME =OSS

GROUP =1_PUBLIC

ABAP Programm: RSRFCPIN (Transaction: SM59)

User: CLIENTMAN (Client: 180)

Destination: SAP-OSS (handle: 2, , )

-


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

-


Wed Jan 05 17:45:07 2011

SAP Network Interface Router, Version 38.10

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=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab

SncInit(): Initializing Secure Network Communication (SNC)

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

SncInit(): Trying environment variable SNC_LIB as a

gssapi library name: "C:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll".

File "C:\usr\sap\saprouter\nt-x86_64\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 => SncPGSSImportName()==SNCERR_GSSAPI [sncxxall.c 2624]

GSS-API(maj): An invalid name was supplied

Import of a name failed

name="p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab"

<<- SncSetMyName()==SNCERR_GSSAPI

in: myname = "p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab"

      • ERROR => NiSncInit: SncSetMyNameU failed (rc=-4;'p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE C:\usr\sap\saprouter\saprouttab') [nisnc.c 663]

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

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

*

  • ERROR SNC processing failed:

  • SncSetMyNameU

*

  • TIME Wed Jan 05 17:45:07 2011

  • RELEASE 700

  • COMPONENT NI (network interface)

  • VERSION 38

  • RC -17

  • MODULE nisnc.c

  • LINE 661

  • DETAIL NiSncInit: sncrc=-4

  • COUNTER 3

*

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try:

saprouter -r -K "p:CN=CS1SAP, OU=0000812670, OU=SAProuter, O=SAP, C=DE" C:\usr\sap\saprouter\saprouttab

the difference is the tiny double quote here: DE"

Cheers Michael

Answers (0)