The problem seems to be indeed that the database is started as root. There is an explicit check in the kernel code that the process owner mustn't be root . This restriction has been removed in 7.4.x.
I'm not quite sure what isn't removed when you execute dbmcli ... db_drop on a root owned database. Does dbmcli db_enum still show the database? About importing the files JspExplorer_data01.dbf and JSPEXPLORER_idx01.dbf: this depends on the format of the files. As it is very doubtful that they are in the format for the SAP DB Loader, you might want to use the Python script posted last week to this list. That was a very simple script that looked for a ; at the end of a line to separate SQL commands. 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
