cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EHP5 ERP6.0 Installation error

Former Member
0 Kudos

Hi,

I am facing a very strange error I am trying to install ehp5 erp6 on windows 2008 64 bit r2 with MSSQL 2008 R2 SP1

I have successfully installed mssql, but when I am trying to install with sapinst ( sap installation master ) its giving me an error.

-->check the message could not connect to host localhost on port 21211

Starting GUIServer using:

SAPinst port : 21201

GUIServer port: 21211

HTTP port : 4238

GUI autostart : on

GUI mode : normal

command : "C:/Users/ADMINI1/AppData/Local/Temp/sapinst_exe.580.1328952991/jre\bin\java.exe" -cp "C:\Users\ADMINI1\AppData\Local\Temp\sapinst_exe.580.1328952991\jar\instgui.jar" -Xmx256M -Dsun.java2d.noddraw=true -Dsap.env.var.javahome=SAPINST_JRE_HOME SDTServer "rootdir=C:\Users\Administrator\.sdtgui" config=jar:sdtserver.xml guiport=21211 httpport=4238 -nolock -srvarg=/SAPinstService/host=localhost -srvarg=/SAPinstService/port=21201

load resource pool C:\Users\Administrator\Desktop\51041254_13(2)\BS7i2010_Installation_Master\IM_WINDOWS_X86_64\resourcepool.xml

ERROR 2012-02-11 01:36:38.710 [iaxxctoplvlrdr.cpp:72]

FCO-00047 The following parse errors occured in C:\Users\Administrator\Desktop\51041254_13(2)\BS7i2010_Installation_Master\IM_WINDOWS_X86_64\product.catalog : line 3, 24: error unable to retrieve external entity 'catalog.dtd'

guiengine: No GUI server connected; waiting for a connection on host novo, port 21201 to continue with the installation

Feb 11, 2012 1:36:39 AM [Info]: *************************

Feb 11, 2012 1:36:39 AM [Info]: Starting Server

Feb 11, 2012 1:36:39 AM [Error]: java.net.UnknownHostException: novo: novo

Feb 11, 2012 1:36:39 AM [Error]: java.net.UnknownHostException: novo: novo

Feb 11, 2012 1:36:39 AM [Error]: Error during configuration - see preceding messages.

Feb 11, 2012 1:36:39 AM [Fatal]: Error during controller startup.

Feb 11, 2012 1:36:39 AM [Fatal]: SL Controller exiting.

*******

can any one help me pls...??

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Folks,

Similar issue was resolved by adding the below entry in the hosts file (/etc/hosts)

<ip address of host on which you are installing the product> <fqdn of your host> <hostname>

Cheers,

Hari

Former Member
0 Kudos

Hi Guys

same issue resolved by adding correct IP address in \etc\hosts

we faced same issue recently we have changed IP address of SAP system but for got to change it in host file. hence while running sapinst we were getting "could not connect to host localhost on port 21211"

immediately we have checked host entries and there it was showing old IP address.

we have add new IP address to the file and sapinst worked

Former Member
0 Kudos

Thanks for the reply. It was resolved by the changing the directory name where the sql installation dump was stored.

EARLIER IT WAS MS SQL 2008

I changed it to MSSQL2008 n the issue was resolved

Former Member
0 Kudos

Hello,

File catalog.dtd is case sensitive. Please take a look at the following thread. I hope it will solve your problem.

http://forums.sdn.sap.com/thread.jspa?threadID=1670755&start=15&tstart=9

Good Luck.

Thanks,

Siva Kumar

former_member185031
Active Contributor
0 Kudos

This error is coming due to Java. Please check the Java environment variable. What is your Java version

Thanks

Subhash