> 1. The file Registry1.dcom is missing, how could I generate it > without SDBINST?
still looking for the information > 2. The database instance .OPTSAPD is missing, how could I > generate it without SDBINST? This database should be created by dbmcli inst_reg. The actual name depends on the location of the software directory (/opt/sapdb => .OPTSAPD) > 3. Which steps are furthermore necessary for getting a correctly > running SAP DB server? - You'll have to start the x_server before calling any dbmcli commands. It is a good idea to add this to /etc/rc.d or wherever the startup scripts are located, - Unlike other databases, there isn't one server process which allows you to create the individual database (=namespace). Each database is a separate process with it's own configuration. Creating such an instance is probably not the right thing to do for a software installation. 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
