cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Connector error.

Former Member
0 Kudos

Hi Freinds

We are working with a partner that no development in .Net as part as Microsoft CRM implementation project. We are today running a project to integrate MS CRM with SAP. As part of that we are doing som testing towards our sap test server.

Are there some setup that are missing at our server in order to ineract with the .net connector (3.0)

The setup at the .net side should be ok. But they receive an error message (se copy below).

We have checked with company managing the network and they confirm that port 3300-3399 tcp is open, but the server is not responding to calls.

Call parametre

 

                 RfcConfigParameters parms = new RfcConfigParameters();

                 parms.Add(RfcConfigParameters.AppServerHost, "89.105.35.214");

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

                 parms.Add(RfcConfigParameters.User, "external");

 

                 parms.Add(RfcConfigParameters.Password, "fram2011");

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

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

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

                 parms.Add(RfcConfigParameters.MaxPoolSize, "10");

                 parms.Add(RfcConfigParameters.IdleTimeout, "600");

 

Error message form .net

LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner '89.105.35.214:3301' not reached
TIME Thu Apr 18 12:57:55 2013
RELEASE 720
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE nixxi.cpp
LINE 3286
DETAIL NiPConnect2: 89.105.35.214:3301
SYSTEM CALL connect
ERRNO 10061
ERRNO TEXT WSAECONNREFUSED: Connection refused
COUNTER 2

Please give ideas and solutions  to solve this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

WSAECONNREFUSED (10061) - No connection can be made because the destination computer actively refuses it. This error typically results from trying to connect to a service that is inactive on the foreign host, that is, one that does not have a server program running.

Former Member
0 Kudos

Hi roman

Thanks for your positive reply..Is there any solution, which i needs to check.

to resolve in this.issue..Or if any document please share your indputs so that i can  give solution.Kindly give your solution inputs where i can check and i will update in this thread.

From

Pankaj

Former Member
0 Kudos

Hi roman

I am  trying to  Access SAP Server via .net connector. as my above error shows.Kindly let me know your inputs.

Former Member
0 Kudos

First check that your server is up and running.

Former Member
0 Kudos

HI Roman

Thanks  for your reply.I checked  Server is up and running.Any other inputs.. from your end.

Former Member
0 Kudos

Make sure your connection parameters are correct. Check with netstat that required port is open. Try to establish connection with telnet.