Hi everybody,
We are making un upgrade in the development system from 7.00 to EHP6. In the test and production systems the upgrade worked fine, but we are finding serious problems in six tables in this system . The first error was in phase PARMVNT_SHD: 1452-ORA-01452: cannot CREATE UNIQUE INDEX and we had to delete many duplicate records and create the primary index in the database and finally to apply the note 589296. This note tells to do the next (for example):
select modeflag from SAPSR3."DDXTT~" where tabname = 'GLOSSARY1';
GLOSSARY1 was one of the six tables with problems. After doing that in the six tables, the upgrade continues. But now we are in the downtime, phase RUN_CRR_LAST and we got the next error in the same six tables:
A4 ESUPG 304 Start time.....: "13.08.2016" "13:01:19"
A4 ESUPG 002 " "
A4 ESUPG 001 -------------------------------------------------------------------------
A4 ESCRR 137 CRR_OPERATION with process nr "1" running in single mode
A4 ESCRR 114 Starting operation "CL_IUUC_TRANSFER" for task "GLOSSARY1"
A2EESCRR_IUUC 048 Inconsistency in logtable "/1CRR/LT00011508" for table "/1CRR/A000011508"
A2EESCRR_IUUC 142 Transfer of table "/1CRR/A000011508" with logtable "/1CRR/LT00011508" failed
A2EESCRR 143 Process "1" aborted
Anybody has any idea about this issue?
Best regards.