Hi,
I've just try to migrate from Windows Oracle 10.2 to Windows ASE 15.7.132 my dev BW box. On target system, during the import I see this error messages:
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00002~0" ON "/BIC/000APR00002" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '"ALLIDRCAB3"'
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00004~0" ON "/BIC/000APR00004" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '" "'
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00005~0" ON "/BIC/000APR00005" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '"BA012P116AD-1A"'
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00006~0" ON "/BIC/000APR00006" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '" "'
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00007~0" ON "/BIC/000APR00007" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '"ALLIDRCAB3"'
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "/BIC/000APR00009~0" ON "/BIC/000APR00009" ( "FLD001" ) with consumers = 3 )
DbSlExecute: rc = 99
(SQL error 1505)
error message returned by DbSl:
[ASE Error SQL1505][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Create unique index aborted on duplicate key. Primary key is '"ALLIDRCAB3"'
I've read note number 1828873 - SYB: Index corruption during system copy
but it's not applicable due ASE versione 15.7.132
Have you got any idea?
Thank you so much.