> I have read on previous posts that I could register the database through dbmcli: > "inst_enum" - gives the list of sapdb installations > "inst_reg" - registers one installation > > Although I am getting the following error when I try to execute dbmcli on Linux > without arguments: > "Error! Connection failed to node (local) for database (no dbname): database or >server not found" > > I just can execute dbmcli correctly to connect to the test database. > "./dbmcli -u DBM,DBM -d TST74"
It looks as if the installation registry is broken. When no database name is given to dbmcli, the installation directory with the highest version entry is choosen. If this directory doesn't exist or doesn't contain a dbmsrv, the connection will fail. Run "./dbmcli -u DBM,DBM -d TST74 inst_enum", if you see any directories that shouldn't be there or that don't exists, remove them with "./dbmcli -u DBM,DBM -d TST74 inst_unreg <path>" Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
