cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Timeout Error when adding a S4 HANA system in Eclipse

11-20-2024 5:55 PM
2667 views 4 comments
0 Likes
SAP Managed Tags
Labels
ABAP CDS ViewsadtEclipse ADT
Subscribe

Hi Team,

I have downloaded Eclipse for IDE fromEclipse.org. We have an existing S4 HANA system with below installed Product versions (screenshot below). When I try to add this SAP system into Eclipse under ABAP Perspective. It just timeout. Attached below is the Eclipse Trace log

mellinda_pereira_0-1732119616394.png

LOCATION SAP-Gateway on host 
sapgw01
ERROR timeout during allocate
TIME Wed Nov 20 15:40:27 2024
RELEASE 789
COMPONENT SAP-Gateway
VERSION 2
RC 242
MODULE /bas/789_REL/src/krn/si/gw/gwr3cpic.c
LINE 2264
DETAIL no connect of TP sapdp01 from host 10.53.252.5 after 20 sec
COUNTER 2
(remote system is [<unknown>])
at com.sap.conn.jco.rt.AbstractConnection.generateJCoException(AbstractConnection.java:623)
at com.sap.conn.jco.rt.ClientConnection.connectInternal(ClientConnection.java:626)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:1202)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:190)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:116)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:527)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:31)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:469)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:1697)
... 35 more
Caused by: RfcException raised by system [<unknown>]:
message: Connect from SAP gateway to RFC server failed
connection parameters: TYPE=A DESTINATION=S4D_100_ecosys3_en ASHOST=10.53.252.5 SYSNR=01 PCS=1

SAP Experts can you please help. We need to add this system for developing CDS views
BW SAP HANA Modeling Tools (Eclipse) ABAP Development  #Eclipse

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello!

Is 10.53.252.5 the actual IP address of the SAP server?

Because if NAT is involved, then the external NAT IP address must be added to the parameter "gw/alternative_hostnames".

Refer to https://help.sap.com/docs/SUPPORT_CONTENT/abapconn/3354079716.html .

Regards,

Isaías

Ulrich_Schmidt1
Product and Topic Expert
Product and Topic Expert
0 Likes

"no connect of TP sapdp01" -- if this is true, then that would mean that your SAP system is in deep trouble?! The dispatcher is not running. But then nobody would be able to log on to that system! Can you log on successfully with SAPGUI using the same logon parameters as you entered in AiE?

But more likely I would guess, that there is no SAP system running on 10.53.252.5, only a standalone gateway. In that case, you would need to tell the gateway, where the real SAP system (the application servers) are running, e.g.

GWHOST=10.53.252.5, ASHOST=<IP of app-server you want to logon to>

You will have to check this with your SAP system administrators.

mellinda_pereira
Explorer
0 Likes
Thanks for the reply Ulrich. I am able to connect to the system via GUI. Yes I have raised this issue to the Consulting Company who has provided this system for us. Thanks once again