Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating the RFC.

Former Member
0 Kudos
124

Hi Experts,

While trying to connect the RFC destination on same server in between two client, I am getting an error.

Error is as follows.

Error Details Error when opening an RFC connection

Error Details ERROR: partner 'SAPIDES:sapgw01' not reached

Error Details LOCATION: SAP-Gateway on host SAPIDES / sapgw00

Error Details DETAIL: NiPConnect2

Error Details CALL: connect

Error Details COMPONENT: NI (network interface)

Error Details ERROR NUMBER: 10061

Kindly suggest what to do.

Regards,

Rahul ,

1 ACCEPTED SOLUTION

anand_govardhan
Active Participant
0 Kudos
83

Hi rahul,

the error comes from the network interface :

NiPConnect2: SiPeekPendConn (10061: WSAECONNREFUSED: Connection refused)

Connection refused means that it is not possible to connect to the service from

a network point of view. The problem could be :

- the host can not be reached

- the service on the specified tcp/ip port can not be reached

The item which can not be reached is host SAPIDES, service sapgw01.

Youu2019ve to contact your network team to fix it, I suppose.

Regards,

Anand

2 REPLIES 2

anand_govardhan
Active Participant
0 Kudos
84

Hi rahul,

the error comes from the network interface :

NiPConnect2: SiPeekPendConn (10061: WSAECONNREFUSED: Connection refused)

Connection refused means that it is not possible to connect to the service from

a network point of view. The problem could be :

- the host can not be reached

- the service on the specified tcp/ip port can not be reached

The item which can not be reached is host SAPIDES, service sapgw01.

Youu2019ve to contact your network team to fix it, I suppose.

Regards,

Anand

0 Kudos
83

Hi Anand,

Thanks for the reply.

But I am trying this on my own system, so please suggest the needful.It is an ides server.