DevOps and System Administration Discussions
Dive into SAP DevOps and system administration. Join discussions to collaborate on optimizing workflows, share knowledge, and leverage resources effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receive failed: Connect to proxy:8080 failed: NIEHOST_UNKNOWN(-2)

I am trying to create oData service in iwfnd/gw_client but after adding entitysets it is showing error that HTTP receive failed. what should I do. Is this basis issue. If so, where should be the problem? please help.

5 REPLIES 5

BJarkowski
Active Contributor
0 Kudos

This looks like a BASIS issue, however difficult to judge what is the root cause. There may be a lot of different reason like wrongly configured HTTP server or the host name is incorrect.

I would recommend to contact with a BASIS Admin in your organization.

JPReyes
Active Contributor
0 Kudos

Hi Preety,

Well, lets see NIEHOST_UNKNOWN means Network Interface Error Host Unknown...

That means that the hostname used cannot be resolved.... I would check that the hostname given is correct and available via DNS and or update the hosts file with the IP and hostname.

Also after checking a few old threads seems like some people suggested that the protocol could be wrong, try with HTTPS instead.

Regards, JP

Hi

It seems that you do not have a proxy configured properly. You could try and deactivate the proxy settings (untick "Proxy setting is active") in SICF and test if it works without. It worked for me.
Goto SICF press execute and select Client -> Proxy settings from the menu and untick "Proxy setting is active".

Regards,

Caroline

0 Kudos

This is the right solution as per SAP note: 2549801.

Best regards.

Andrés.

0 Kudos

@cal75 - Thanks, your answer worked the charm for me. I have been messing with this for three days and you summed it up in three sentences! Now I can get to work, thanks again.