Hi Experts,
I tried to install s4 by myself a few days ago.
My server is x3650 m3 with 96GB memory, the VMware can take up 64GB memory.
I intalled Sesu 11 sp3 and Hana database on the VMware. it looks good. the status can be shown in Hana studio as green lights.
Then i tried to install S4 1511 on premise edtion in the same server.
Error occurs in the step of importing ABAP.
in the file import_monitor.java.log:
Import Monitor jobs: running 5, waiting 1, completed 23, failed 0, total 29.
Loading of 'SAPSSEXC' import package: ERROR
in the file sapssexc.log, one error is this, the others are the similar:
DbSl Trace: execute(), rc=1, rcSQL=2048
DbSl Trace: EXECUTE on connection 0, rc=2048
ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed
(ALTER TABLE "T100" ADD CONSTRAINT "T100~0" PRIMARY KEY ( "SPRSL", "ARBGB", "MSGNR" ) )
DbSlExecute: rc = 99
(SQL error 2048)
error message returned by DbSl:
column store error: define unique constraint error: [1000002] exception 1000002:
ltt/impl/memory.cpp:86
Allocation failed ; $size$=131072; $name$=temp_dimensions; $type$=pool; $inuse_count$=23; $allocated_size$=1573568
exception 1000002:
ltt/impl/memory.cpp:86
Allocation failed ; $size$=65599; $name$=temp_other; $type$=pool; $inuse_count$=2; $allocated_size$=131198
in the parameters global.ini, i already set the global_allocation_limit=8000000.
can anyone tell me what is wrong with my setting? how to solve it?
Thanks in advance.