cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cannot start SAProuter

Former Member
0 Likes
2,271

Hello guys,

Please help, I cannot start a saprouter. it seems that everything ok. but it says "No loggig active".

Here is my dev_rout file content:

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

trc file: "dev_rout", trc level: 2, release: "720"

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

Fri Mar 01 20:28:35 2013

NiIHSBufInit: initialize hostname buffer (IPv4)

NiHLInit: alloc host buf (200 entries)

NiSrvLInit: alloc serv bufs (200 entries)

NiIInit: allocated nitab (811 at 00000000024169F0)

NiIInit: host/serv bufs already initialized

NiPGetNodeAddrListInit: use GetAdaptersAddresses implementation (03)

NiIGetServNo: servicename '3299' = port 3299

SAP Network Interface Router, Version 40.4

Compiled Jan  8 2013 13:28:05

command line arg 0:          saprouter

command line arg 1:          -r

command line arg 2:          -S3299

command line arg 3:          -V

command line arg 4:          2

command line arg 5:          -K

command line arg 6:          p:CN=VM8, OU=0000001994, OU=SAProuter, O=SAP, C=DE

service   : 3299

routtab   : ./saprouttab

plug-in   : no plug-in

-argument: 'no argument'

clients   : 800

max servers  : 1

quelength : 1

maxheap   : 20000000

timeoutL  : 5000

tracefile : dev_rout

logfile   : no logging active

portrange : no portrange active

local address : default address

SncInit(): Initializing Secure Network Communication (SNC)

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

      GetUserName()="zh.abseitov"  NetWkstaUser="zh.abseitov"

SncInit(): Trying environment variable SNC_LIB as a

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

DlLoadLib success: LoadLibrary("C:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll"), hdl 0, addr 0000000010000000

    using "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.

  SECUDIR="C:\usr\sap\saprouter" (from $SECUDIR)

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

  Internal SNC-Adapter (Rev 1.0) to SAPCRYPTOLIB

  Product Version = SAPCRYPTOLIB  5.5.5C pl34  (Mar  1 2012) MT,[aesni],NB

<<- SncInit()==SAP_O_K

         sec_avail = "true"

<<- SncSetMyName()==SAP_O_K

     in: myname = "p:CN=VM8, OU=0000001994, OU=SAProuter, O=SAP, C=DE"

NiBufISetParam: set max heap to 20000000

NiSetParamEx: switch NIP_CONNLOCAL off (not supported by platform)

NiMyHostName: hostname = 'VM8'

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

NiICreateHandle: hdl 1 state NI_INITIAL_LIS

NiIInitSocket: set default settings for new hdl 1/sock 336 (I4; ST)

NiITraceByteOrder: CPU byte order: little endian, reverse network, low val .. high val

NiIBind: hdl 1 bound to 3299 (IP only)

NiIBlockMode: set blockmode for hdl 1 FALSE

NiIListen: state of hdl 1 NI_LISTEN

reading routtab: './saprouttab'

NiIGetServNo: servicename '3200' = port 3200

NiIGetServNo: servicename '3299' = port 3299

contents of routtab ('./saprouttab', 4 entries):

KT*,*  p:CN=sapserv2, OU=SAProuter, O=  194.39.131.34/32                *         *

KP*,*  p:CN=sapserv2, OU=SAProuter, O=  192.168.191.203/32              3200      *

P*,*  192.168.0.0/16                   194.39.131.34/32                3299      *

D*,*  ::/0                             ::/0                            *         *

******* NI-ROUTER LOOP ********

Here is my saprouttab file content:

# SNC connection to and from SAP

KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *

# SNC connection to local system for R/3-Support

# R/3 Server: 192.168.191.203

# R/3 Instance: 00

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.191.203 3200

# Access from the local Network to SAP

P 192.168.*.* 194.39.131.34 3299

# deny all other connections

D * * *

Please help me to solve the problem.

View Entire Topic
Former Member
0 Likes

The "no logging active" ist just an information. You can get rid of this by specifying the logfile location with the -G command line option:

http://help.sap.com/saphelp_nwmobile71/helpdata/en/48/6b5aa7b74c07bee10000000a42189d/content.htm

You should consider reading the entire SAProuter documentation (it's not that much) before using the software productively.

Regards,

Florian