cancel
Showing results for 
Search instead for 
Did you mean: 

dns error opening SR/ID/IR

Former Member
0 Kudos

XI 7.1

Hello people,

when i try to open the enterpise service Directory, integration repository ou the service registry it give's me an error.

the directory and the repository give me a "can't connect" error

the service registry simply http 404

the problem is in the DNS. inside each of these programs, it tries to open <host>:<port> instead of <host>.<domain>:<port>. and the best of all: i don't have power to change the dns server ;(

i looked the whole exchangeProfile, changed every 'host' to 'host.domain' and restarted but didn't work.

i have put parameter icm/host_name_full (which is kindda dumb because icm is not in the java stack, it's desperation)

where is that name coming from? which parameter did i forget?

thx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

in your local system, in drivers/etc folder in hosts file remove the entry <host> <IP Address> for your XI server and add the entry <host>.<domain> <IP Address> for your XI system......then close all internet explorer window and from XI system by SXMB_IFR transaction open your XI system integration builder webpage.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hello.

Those are good workarounds (and, in fact, what i'll do for now) but that doesn't solve the whole problem because it may lead to problems to the developers and (hopefully not to) clients.

an example:

i click the link http://<host>.<domain>:<port>/sr

available in the /dir

but, for some reason, i'm redirected to

http://<host>:<port>/webdynpro/dispatcher/sap.com/tcesiesperui/Menu

and it's no use simply change the url in the browser, i tried that already. I'm sure the server is not parsing the hostname, it's getting it from an system parameter for sure.

Fortunately, the ESR (formerly IR) and ID are working (i guess i might have cleanned my webstart cache ou just lucky)

thx

Former Member
0 Kudos

Hi,

Regarding SR, this happens when you have opened your SR from Integration Builder(IB) webpage and logged into SR and logged off........if again you open SR from this window, you will get this blank window...

So its workaround is to close the IB webpage and open it in a new internet explorer window.....now open SR from here and you will get your login page of SR of your PI system.........this is the way it works

Regards,

Rajeev Gupta

VijayKonam
Active Contributor
0 Kudos

Add the IP and Domain name in your local system in

Windows\System32\Drivers\Cache\hosts file.

VJ