Hello Daniel, thanks for your answer. But my problem is, how to logon as system user. If I execute the "db_create" statement i will get the error:
<DBMException -24940 ERR_NEEDSYSLOGON system logon required> The commands "user_put" and "user_logon" needs a dbname, are these the right commands to do the logon? Do you have an example, what commands have to be send before i can do the "db_create"? Thanks for helping, Kolja -----Urspr�ngliche Nachricht----- Von: Dittmar, Daniel [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. Juni 2003 10:46 An: 'Kolja Kleist'; [EMAIL PROTECTED] Betreff: RE: Creating instance via DBM.java > I create an instance of DBM with DBM.dbrootDBM("host", > "/usr/sapdb/depend"). > This works correct, but every command to init the instance > (db_create) needs > a dbname. > Is there a command that do the same like "dbmcli -d <instance>"? After executing the db_create command, you'll have to close the connection and create a new one via DBM.dbDBM (host, dbname). 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
