Hi all,

for some reason, I need to move an existing SAPDB installation to a
different directory (on Win2000), so I simply copied the installation over
to the new directory. From this directory, I want to invoke a modified
create_demo_db.cmd, which takes as arguments the new database name, the
directory of the SAPDB installation, and the directory for the database
files.

When I invoke the script with the standard PATH environment variable and the
original SAPDB installation directory as one of the arguments, everything
works fine. But when I invoke it with the PATH variable pointing to the
appropriate directories of the new installation and with the new
installation directory as the appropriate argument, the script will fail
when loading the system tables:

dbmcli on testcreate>ERR
-24964,ERR_EXECUTE: error in program execution
7,""D:\HYPE\SOFTWARE\SAPDB\DEPEND\bin\xload" -S INTERNAL -n GYSI -d
TESTCREATE -
u dba,* -b \"D:\HYPE\SOFTWARE\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      20020320 00162535
/ *
/ M RC = 7    Some SQL error has occured
/ *

The error occurs in the following line of the modified create_demo_db
script:
dbmcli -d %SID% -u dbm,dbm load_systab -u dba,dba -ud domain

Maybe the SAPDB runtime depends on registry values, which in my case still
point to the old installation?

Thanks for any hints,
J�rg.

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

Reply via email to