Hi All
We are doing a SP update on a sandbox system ( ERP600 EHP6 SP06 -> SP13, Using SUM
). The sandbox system is a system copy ( refresh/Database-Specific, DMD->ZMD).
We see similar issue that is described in http://scn.sap.com/thread/619392. Unfortunately no final solution is add to that thread.
After the system copy all tablespace names were changed and tables TADB6, TSDB6 and IADB6
were updated, ref system copy guide/Database-Specific System Copy, 5.4 IBM DB2
for Linux, UNIX, and Windows Specific.
The SUM process stops in “tp” step during preparation phase, referring to old
tablespace name,
Step executed:
"/usr/sap/ZMD/DVEBMGS00/exe/tp
pf=/usr/sap/ZMD/SUM/abap/var/MVNTTOOL.TPP
mvntabs ZMD"
From "SUM" logs
2EETP345
16:08:01: Retcode 512: SQL-error "-204-SQL0204N "DMD#BTABD"
is an undefined name. SQLSTA
2EETP345 TE=42704" in DDL statement for "PUTTB_SHD_1 "
DDL statements shows in table TATAF, and we see statements including the old
tablespace name in that table.
If we manually change the tablespace name in table TATAF ( SE38, report: RUTTATAF )
from DMD# to ZMD#, the SUM process continue few steps, but then again stops due
to same issue.
Searching SYSCAT for DB ( SYSCAT.TABLES, SYSCAT.TABLESPACES ) shows no findings on "DMD#"
All table buffers reset ( /$SYNC )
DMD" does not show in system profiles /SYS/profile/* or in environment settings
except for environment var dbs_db6_schema=sapdmd, dbs_db6_user=sapdmd
( - but this is as described in system copy guide, IBM DB2 for Linux, UNIX, and Windows-Specific Procedures: "You cannot
change the name of the database schema. The name of the database schema is the same
as that of the source system." )
All feedback will be appreciated.
Hanne