Hello guys,
i´m facing a big problem when trying to start my saprouter in Linux, using the following command
/usr/sap/saprouter/saprouter -r -R /usr/sap/saprouter/saprouttab -S 3299 -G saprouter.log -W 60000 -K "p:CN=ROUTERNAME, OU=0000000, OU=SAProuter, O=SAP, C=DE" &
i´m getting this error
[sncadm@CRPSAPRTRC saprouter]$ ./saprouter -r -G saprouter.log
trcfile dev_rout
logfile saprouter.log
*** ERROR => invalid lines in './saprouttab', see 'dev_rout' [nirout.cpp 9824]
so after analyse my dev_rout i´m getting this information
Wed Dec 17 14:17:21 2014
SAP Network Interface Router, Version 40.4
command line arg 0: ./saprouter
command line arg 1: -r
command line arg 2: -G
command line arg 3: saprouter.log
main: pid = 1929, ppid = 1771, port = 3299, parent port = 0 (0 = parent is not a saprouter)
reading routtab: './saprouttab'
*** ERROR => SNC field without SNC active, skip line 2 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 5 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 6 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 7 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 8 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 9 [nirout.cpp 9473]
*** ERROR => SNC field without SNC active, skip line 10 [nirout.cpp 9473]
and in saprouttab i have this lines identifying the problem
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
#KT "p:CN=ROUTERNAME, OU=0000000, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
# SNC-connection from SAP to local system for R/3-Support
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 172.31.155.106 3200
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 172.31.155.107 3200
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 172.31.155.108 3200
KP "p:CN=CN=ROUTERNAME, OU=0000000, OU=SAProuter, O=SAP, C=DE" 172.31.155.106 3200
KP "p:CN=CN=ROUTERNAME, OU=0000000, OU=SAProuter, O=SAP, C=DE" 172.31.155.107 3200
KP "p:CN=CN=ROUTERNAME, OU=0000000, OU=SAProuter, O=SAP, C=DE" 172.31.155.108 3200
can anybody help?
Thanks
Oscar