Hello experts!
We updating our system from ERP 6.0 to ehp7 using SUM . We've faced with a problem in phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE. In DBCLONE.ELG there is no any usefull information:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLONING ERRORS and RETURN CODE in DBCLONE01.DEI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 ETGCLN ************(084128)************
8 ETGCLN START CLONING TABLES
3 ETGCLN Reading E:\usr\sap\XXX\SUM\abap\mem\TAIATRANS.DAT
3 ETGCLN START DYNPSOURCE -> DYNPSOURCE~
3 ETGCLN Primary key strategy for current table is 0
1EETGCLN DYNPSOURCE
1EETGCLN Error when cloning shadow table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLONING ERRORS and RETURN CODE in DBCLONE02.DEI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 ETGCLN ************(084128)************
8 ETGCLN START CLONING TABLES
3 ETGCLN Reading E:\usr\sap\XXX\SUM\abap\mem\TAIATRANS.DAT
3 ETGCLN START REPOSRC -> REPOSRC~
3 ETGCLN Primary key strategy for current table is 0
1EETGCLN REPOSRC
1EETGCLN Error when cloning shadow table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CLONING ERRORS and RETURN CODE in DBCLONE03.DEI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 ETGCLN ************(084129)************
8 ETGCLN START CLONING TABLES
3 ETGCLN Reading E:\usr\sap\XXX\SUM\abap\mem\TAIATRANS.DAT
3 ETGCLN START /OSP/T_BM_CTX -> /OSP/T_BM_CTX~
3 ETGCLN Primary key strategy for current table is 0
1EETGCLN /OSP/T_BM_CTX
1EETGCLN Error when cloning shadow table
3 ETGCLN START /OSP/T_CON_VAR -> /OSP/T_CON_VAR~
3 ETGCLN Primary key strategy for current table is 0
1EETGCLN /OSP/T_CON_VAR
1EETGCLN Error when cloning shadow table
3 ETGCLN START /OSP/T_CORR_SAP -> /OSP/T_CORR_SAP~
3 ETGCLN Primary key strategy for current table is 0
1EETGCLN /OSP/T_CORR_SAP
1EETGCLN Error when cloning shadow table
In sm21 there are some oracle messages:
> ORA-00928: missing SELECT keyword
Database error 928
Database error 928 at EXE
How can we solve this problem ?
Thanx in advance.