cancel
Showing results for 
Search instead for 
Did you mean: 

DB6 : System copy import database with splitted_load

04-26-2021 1:47 PM
former_member13267 Participant
1364 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Dear all,

is there any online documentation for the fabled ,,splitted_load" option for system import ?

I've been asked by SAP to use that option, they even showed me a note

https://launchpad.support.sap.com/#/notes/1058437

it briefly describes the splitted_load option, but it doesn't give any hints, how to use it properly, the only requirement is that the table is splitted beforehand, and that the table has no indexes yet.
But how can I use it with swpm ? Can that option be used with automatic swpm ?
How can I make swpm import data before creating indexes ?
Best regards,
Peter

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Frank-Martin
Product and Topic Expert
Product and Topic Expert

Hi Peter,

I am no SWPM expert but you may not be able to use the R3load option SPLITTED_LOAD with SWPM because of the way SWPM orchestrates R3load with one MigMon instance. When using SPLITTED_LOAD for some tables it needs to be ensured that the first CREATE INDEX step is executed only after all data parts of the table have been loaded (into temporary tables). The first CREATE INDEX statement then triggers the merge of the data from the temporary tables into the target table.

I know that the SPLITTED_LOAD option has been used with success by IBM migration experts. However as far as I know the used scripts to start the R3load processes for the SPLITTED_LOAD tables.

Regards
Frank

maria_shen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Peter,

As you know in below thread, the splitted_load is a kind of expert option that is not easy to use with SWPM and Migmon.

VBFA / KOCLU / CDCLS migration

This may require to call the R3load manually, which can not be fully achieved via 'automatic' SWPM.

Thank you.

Kind regards
Maria

SabineReich
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Peter, the system copy guides are available here, maybe this helps?

System Copy - Target Databases Other than SAP HANA

Kind regards, Sabine

former_member13267
Participant
0 Likes

Hi,

I'm well aware of that guide, but thanks for the link 😉

It does not have the proper information sadly.

Peter