Hi All,
I have a Data Manager Package in SAP BPC that has been running for more than 26 hours in the quality system now.
Could someone please help me understand what could be the possible reasons?
I am looping almost 180 entities from the BPC script logic, and calling the UJ_CUSTOM_LOGIC badi implementation
for each entity. Approx 5000 writeback entries are generated for each entity inside CT_DATA.
We ran the Test for the same Data load several times , but we have been getting contrasting results in terms performance each time
The first time : the package completed after 19 hours , the second time it took just 7 hours , the third time it took 9 hours to complete ... and just yesterday it has been running non stop, so the basis guys had to kill the process.
Today, It has been running non stop again.
So, I did a test for a single entity in quality system:-
The badi takes approx 10 seconds to execute, but the package itself took 40 minutes to complete and wrote back around 4500 records.
In the Dev system
The DM package has been running fine in the Dev system, The package takes approx 30 seconds per entity , but with a reduced data load of course.
A test for all entities in Dev approx took 2 hours to complete, which i believe is acceptable... But the issue seems to be only in the QPC system.
Could someone throw some light on what exactly must be going wrong?