cancel
Showing results for 
Search instead for 
Did you mean: 

Network Connection Error from Eclipse

Former Member
0 Kudos

Dear experts,

I have created an OData Service and activated it in the backend. I am able to access this service from the REST Client in Chrome and it works fine.

When we try to give the service URL in Eclipse, it always ends in a "Network connection error". The service is not retrieved from the gateway system. When we tried the same with the demo system ES1, it works fine.

Is there any Gateway customization/authorization that I am missing here? I am trying to access the OData Service on the SAP Gateway directly without using SMP.


Any pointers will be appreciated.


Thank you,

Nithya



Tags edited by: Jitendra Kansal (Moderator)

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nithya,

Can you cross check if you have any proxy set in chrome browser?

Chrome>Settings>Show Advanced settings>Network>Change proxy settings>Connection>LAN settings>proxy server

If yes, have to set same proxy in Eclipse? Window>Preferences>Network Connections

Active provider>Manual then set it for HTTP/HTTPS then restart eclipse.

Can you share the screenshot of the error?

Regards,

JK

Former Member
0 Kudos

Thank you Jitendra. After trying out everything, I installed Kepler and then it worked.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nithya,

It may helpful to you,

Try following steps,

Go to location : C:\Windows\System32\drivers\etc

One file will be there with the name "hosts"

Open with notepad

Then add your ip and system and url

Like : 10.x.x.xx    ecc    ecc.xx.co

This allows the link and restart your ecclipse system & you can see your output in your eclipse.

This may work. Because I got the same problem like this in some other technology..

Thanks