cancel
Showing results for 
Search instead for 
Did you mean: 

ECC Install failure 6.0(again........)

ravi_raman2
Active Contributor
0 Kudos

This is a weird problem..

TRACE [iaxxbdbld.cpp:997]

CR3ldStep::startR3ldProcesses lib=iamodload module=CR3ldStepTST_FINISHED: 16

TRACE [iaxxbdbld.cpp:997]

CR3ldStep::startR3ldProcesses lib=iamodload module=CR3ldStepTST_FINISHED: 17

TRACE [iaxxbdbld.cpp:997]

CR3ldStep::startR3ldProcesses lib=iamodload module=CR3ldStepTST_FINISHED: 18

<b>TRACE [iaxxejsbas.hpp:270]

EJS_Base::dispatchFunctionCall() JS Callback has thrown std::ESAPinstException: ESAPinstException: error text undefined

TRACE [iaxxcwalker.cpp:301]

CDomWalker::processStep() </b>

Can anyone tell me what i need to do to fix this..

System specs..win2003 Server sp2, this is a MCOD install......

Can someone point me in the right direction..............

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

Before restarting the import delete the following tables with database means: SDBAH, SDBAD, DBSTATC, SAPDBAPRIV,

DBSTATTORA, DBSTATIORA, DBSTATHORA, DBSTAIHORA

You can delete with one of the tools sqldba, svrmgrl or sqlplus: drop table sapr3.<tabname>; After this, you can restart the load with R3INST.

Award points if helpful

Regards

Umesh

ravi_raman2
Active Contributor
0 Kudos

Gurus,

More info..the install failed the first time since there wasnt enough space on the fileSystem, failed on the Database load part at the final step ...., so i stopped the install and increased space then re-ran the install...this time i also found this in the logs..

(DB) INFO: /BEV1/CLCONT1~001 created #20070928105105

(DB) ERROR: DDL statement failed

(CREATE TABLE "/BEV1/CLDEB" ( "MANDT" VARCHAR2(9) DEFAULT '000' NOT NULL , "KUNNR" VARCHAR2(30) DEFAULT ' ' NOT NULL , "ANRED" VARCHAR2(45) DEFAULT ' ' NOT NULL , "NAME1" VARCHAR2(105) DEFAULT ' ' NOT NULL , "NAME2" VARCHAR2(105) DEFAULT ' ' NOT NULL , "NAME3" VARCHAR2(105) DEFAULT ' ' NOT NULL , "NAME4" VARCHAR2(105) DEFAULT ' ' NOT NULL , "ORT01" VARCHAR2(105) DEFAULT ' ' NOT NULL , "ORT02" VARCHAR2(105) DEFAULT ' ' NOT NULL , "PFACH" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PSTL2" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PSTLZ" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PFORT" VARCHAR2(105) DEFAULT ' ' NOT NULL , "LAND1" VARCHAR2(9) DEFAULT ' ' NOT NULL , "REGIO" VARCHAR2(9) DEFAULT ' ' NOT NULL , "STRAS" VARCHAR2(90) DEFAULT ' ' NOT NULL , "COTGR" VARCHAR2(9) DEFAULT '000' NOT NULL , "SPRAS" VARCHAR2(3) DEFAULT ' ' NOT NULL , "TELX1" VARCHAR2(90) DEFAULT ' ' NOT NULL , "TELF1" VARCHAR2(48) DEFAULT ' ' NOT NULL , "TELFX" VARCHAR2(93) DEFAULT ' ' NOT NULL , "TELF2" VARCHAR2(48) DEFAULT ' ' NOT NULL , "TELTX" VARCHAR2(90) DEFAULT ' ' NOT NULL , "TELBX" VARCHAR2(45) DEFAULT ' ' NOT NULL , "DATLT" VARCHAR2(42) DEFAULT ' ' NOT NULL , "MATNR" VARCHAR2(54) DEFAULT ' ' NOT NULL , "CODE" VARCHAR2(12) DEFAULT ' ' NOT NULL , "MAXGE" NUMBER(12,3) DEFAULT 0 NOT NULL , "STEUNR" VARCHAR2(60) DEFAULT ' ' NOT NULL , "KAISCH" NUMBER(3) DEFAULT 0 NOT NULL , "DOOR" VARCHAR2(12) DEFAULT ' ' NOT NULL , "FREIGT" VARCHAR2(120) DEFAULT ' ' NOT NULL , "PAID" NUMBER(13,2) DEFAULT 0 NOT NULL , "SALES" VARCHAR2(12) DEFAULT ' ' NOT NULL , "NACHL" VARCHAR2(12) DEFAULT ' ' NOT NULL , "JA" VARCHAR2(3) DEFAULT ' ' NOT NULL , "GRENZE" VARCHAR2(6) DEFAULT ' ' NOT NULL , "VERPTX" VARCHAR2(150) DEFAULT ' ' NOT NULL , "KUNDE" VARCHAR2(60) DEFAULT ' ' NOT NULL , "ERGEI" VARCHAR2(9) DEFAULT ' ' NOT NULL ) TABLESPACE PSAPPRD STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )

DbSlExecute: rc = 102

(SQL error 955)

error message returned by DbSl:

ORA-00955: name is already used by an existing object

(DB) INFO: disconnected from DB

i guess since the objects were created before during install..........its not able to create them again...is there a way to change the installer where it ignores if step has already been done...........any IDEAS....!!!!!!!

Ravi