Hi, everyone. I have encounter an issue when installing ERP6.0 EHP7 on HANA. An error occurs during Import ABAP phase which says Program “Migration Monitor” exits with error code 103. I have check import_monitor.log, where there is a package import fail. The failed package is SAPSSEXC. I have check the HANA DB, a DB dump had been observed during import phase. And in the SAPSSEXC.log, there is an error says "
(IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
rc = 99, table "DYNPSOURCE"
(SQL error -10807)
error message returned by DbSl:
System call 'recv' failed, rc=104:Connection reset by peer
after this, all the errors looks like this
(DB) ERROR: DDL statement failed
(CREATE COLUMN TABLE "ENHA_TMDIR" ( "CLASSNAME" NVARCHAR(30) DEFAULT '' NOT NULL , "METHODINDX" NVARCHAR(5) DEFAULT '00000' NOT NULL , "METHODNAME" NVARCHAR(61) DEFAULT '' NOT NULL , "ENHANCEMENT" NVARCHAR(30) DEFAULT '' NOT NULL , "COMPUNIT" NVARCHAR(30) DEFAULT '' NOT NULL ) )
DbSlExecute: rc = 99
(SQL error -10821)
error message returned by DbSl:
Session not connected
Can anybody help me on this? I have stucked in this phase for over a week..... Thanks in advance.