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: 

Use ADT logon to system failed

Former Member

Hi everyone,

I want to create a ABAP project in ADT. But couldn't connect to system.

But I can use SAP GUI to logon to the system.

Does somebody know why?

the error message is like below

Ps:the port 3308 is open.

the error log:

message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=TST_600_s4fans16_zh ASHOST=202.104.148.77 SYSNR=08 PCS=1
LOCATION SAP-Gateway on host saperp-db.test.com / sapgw08
ERROR partner '202.104.148.77:sapgw08' not reached
TIME Thu Apr 6 21:16:59 2017
RELEASE 749
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE /bas/749_REL/src/base/ni/nixxi.cpp
LINE 3431
DETAIL NiPConnect2: 202.104.148.77:3308
SYSTEM CALL connect
ERRNO 111
ERRNO TEXT Connection refused
COUNTER 3
return code: RFC_FAILURE (1)
error group: 102
key: RFC_ERROR_COMMUNICATION

5 REPLIES 5

Armin_Beil
Product and Topic Expert
Product and Topic Expert

During the creation of the ABAP project in ADT: Did you try to reuse an existing SAP Logon connection or did you enter the connection details manually?

Your attempt to connect via SAP GUI was successful immediately after your attempt to connect via ADT failed, correct? So both of your connection attempts were started from the same client in the same network, right?

Best regards,
Armin

Sean_Zhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

are working on Mac?

if yes, you could refer to sap note: 2192394 - Unable to connect to any backend system: Logon to system failed

Best Regards,

Sean

Former Member
0 Kudos

Hi Sean

i am working in Windows 10.

Former Member
0 Kudos

this is the error log for the case.

message: Connect from SAP gateway to RFC server failed

Connection parameters: TYPE=A DEST=TST_600_s4fans16_zh ASHOST=202.104.148.77 SYSNR=08 PCS=1
LOCATION SAP-Gateway on host saperp-db.test.com / sapgw08

ERROR partner '202.104.148.77:sapgw08' not reached

TIME Thu Apr 6 21:16:59 2017

RELEASE 749
COMPONENT NI (network interface)

VERSION 40

RC -10

MODULE /bas/749_REL/src/base/ni/nixxi.cpp

LINE 3431

DETAIL NiPConnect2: 202.104.148.77:3308

SYSTEM CALL connect

ERRNO 111

ERRNO TEXT Connection refused

COUNTER 3


return code: RFC_FAILURE (1)

error group: 102

key: RFC_ERROR_COMMUNICATION

Former Member
0 Kudos

Hi Armin

i use the existing SAP Logon connection in my SAP GUI list.

and both of the connection attempts were started from the same client in the same network