> I've installed the rpms of SAP DB 7.4.3.27 on SuSE Linux 9.0. > > When I try with yast to start sapdb74 in the specified runlevels, the > links are not created. When I create the links myself, > sapdb74 doesn't > start.
You have to edit the file because it must contain the names of the databases that you want to start. - edit sapdb74 - search for all the strings '$DBMCLI -d TST74' - remove the comment characters to enable the code - replace TST74 with the name of your own database - replace name and password of the dbm user in the next line right after user_logon - copy these blocks for any additional databases you might have - starting databases is optional, but stopping them should be considered mandatory Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
