on 2020 May 07 6:21 AM
Hello Experts,
I installed Eclipse (2020-03) and added ADT on it, I created a project for the older SAP ERP Dev system without any problem, but when creating a project for my S4HANA system it stops on the stage: Retrieving compatibility information from backend system.
After activating Trace on Eclipse and comparing the two connection Logs,
I suspect this error:
[ERROR] Initialization of repository destination adt.tmp_1588827698049 failed: Connect to SAP gateway failed
Connection parameters: TYPE=A DESTINATION=adt.tmp_1588827698049 ASHOST=XXX.XXX.XXX.XXX SYSNR=00 PCS=1
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner XXX.XXX.XXX.XXX:3300 not reached
TIME Thu May 07 07:02:29 2020
RELEASE 753
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE D:/depot/bas/753_REL/src/base/ni/nixxi.cpp
LINE 3449
DETAIL NiPConnect2: XXX.XXX.XXX.XXX:3300
SYSTEM CALL connect
ERRNO 10060
ERRNO TEXT WSAETIMEDOUT: Connection timed out
COUNTER 3
Could you give me some help on that ?
Thanks in advance,
My best regards.
ERROR partner XXX.XXX.XXX.XXX:3300 not reached
it means there is a network issue with this IP address (you hide) on the port 3300.
Check if you could reach this IP address
- With a simple ping (ping ip_address)
- With a telnet on the port (telnet ip_address port) (the syntax could change depending on the tool you use) (if you have no tool for telnet, try putty for telnet)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it could be an instance number error, the port number is 32xx or 33xx where xx is the port number
in S/4 you have two instance number, on for the database, on for the server
you have to check what is the instance number and check witch port is open.
if you have access to the system, you could check port number listening with the command: netstat -apn
Thank you frdric.girod
Effectively, this issue was solved by the network team,
My best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.