cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to ping SAP from .NET SAP connector

Former Member
0 Kudos

Hi,

I use SAP.NET connector 32bit to SAP system from .NET. Here is the message we get when we try to connect SAP [using singlesignon]

ERROR       no conversation found with id XXXXXXXX

TIME        Sun Sep 13 11:50:21 2015

RELEASE     720

COMPONENT   CPIC (TCP/IP) with Unicode

VERSION     3

RC          473

MODULE      r3cpic.c

LINE        9101

COUNTER     6

My configuration details:

            RfcConfigParameters parms = new RfcConfigParameters();

            parms.Add(RfcConfigParameters.Name, "Test");

            parms.Add(RfcConfigParameters.AppServerHost, "xxxxxxxxx.com");

            parms.Add(RfcConfigParameters.SystemNumber, "00");

            parms.Add(RfcConfigParameters.SystemID, "ECQ");

            parms.Add(RfcConfigParameters.Client, "300");

            parms.Add(RfcConfigParameters.Language, "EN");

            parms.Add(RfcConfigParameters.PoolSize, "5");

            parms.Add(RfcConfigParameters.SncMode,"1");

            parms.Add(RfcConfigParameters.SncPartnerName, "p:username@xxxxxxxxx.COM");

            parms.Add(RfcConfigParameters.SncLibraryPath, @"C:\Windows\SysWOW64\gsskrb5.dll");

thanks,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramesh,

this sounds more or less like an issue with gsskrb5.dll. I assume some misconifguration of the SNC setup. Make sure to use the latest version and get in touch with the vendor for consulting if needed.

Best regards,

Markus