Hello All,
When trying to deploy a Hana content through the Hana studio LCM tool I'mgetting the following error message:
Could not connect to database with instance number 0 on host myhostname.
Possible reason: unavailable connection to database or wrong instance number.
SAP DBTech JDBC: Cannot connect to jdbc:sap://myhostname:30015 [Cannot connect to
host localhost:30015 [Connection refused], -813.].
To give you more background this is a multitenant DB converted from a single one. The steps to expose the http access to the multitenant DB were already completed, below are the current webdispatcher parameters:
wdisp/system_0
SID=IH1, EXTSRV=http://localhost:3$(SAPSYSTEM)14,
SRCVHOST=myhostname.com
wdisp/system_1
SID=IHA, EXTSRV=http://localhost:3$(SAPSYSTEM)08,
SRCVHOST=bwhanadev.com
wdisp/system_2
SID=IHD, EXTSRV=http://localhost:3$(SAPSYSTEM)08,
SRCVHOST=erphanadev.com
wdisp/enable_admin_ui_for_sid
IH1
I see two things, first one the instance number is not being retrieved as it should be (00) and second, the Hana internal process is looking up for the 'localhost' instead of the hostname, I tried to modify the hosts file but got the same result; also I tried to hard-code above parameters with no luck.
Any help would be appreciated.