cancel
Showing results for 
Search instead for 
Did you mean: 

Error: No symbolic destination specified when connecting to SAP using NCO3 connector

vijaymanikandan
Contributor
0 Kudos

Hi All,

We are trying to connect to SAP using NCO3 connector using .net application. We have followed the blogs available and looked how to solve the errors but still no success. Can some one help me here? The same connection parameters are working fine when  I try from the SAP Logon pad.

All the blogs point to the connection parameters but the same is working fine when I use from the SAP Logon pad so not clear on why its not working from the application.

We are passing the below parameters.

            parms.Add(RfcConfigParameters.AppServerHost,

            parms.Add(RfcConfigParameters.SystemNumber,

            parms.Add(RfcConfigParameters.SystemID,

            parms.Add(RfcConfigParameters.User,

            parms.Add(RfcConfigParameters.Password,

            parms.Add(RfcConfigParameters.Client,

            parms.Add(RfcConfigParameters.Language,

Below is the Error description

LOCATION    CPIC (TCP/IP) on local host -PF01EFTK with Unicode

ERROR       no symbolic destination specified

TIME        Thu Oct 29 11:11:12 2015

RELEASE     721

COMPONENT   CPIC (TCP/IP) with Unicode

VERSION     3

RC          775

MODULE      r3cpic.c

LINE        4363

COUNTER     1

Thanks a lot in advance.

Br,

Vijay V

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vijay,

why does the host have - as first letter? This might cause the trouble.

Best regards,

Markus