ajit cus wrote: > I have a shell script that installs my database on windows > 2000 under cygwin. > the following is the part of my script to initialize the database: > > #init system tables > echo onvinitdatabase.sh --initialize system tables > dbmcli -d $DB_ID -u $SETUPUSER,$SETUPPWD load_systab -u > onmobile,onmobile -ud domain > > when using sapdb 7.3.0.30 this is the relevant output > e:\SAP\prog\pgm\dbmcli.exe on mmp> > --- > onvinitdatabase.sh --initialize system tables > OK > 0,OK: everything works fine > 0,""E:\SAP\DEPEND\bin\xload" -S INTERNAL -n ONSER -d MMP -u > onmobile,* -b \"E:\S > AP\DEPEND\env\lsystab.ins\" en ENG domain" > --- Installing system tables of SYSDBA ... > ... > --- Installing system tables for DB Manager ... > > / S Error Summary > / S 1 x LOAD 12102 Error opening file: &1 > / * > / M STOP 20030109 00185129 > / * > > However i do not get > / S 1 x LOAD 12102 Error opening file: &1 > when running the same script on sp db 7.3.0.25 >
The 'SAPDBLOADER.ins' file is missing in the Windows Builds 7.3.0.B30 and 7.3.0 B31. It is available as a 'workaround' under the following link on 'SAPMats': <http://sapmats-de.sap-ag.de/download/download.cgi?id=WRIT3A4CXX9BVW8NQ5AK39XYIZ6N42L0KMVBXTP4NQ7CBV6M9Q> and must be stored under the following path: <depend_path>\env\SAPDBLOADER.ins Hans-Georg Bumes -- Hans-Georg Bumes SAP DB, SAP Labs Berlin http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
