2013 Jul 30 8:48 AM
Hi all,
Recently i have downloaded Eclipse and followed the links and installed Eclpise indigo.
İ managed to get the conenction and started creating programs ok
thanks to useful infos in SDN.
But when i try to debug the program i get an error message saying that
Debugging failed couldnt connect to the KZX system.
But at the same time when i looked at the system there is a debugging session open
whereas i can not see anything coming in eclipse
seem like the UI side of it not working
2013 Jul 30 8:59 AM
Hi,
unfortunately the screenshot doesn't tell anything about the problem. Please create support information by selecting "Help -> Collect Support Information". Attach this zip file.
Best regards
Christian
2013 Jul 30 8:59 AM
Hi,
unfortunately the screenshot doesn't tell anything about the problem. Please create support information by selecting "Help -> Collect Support Information". Attach this zip file.
Best regards
Christian
2013 Jul 30 9:36 AM
hello christian
thank you for your reply
yes you are right
i am attaching you the zip file
i think i need to create a new discussion to attach
thanks
2013 Jul 30 9:43 AM
hi christian
İ couldnt attach the zip file to the discussion
i havent attached zip files before always images
shall i send you as a message
thank you again
2013 Jul 30 10:00 AM
2013 Jul 30 11:25 AM
Hi christian
Sorry but your email address is private, i couldnt send it
please give me your email address?
2013 Jul 30 11:43 AM
Please give me your email address. I will contact you.
Regards
Christian
2013 Jul 30 12:55 PM
From what I can see in the logs, this is a network configuration issue
on your side. There is an entry "hostname 'SAPEAH' unknown" in the
log, which indicates an unqualified host name that cannot be resolved by
your client machine, which causes the connection failures.
You have two options:
- Request the administrator of your system to set the profile
parameter "SAPLOCALHOSTFULL" with the fully qualified name of
the respective application server (host name plus network
domain). Usually the value is "SAPLOCALHOST"."SAPFQN", but
your administrator will probably known about this. This
approach has the advantage that all users will benefit from it
and will be able to debug from within Eclipse.
- On your local machine add a default domain resolution that
appends the correct network domain to the host name. This
probably requires local administration privileges and may be a
quick solution for you.
Hope this helps.
Regards
Christian
2013 Jul 30 3:32 PM
Hello Christian
thanks so much for the valuable answer
yes i saw that SAPEAH too
This server is temporary till DEV is upgraded.
Basis guy is away for few days,
Can you please send me the steps to follow?
Any approach is ok, as long as i can get the debug working
is the 2nd apprach easier?
how do you add a default domain resolution?
i appreciate your help christian
Thanks again
2013 Jul 30 4:43 PM
You can do the 2nd approach like so: http://superuser.com/questions/61827/how-can-i-add-a-search-domain-in-windows-7
This of course only works if SAPEAH.<your.domain> is resolvable from your client machine. Your should verify this with a ping from command line.
2013 Jul 31 7:45 AM
Hi Christian
İ have done as you suggested
İ am using Windows XP and added the sapeah.aksa.com as the full hostname
it still didnt fix the issue
when i debug there is a process created in the sm50 i can see
and then the debu times out
but from eclipse the break point doesnt get into.
Also i noticed from the log this. can it be a RFC issue?
Caused by: RfcException: [null]
message: Connect to SAP gateway failed
Connection parameters: TYPE=A DEST=com.sap.adt.debug_KZX_SAPEAH_24@KZX_500_sdogan_en ASHOST=SAPEAH SYSNR=24 PCS=1
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR hostname 'SAPEAH' unknown
TIME Mon Jul 29 17:36:44 2013
RELEASE 721
COMPONENT NI (network interface)
VERSION 40
RC -2
MODULE nixxhl.cpp
LINE 193
DETAIL NiHLGetNodeAddr: hostname cached as unknown
COUNTER 4
2013 Jul 31 8:20 AM
According to the log your client machine is still not able to make sense out of 'SAPEAH'. It could be that your network setting changes have not been applied, or that sapeah.aksa.com is an invalid application server name. Try the following:
1. Restart your machine to exclude any old network settings that Windows may have cached.
2. On a command line type "ping sapeah.aksa.com". If you get an error there, then "sapeah.aksa.com" is
no valid host name.
3. If step 2 succeeds, try to connect using SAP GUI to the server with the same host name.
Execute "sapgui sapeah.aksa.com <instancenumber>" on the command line (you can get the
system's instance number from your Logon Pad data). This must lead to a GUI logon screen showing up.
If you get an error there, then "sapeah.aksa.com" is no valid application server host name.
Regards,
Christian
2013 Jul 31 12:00 PM
Hi Christian
İ have tried the steps you suggest, i emailed you the screen shots.
They all work OK, both of them
Cheers again
2013 Aug 01 11:48 AM
Thank you a lot Christian for all your time
You helped me solve the issue
I have marked this and close this issue
Cheers