Dear Experts,
I'm trying to migrate the Oracle 11G to MaxDB 7.9, I'm stuck on ABAP Import Phase and near to end.
I got 2 failed packages.
Here are the error:
(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
rc = 26, table "E071K"
(DB) ERROR: DDL statement failed
(DROP INDEX "E071K~ULI" ON "E071K")
DbSlExecute: rc = 103
(SQL error -4011)
error message returned by DbSl:
POS(13) Unknown index name:E071K~ULI
(IMP) INFO: a failed DROP attempt is not necessarily a problem
(DB) INFO: E071K~ULI created#20151109195151
DbSl Trace: EXECUTE on connection 0, rc=-1452 (POS(1) Duplicate secondary key)
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "ZMIMT_DRP_STO~Z01" ON "ZMIMT_DRP_STO" ( "MANDT" , "MATNR" , "STO_MONTH" , "STO_YEAR" ) )
DbSlExecute: rc = 99
(SQL error -1452)
error message returned by DbSl:
POS(1) Duplicate secondary key
(DB) INFO: Savepoint on database executed#20151109222321
Kindly aid me how to solve this issue. Really appreciate for your response.
Thank You
Edy