cancel
Showing results for 
Search instead for 
Did you mean: 

Problem by heterogeneus migration with R3load 4.6. Tables are missing

Former Member
0 Kudos

Hello,

We have performed a Homogeneous system copy from P01-> I06 and the

R3load export of I06 database, as the customer needed

we have performed two exports, both ended successfully:

- D:\EXPTEST (This is the primary export,

should be used by customer for system setup, export created by R3load

4.6D)

- E:\EXP640 (This is kind of backup export,

should be used as alternative only, export created by R3load 6.40)

The customer informed us that when importing the export created by

R3load 6.40, everything is OK.

When importing the export created by R3load 4.6D, he sais that there

are table missing, as you can see below. Not only the A013 Tablelle,

but also A014 , A015.

The customer needs the export (sorted) executed with the 46D_EXT-Tools,

because he wants to import into an HP Server with SLES10 SP3 64bit and

MaxDB 7.6.

There is an SAP Note (715701) that describes the procedure when

migrating an existing database to MaxDB.

and there it says:

For the migration to SAP DB, you need the Extended Kernel (Ext.) CD for

the relevant R/3 Release.

For the export, you need the correct Extended CD for your R/3 release

and for the existing database system

Can you please advice us how we should proceed in this case?

The 4.6D Export tool can answer to the customer needs in this case?

Can the customer use also the 6.40 Tool instead?

Thank you very much for your help

SAPVIEW.log:

#Trying to create view "/1SAP1/CNV_C0005"

(IMP) ERROR: CREATE statement failed for object "/1SAP1/CNV_C0005"

(CREATE VIEW "/1SAP1/CNV_C0005"

( "MANDT", "VROWID", "KOKRS", "KNUMH" ) AS SELECT T0001."MANDT",

T0001."ROWID", T0001."KOKRS", T0001."KNUMH"

FROM "A013" T0001)

DbSlExecute: rc = 107

(SQL error -942)

error message returned by DbSl:

Unknown table name:A013

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

could you please check if the mentioned tables does exists on source database?

sqlplus> SELECT owner,table_name,bytes  from dba_segments where table_name='A013';

if so, check if they have been exported,as 4.6 R3load can't create TSK files, check log file and/or STR file if there are entries for these tables.

Stanislav

Former Member
0 Kudos

Thank you for your answer Markus.

We have indeed used the right tool for the export. It ended successfully.

The customer made the import, but they are saying that these A013 A014 tables are missing.

can you please guide me to see where the mistake was?

thank you

markus_doehr2
Active Contributor
0 Kudos

To export and import a 4.6c system you need to use the 4.6c tools (46D_EXT), you can't use the 6.40 tools.

Markus