cancel
Showing results for 
Search instead for 
Did you mean: 

Install ERP to HANA Database

Former Member
0 Kudos

Hi Experts,

i'm facing with an error while installing ERP (EHP 7 ERP 6.0) to Hana Database (MDC) in phase "Import ABAP".

I have tried so far:

- begin the installation from the scratch

- Update Kernel Version

- Apply the last R3load Version

- R3load -merge_only DOKCLU.TSK

But nothing helped until now. Do have any ideas?

import_monitor.java.log:

Import Monitor jobs: running 1, waiting 1, completed 28, failed 0, total 30.

Loading of 'DOKCLU' import package: ERROR

DOKCLU.TSK:

T DOKCLU C ok

D DOKCLU I err

M DOKCLU C ok

P DOKCLU~0 C ok

U DOKCLU C ok

DOKCLU.log:

(BLD) INFO: sccsid "@(#) $Id: //bas/742_REL/src/R3ld/R3load/R3ldmain.c#7 $ SAP"

(BLD) INFO: kernel release 742 [UNICODE]

(BLD) INFO: data format 1.8

(BLD) INFO: patch number 38

(BLD) INFO: compiled on "Mar 24 2015 16:14:38"

(PRC) INFO: called "/usr/sap/AED/SYS/exe/uc/linuxx86_64/R3load -i DOKCLU.cmd -dbcodepage 4103 -l DOKCLU.log -c 100000 -loadprocedure

dbsl -rowstorelist /usr/sap/XED/install/rowstorelist.txt -decluster"

(PRC) INFO: process id 15038

(DB) INFO: connected to DB

(DB) INFO: NewDB Kernel version 1.00.121.00.1466466057

                         SQLDBC 1.00.120.032.1464894911.0

(RDI) WARNING: /install/SAPINSTCDS/ERP_EHP_Export/51048902/DATA_UNITS/EXPORT_6/DATA/DOKCLU.STR: cannot find version token "ver:" at l

ine 1

(RDI) WARNING: /install/SAPINSTCDS/ERP_EHP_Export/51048902/DATA_UNITS/EXPORT_6/DATA/DOKCLU.STR: unknown file format, assuming version

2

(RDI) INFO: /install/SAPINSTCDS/ERP_EHP_Export/51048902/DATA_UNITS/EXPORT_6/DATA/SAPDOKCLU.STR.logical has format version 3

(DCL) INFO: found logical cluster description for DOKCLU in /install/SAPINSTCDS/ERP_EHP_Export/51048902/DATA_UNITS/EXPORT_6/DATA/SAPD

OKCLU.STR.logical

(DB) WARNING: mass import for LOBs is not supported: current HANA database version '1.00.121.' is blacklisted (version is in the rang

e '1.00.051.000000' - '1.00.099.999999')

(DB) INFO: loading data in table "DOKCLU" with DBSL #20160804175406

(DB) INFO: DOKCLU deleted/truncated

(DB) INFO: DOKTL deleted/truncated

DbSl Trace: status of row 1/3542, status=-2, rc=129

DbSl Trace:   execute() of C_0007, #rec=0, rc=1, rcSQL=129

DbSl Trace: EXECUTE C_0007 on connection 0, rc=129

(IMP) ERROR: insert failed for table "DOKTL", rc = 99

  (SQL error 129)

  error message returned by DbSl:

transaction rolled back by an internal error: Memory allocation failed

...

(DDL) ERROR: no DDL for DOKTL

...

ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed

(ALTER TABLE "DOKTL" DROP CONSTRAINT "DOKTL~0")

DbSlExecute: rc = 99

  (SQL error 397)

  error message returned by DbSl:

invalid object name: invalid constraint name: line 1 col 37 (at pos 36)

...

ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed

(ALTER TABLE "DOKTL" ADD CONSTRAINT "DOKTL~0" PRIMARY KEY ( "ID", "OBJECT", "LANGU", "TYP", "DOKVERSION", "LINE" ) )

DbSlExecute: rc = 99

  (SQL error 2048)

Regards,

Ekrem

Accepted Solutions (1)

Accepted Solutions (1)

former_member182967
Active Contributor
0 Kudos

Hi Ekrem,

For error 'transaction rolled back by an internal error: Memory allocation failed', you need to extend the memory of HANA server to at least 64GB (better to be 96GB) for initial installation.

Regards,

Ning

Former Member
0 Kudos

Thank you Ning! You were right, as always.

Regards,

Ekrem

Answers (0)