cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Router Configuration

Former Member
0 Kudos

Hi Expert,

After Installing sap router, i start the router using this command :

c:\usr\sap\saprouter\saprouter.exe service -r -W 6000 -R c:\usr\sap\saprouter\saprouttab.txt -K "p:CN=<My>, OU=00009311**, OU=SAProuter, O=SAP, C=DE"

I also can start the server using services,

after the service started i open the dev_rout (it seems like nothing wrong with the installation) Below are the line in my dev_rout after start the services (please Advice if u see there is something wrong in the log)

Thu Apr 19 14:28:38 2012

SAP Network Interface Router, Version 39.3 (SP4)

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

command line arg 1:          -r

command line arg 2:          -W

command line arg 3:          6000

command line arg 4:          -R

command line arg 5:          c:\usr\sap\saprouter\saprouttab.txt

command line arg 6:          -K

command line arg 7:          p:CN=CS, OU=0000931168, 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)

SncInit(): Trying environment variable SNC_LIB as a

      gssapi library name: "C:\usr\sap\SOL\SYS\exe\uc\NTAMD64\sapcrypto.dll".

  File "C:\usr\sap\SOL\SYS\exe\uc\NTAMD64\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

main: pid = 7632, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a saprouter)

reading routtab: 'c:\usr\sap\saprouter\saprouttab.txt'

SAP Support ask  me to follow the things below.

o Ping from SAProuter server to sapserv9 (169.145.197.110)

o niping.exe -c -H /H/<local_SR>/H/169.145.197.110/H/169.145.197.110

The problem now, how i dont know how to ping from saprouter to the sapserv9 (can Somebody advise me about this)

and after i try to use the command niping.exe -c -H /H/<local_SR>/H/169.145.197.110/H/169.145.197.110 in my dev_rout, i can see this error message.

Thu Apr 19 15:10:15 2012

*** ERROR => SncPAcquireCred()==SNCERR_GSSAPI  [sncxxall.c 1439]

      GSS-API(maj): No credentials were supplied

      GSS-API(min): No credentials found for this name (not logged on) (USER=SYSTEM)

    Could't acquire INITIATING credentials for

    name="p:CN=CS, OU=0000931168, OU=SAProuter, O=SAP, C=DE"

<<- SncSessionInitiatorAK()==SNCERR_GSSAPI

  'target_acl_key' (addr=000000000CA0C9F4, len=86) full hexdump

  0x00000  00030401 00080606 2b240301 25010000  ........ +$..%...

  0x00010  00443042 310b3009 06035504 06130244  .D0B1.0. ..U....D

  0x00020  45310c30 0a060355 040a1303 53415031  E1.0...U ....SAP1

  0x00030  12301006 0355040b 13095341 50726f75  .0...U.. ..SAProu

  0x00040  74657231 11300f06 03550403 13087361  ter1.0.. .U....sa

  0x00050  70736572 7639                        pserv9          

*** ERROR => NiSncIInitHdlSecurity: SncSessionInitiatorAK failed (sncrc=-4;000000000245BF80) [nisnc.c      1124]

*** ERROR => NiSncHandleForAddr C9/-1, 169.145.197.110 (rc=-17) [nirout.cpp   3272]

*** ERROR => NiRClientHandle: NiRExRouteCon for C9/-1 'CS.CS.local' failed (rc=-17) [nirout.cpp   2650]

the line that i have colored in red show that there is no credential for the name SYSTEM, i have create the user before using sapgenpse seclogin -p local.pse -O <user_for _SAProuter> and my user name is Administrator. in different with the name that i have give earlier.

Thank You


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I guess you have to use the sidadm user, try with the below and login with the same sidadm user and proceed.

sapgenpse seclogin -p local.pse -O <sidadm>

Thanks

Jansi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shahril,

I faced this issue some times back, this is because you need to login as the user which will be specified in the command i.e.sapgenpse seclogin -p local.pse -O <sidadm>

For example,

If you want to set the credentials for SAP router settings to sidadm then, you need to login as sidadm user and execute the command as,

sapgenpse seclogin -p local.pse -O sidadm.

SID will be your system ID.

Hope this helps.

Regards,

Hasan