cancel
Showing results for 
Search instead for 
Did you mean: 

SDL Issue

Former Member
0 Kudos

Hi All,

I am getting this error while gining URL in Development Configurations pool in netwearer developer studio.

IO error: Unable to open connection to host "sapbsp01:50300". The IP address of the host could not be resolved. Maybe the URL is misspelled or the host does no longer exist..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

try pinging "sapbsp01" (on Windows, start -->run:cmd.exe -->ping sapbsp01).

Is it working?

YES:

Note down the IP address. Let's say it is 1.2.3.4

Add a line to text file ...\windows\system32\drivers\etc\hosts:

1.2.3.4 sapbsp01

Then try again.

NO:

search for the full name. Maybe you have to use something like "sapbsp01.mycompany.com" ?

If it is your own local host, try "ping -a localhost". or "ping -a 127.0.0.1". Then your computername shows up right in front of the first IP-address. Compare it with "sapbsp01" for mistypings.

Former Member
0 Kudos

Hi,

1. Check correct URL like this

http://hostname:port/

2. If not is there set ICM/HOST_FULLNAME = give your full hostname in Instance profile parameter.

3. Also enable SICF parameters using by tcode SICF.

Regards,

Srini Nookala