Hi,
 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 ...
--- Loading messages and help infos ...
------ Loading messages ...
------ Loading help infos ...
--- Installing system tables for precompilers ...
--- Installing system tables for QUERY ...
--- Installing system tables for R3 backup information
--- Installing system tables for ODBC ...
--- Installing system tables for ORACLE (V7) mode ...
--- Installing system tables for DBanalyzer
--- Successfully Installed system tables for DBanalyzer
--- Installing system tables for SQL Studio 7.3
--- Installing Keyword List ...
--- Successfully Installed Keyword List ...
--- Successfully Installed system tables for SQL Studio 7.3
--- Installing system tables for WebAgent DBFS
--- Successfully Installed system tables for WebAgent DBFS
--- Installing SQL catalog views ...
---- Installing data dictionary comments ...
--- 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

Initial testing seems to indicate that all database operations work despite the error 
under sapdb 7.3.0.30, However i would like to know why i get the error in .30 and not 
in .25?
How can i verify that the system tables were properly loaded?
Regards,
  Ajit
P.S this is the output of the same under 7.3.0.25:
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 BLRKEC21144 -d MMP -u onmobile,* -b
\"E:\SAP\DEPEND\env\lsystab.ins\" en ENG domain"
--- Installing system tables of SYSDBA ...
--- Loading messages and help infos ...
------ Loading messages ...
------ Loading help infos ...
--- Installing system tables for precompilers ...
--- Installing system tables for QUERY ...
--- Installing system tables for R3 backup information
--- Installing system tables for ODBC ...
--- Installing system tables for ORACLE (V7) mode ...
--- Installing system tables for DBanalyzer
--- Successfully Installed system tables for DBanalyzer
--- Installing system tables for SQL Studio 7.3
--- Installing Keyword List ...
--- Successfully Installed Keyword List ...
--- Successfully Installed system tables for SQL Studio 7.3
--- Installing system tables for WebAgent DBFS
--- Successfully Installed system tables for WebAgent DBFS
--- Installing SQL catalog views ...
---- Installing data dictionary comments ...
--- Installing system tables for DB Manager ... 

/ S Error Summary
/ *
/ M STOP 20030110 00110316
/ *
onvinitdatabase.sh --Granting users SQL rights




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to