2015 Oct 12 4:08 PM
Hello
We're using Emigall to migrate BP- Partner data into the system. We have to migrate 360.000 registers.
First we use parallel background processing to load 30.000 register in each one.
We notice the perfomance was very bad, so we decided to stop the load.
In our second attempt we applied the following SAP Notes in our system
First of all we deactivate CRM replication with BF11 transaction (BD-MID)
Then applied the following notes in our system.
168960 - Deactivate statistics update for migration
459434 - Performance PARTNER / CONNOBJ (Change documents address)
805551 - CONNOBJ: Change documents, address
436715 - Switching on local posting with migration
We also check the following ones (but are not suituable in our SAP version):
713101 - Performance problem during check of form of address
720223 - Change documents are written when migrating from BP
735229 - Inperfomant accesses within ISU_Partner_Memory_Get
752926 - Unnecessary accesses on table ECUS760709 - Change Document for Tax Number not suppressed
713659 - IS migration - Performance increase with access to KSM
752943 - Performance - Update migration statistics only with commit
759426 - Commit buffering does not perform with migration object
In this second attempt we started over 8.000 reg/hour but then performance gets very bad to 1.000 reg/hour
Any idea or suggestion?
2015 Oct 18 9:17 AM
Hi Eduardo.
The PARTNER performance issue is, unfortunately, known. I had the same issue and I tried all the steps you did. Disabling the integration with CRM (BC-MID) brought 20% improvement, on my server, but that still wasnt enough.
What I did, and what I can suggest you to try, is to make a distributed load with small amounts of data. Make that 500 or 1000 business partners per job. Make sure (with your BC team) that you have enough available background job slots. You could try with 10 to 20 parallel jobs. For additional improvement, you could try disabling writting statistics and changing the commit interval.
Hope this helps.
Marko
2015 Oct 18 9:17 AM
Hi Eduardo.
The PARTNER performance issue is, unfortunately, known. I had the same issue and I tried all the steps you did. Disabling the integration with CRM (BC-MID) brought 20% improvement, on my server, but that still wasnt enough.
What I did, and what I can suggest you to try, is to make a distributed load with small amounts of data. Make that 500 or 1000 business partners per job. Make sure (with your BC team) that you have enough available background job slots. You could try with 10 to 20 parallel jobs. For additional improvement, you could try disabling writting statistics and changing the commit interval.
Hope this helps.
Marko
2015 Oct 18 8:06 PM
We finally has done the following:
Our basis team have adjusted some Oracle parameters at BD level.
2015 Oct 19 11:47 AM
Hi Eduardo,
Just check if CRM_REPL_OFF flag is set to 'X' in the customizing setting in EMIGALL.
CRM replication should be done only after migration is completed.
Regards,
Chandandeep.
2015 Oct 19 4:29 PM