Skip to Content
0
Former Member
May 13, 2015 at 06:52 AM

Installation Phase "Import ABAP" Obstacle

121 Views

Dear,

According to SAPNTAB.log, it looks like a database issue; but I'm not sure about it. Error message below shows that my DB failed to import. This is what I understand. If the error comes to DB, how do I fix it? If not, can anybody help me to work on this issue?


I just provide some of error message from SAPNTAB.log. If full message is needed, I could provide. By the way, I've already read the note, but I don't get it.

import_monitor.log

ERROR: 2015-05-13 11:30:32 com.sap.inst.migmon.LoadTask run

Loading of 'SAPNTAB' import package is interrupted with R3load error.

Process 'C:\usr\sap\SMP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -c 99000000 -loadprocedure fast' exited with return code 2.

For mode details see 'SAPNTAB.log' file.

Standard error output:

sapparam: sapargv(argc, argv) has not been called!

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

SAPNTAB.log

[ASE Error SQL30128:HY000][SAP][ASE ODBC Driver]Data overflow. Increase specified column size or buffer size

(IMP) ERROR: ExeFastload: rc = 2

(DB) INFO: DDNTF_CONV_UC~0 created

(DB) INFO: DDNTT created

(SYB_IMP) ERROR: DbSlEndModify failed

rc = 99, table "DDNTT"

(SQL error 30128)

error message returned by DbSl:

[ASE Error SQL30128:HY000][SAP][ASE ODBC Driver]Data overflow. Increase specified column size or buffer size

(IMP) ERROR: EndFastload: rc = 2

(DB) ERROR: DDL statement failed

(CREATE UNIQUE INDEX "DDNTT~0" ON "DDNTT" ( "TABNAME" ) )

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 '""'

Thanks