cancel
Showing results for 
Search instead for 
Did you mean: 

jco and snc

Former Member
0 Kudos

I`m trying to made a Secure Network Connection between jco an SAP, but when I active in my jco the parameters:

{ "snc_mode", "1"},

{ "snc_partnername", "p:CN=DEV, OU=I0020165120, OU=SAP Web AS, O=SAP Trust Community, C=DE"},

{ "snc_qop ", "9"},

//{ "snc_myname", "SNC_MAX"},

{ "snc_lib", "sapcrypto.dll"},

the error Ilegal parameter is generated and is impossible to connect with my system R/3.

Any body know why ?

Liliana

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218604
Discoverer
0 Kudos

Hi Liliana,

it's better late then never

use the following properties instead of yours:

"jco.client.snc_mode"

"jco.client.snc_partnername"

"jco.client.snc_qop"

"jco.client.snc_lib"

Regards,

Niki

Former Member
0 Kudos

Hi,

could you please tell me all parameters you sent to the Server? It would help me a lot if you could tell me in shourt your entire configuration. I installed an activated SNC on my SAP-Application Server, but the Client cannot reach it for some reasons telling me about a gw-Error.

Thanks in advance.

Dietmar

Former Member
0 Kudos

Could anyone post a code snippet for a connection using SNC?

Thanks!