Corinne Laborde wrote: > I did an update of the version 7.3.00.18 to the new version > 7.3.00.20. I > didn't have any errors. > > Now I want to create a new database. > > This is my error : > > start communication server... > stop and drop existing KASSA... > create database KASSA... > set parameters for KASSA... > start KASSA... > initializing KASSA... > load system tables... > load system tables failed: ERR > -24964,ERR_EXECUTE: error in program execution > 1792,/opt/sapdb/depend/bin/xload -S INTERNAL -n > localhost.localdomain -d > KASSA -u dba,* -b /opt/sapdb/depend/env/lsystab.ins en ENG domain > Some SQL error has occured > / S Error Summary > / S 1 x -7500 message not > available > > > > > / * > / M STOP 20020204 00181559 > / * > / M RC = 7 Some SQL error has occured > / *
as I wrote 6 days ago and found in the archive again: recycled mail from the archive concerning error -7500: some coding ( DDL Triggers, which serve to maintain some catalog tables used by SqlStudio ) are provided within the dynamic/shared library "dbpinstall.dll" on WinNT or "dbpinstall.so" (.sl) on Unix. This library has to be 'registered' using the 'xregcomp' command before it can be found by the SAP-DB kernel. /usr/lib/userv/sapdb/bin/xregcomp /usr/lib/userv/sapdb/lib/dbpinstall ( please specify the complete path of the library without using the file extension .dll, .so or .sl ) On WinNT Registration is maintained within the NT-Registry. For Unix the Registration is maintained within the file: "/usr/lib/userv/sapdb/wrk/Registry.dcom" ( hope that paths used are the correct one's for your environment ) Ferdinand Flohe SAP Labs Berlin I hope, this will help Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
