cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ROUTER error

Former Member
0 Kudos

Hello experts,

i update the certificate of the saprouter

the when i run the command:

saprouter -r -S 3299 -V 3 -K "CN=VECCS0018, OU=0000345172, OU=SAProuter, O=SAP, C=DE"

it brings me this error:

trcfile  dev_rout

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

*

*  ERROR       SNC processing failed:

*              SncSetMyNameU

*

*  TIME        Tue May 28 18:08:38 2013

*  RELEASE     710

*  COMPONENT   NI (network interface)

*  VERSION     39

*  RC          -17

*  MODULE      nisnc.c

*  LINE        576

*  DETAIL      NiSncInit: sncrc=-35

*  COUNTER     3

*

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

Any idea?

Regards,

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Alejandra,

In addition to Eduardo's reply, also check if SNC_LIB is set

export SNC_LIB=/usr/sap//SID/<Instance>/exe/libsapcrypto.so

Regards,

Sandeep Singh

Reagan
Advisor
Advisor
0 Kudos

Hello

You forgot the P.

Try this:

saprouter -r -K "p:CN=VECCS0018, OU=0000345172, OU=SAProuter, O=SAP, C=DE"

Good Luck

RB

former_member184473
Active Contributor
0 Kudos

Hello Alejandro,

Check the following note:

1178684 No service connection: "SNC processing failed"

Regards,

Eduardo Rezende

jimguo
Advisor
Advisor
0 Kudos

Hello,

you should add prefix p: for SNC name. eg:

saprouter -r -S 3299 -V 3 -K "p:CN=VECCS0018, OU=0000345172, OU=SAProuter, O=SAP, C=DE"

Thanks.

Jim