cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

BPC 10.0 DM Package Performance issue after clear run

Former Member
0 Likes
308

Hello Expert ,

BPC version 10.0

Patch : 20

Normally while running default logic  ( Which Included with BADI for calculation of depreciation and allocation ) its taking very less time but now system is taking 2-3 hours to run the package.

We have run the clear package after light optimization 7-8 times .

So is the clear package causes the performance issue in the system ?

Also some of the report with context selection giving time out error.

But after light optimization everything is working fine.

Kindly suggest on the same.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

You have to run light optimization with zero elimination after running clear package!

Clear will simply add records to have zero result.

former_member186338
Active Contributor
0 Likes

P.S. Sample:

For some intersection you have record: 10

After running clear package you will have 2 records: 10 and -10 (zero in total)

After running light optimization without zero elimination you will have 1 record: 0

After running light optimization with zero elimination you will have no records!

Former Member
0 Likes

Hi Vadim ,

We are doing light optimization with zero elimination but still there is issue of performance from few days .

is it because we are running to many clear packages ?

Former Member
0 Likes

Each clear package generating 7-8 millions of records

former_member186338
Active Contributor
0 Likes

Light optimization with zero elimination AFTER clear!!!

former_member186338
Active Contributor
0 Likes

Nothing strange!