cancel
Showing results for 
Search instead for 
Did you mean: 

Hetrogeneous System Copy MaxDB ECC6 ABAP only

Former Member
0 Kudos

All,

During a hetrogeneous system copy from Windows/SQL tot Linux/MaxDB I ran into an issue during the import phase.

Tried to restart it, but came back with the same error:

The error:

/usr/sap/ECV/SYS/exe/run/R3load: START OF LOG: 20110221080631

/usr/sap/ECV/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP

/usr/sap/ECV/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jan 23 2008 17:39:05

/usr/sap/ECV/SYS/exe/run/R3load -i SAPAPPL2_2.cmd -dbcodepage 4103 -k 1G5fdEM50DmIrBzjt6TE5Pae -l SAPAPPL2_2.log -nolog -c 10000

(DB) INFO: connected to DB

(DB) INFO: The MaxDB logwriter is switched off#20110221080631

(GSI) INFO: dbname = "ECV "

(GSI) INFO: vname = "ADABAS D "

(GSI) INFO: hostname = "magsvl05 "

(GSI) INFO: sysname = "Linux"

(GSI) INFO: nodename = "magsvl05"

(GSI) INFO: release = "2.6.18-238.1.1.el5"

(GSI) INFO: version = "#1 SMP Tue Jan 4 13:32:19 EST 2011"

(GSI) INFO: machine = "x86_64"

(DB) INFO: OIREBLSTPLT~0 dropped#20110221080637

(DB) ERROR: DDL statement failed

(ALTER TABLE "OIREBLSTPLT" ALTER PRIMARY KEY ( "MANDT", "SPRAS", "BLPLACE" ) )

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) ERROR: DDL statement failed

(DELETE FROM "OIREBLSTPLT")

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) INFO: disconnected from DB

/usr/sap/ECV/SYS/exe/run/R3load: job finished with 2 error(s)

/usr/sap/ECV/SYS/exe/run/R3load: END OF LOG: 20110221080637

/usr/sap/ECV/SYS/exe/run/R3load: START OF LOG: 20110221081026

/usr/sap/ECV/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP

/usr/sap/ECV/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jan 23 2008 17:39:05

/usr/sap/ECV/SYS/exe/run/R3load -i SAPAPPL2_2.cmd -dbcodepage 4103 -k 1G5fdEM50DmIrBzjt6TE5Pae -l SAPAPPL2_2.log -nolog -c 10000

(DB) INFO: connected to DB

(DB) INFO: The MaxDB logwriter is switched off#20110221081026

(GSI) INFO: dbname = "ECV "

(GSI) INFO: vname = "ADABAS D "

(GSI) INFO: hostname = "magsvl05 "

(GSI) INFO: sysname = "Linux"

(GSI) INFO: nodename = "magsvl05"

(GSI) INFO: release = "2.6.18-238.1.1.el5"

(GSI) INFO: version = "#1 SMP Tue Jan 4 13:32:19 EST 2011"

(GSI) INFO: machine = "x86_64"

(DB) INFO: OIREBLSTPLT~0 dropped#20110221081030

(DB) ERROR: DDL statement failed

(ALTER TABLE "OIREBLSTPLT" ALTER PRIMARY KEY ( "MANDT", "SPRAS", "BLPLACE" ) )

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) ERROR: DDL statement failed

(DELETE FROM "OIREBLSTPLT")

DbSlExecute: rc = 103

(SQL error -942)

error message returned by DbSl:

(DB) INFO: disconnected from DB

/usr/sap/ECV/SYS/exe/run/R3load: job finished with 2 error(s)

/usr/sap/ECV/SYS/exe/run/R3load: END OF LOG: 20110221081030

Any idea on how to fix this? The import is 58 done, 1 waiting and 1 failed (being the above message)

So almost done after this.

Tried to find something on the net but did not get anything concerning this.

Also tried to do the command from sql but that did fail.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member709110
Active Participant
0 Kudos

Have you checked if the table OIREBLSTPLT has been created or not ... bcoz it looks like it is unable to create the primary key ... so if by some reasons the table creation has failed th primary index will also fail.

Regards,

Neel