Register Login

Parameter 'DBNAME' not specified in HANA Database

Updated May 18, 2018

Getting an error when we create a HANA database connection using funtion "Managed System Configuration" on a solution manager system.

The following screen shot with error information is displayed:

 

You are having the above issue because the system configuration references data in the table DBCON, but the specified secondary database connection has not been entered in the table DBCON.

To resolve the issue you can add one entry to table DBCON for the specified secondary database connection on the solution manager system.

The new entry should be like this:

CON_NAME  DBMS USER_NAME  PASSWORD  CON_ENV
XXX       HDB  SYSTEM     ****      dev-hana:32015    -- Database Host:SQL Port


×