Hallo, All!
I've installed saprouter and generated all necessary certificate.
At testing RFC-connection SAPOSS I received the next:
READ ROUTTAB ./saprouttab o.k.
CONNECT FROM C9/- host 192.168.32.143/47380 (sapsm1.local)
CONNECT TO S9/-1 host 194.39.131.34/sapdp99 (194.39.131.34) (p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE)
CONNECT ERR S9/-1 NIESNC_FAILURE
2013 DISCONNECT C9/-1 host 192.168.32.143/47380 (sapsm1.itc-c.local)
I started with script:
export SECUDIR=/usr/sap/saprouter | |
export SNC_LIB=/usr/sap/saprouter/libsapcrypto.so |
saprouter -r -S 3299 -V 3 -Grouter.log -K "p:CN=sapsm1.local, OU=0001blabla, OU=SAProuter, O=SAP, C=DE" &
My saprouttab file contains:
KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.32.143 3299
P * | * | * |
I've read all information from google and can't find the resolving of my problem:
Note 63342 - List: NI error codes
#define NIESNC_FAILURE -17 /* Error in the SNC shift */
/* in the saprouter ==> */
Please tell me where I can to customize SNC settings?