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

Legal Consolidations package runs, but 0 records submitted

Former Member
0 Likes
274

Hi Everyone,

I'm working on a BPC Consolidations Demo, and for some reason I'm having an issue running my Consolidations package. The package runs successfully, but 0 records are submitted. Please advise!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Sorry, but without detailed information this question is equivalent to "BPC is not working, please help!"

Vadim

Former Member
0 Likes

Hi Vadim,

Thank you for your response. Which others details would you like me to provide that may be helpful to you? I went over my Master Data, business rules, and logic script to make sure it's all configured properly. I cleared out my rates model, and re-loaded the data.

This is the logic script I currently have for my consolidations and currency conversion:

*RUN_PROGRAM CURR_CONVERSION

CATEGORY = %CATEGORY_SET%

GROUP = %SCOPE_SET%

TID_RA = %TIME_SET%

//OTHER = [ENTITY=%ENTITY_SET%]

RATEENTITY = GLOBAL

*ENDRUN_PROGRAM

*RUN_PROGRAM CONSOLIDATION

CATEGORY = %CATEGORY_SET%

GROUP = %SCOPE_SET%

TID_RA = %TIME_SET%

*ENDRUN_PROGRAM

My controls, currency translation, and equity pick up run without a problem. My consolidations run, however 0 records are submitted. Please let me know if I can provide you with any other details.

Thank you!

former_member186338
Active Contributor
0 Likes

I can recommend you to start with IFRS Kit and read all IFRS Kit documentation. Then you will be able to understand your issues.

Vadim

Former Member
0 Likes

Did you also check your ownership data?

damovand
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

As a general rule for trouble shooting business rules, you should simplify your scope.  By that I mean you need to identify the specific rule that is not working. The following is a list of steps I take to trouble shoot this type of problems:

  1. Find the specific rule that is not returning data.  In your case is CT or Consolidation causing the problem and if you have multiple rules for CT or consolidation which one is causing the problem?
  2. Once you identify the rule, you can find the specific data region based on the rule configuration, and what you are passing to the script logic.
  3. After step two you need to do two things,
    1. Check the master data configuration for the members tat fall within the scope of the rule to ensure they correctly configured
    2. Query the transaction data that fall within the scope of the rule for both source and target
  4. Check presence of data in ownership cube for the data region within the scope of the rule.

In my experience most of the times going through the above details reveals the problem.
  There is only one caveat to this, to simplify the rules you will need to work on a copy of your BPC environment where you can remove the rules as you are testing.

Best Regards,

Leila

Former Member
0 Likes

Hi Arnold,


Yes, I checked the ownership data, and everything seems to be fine.

Former Member
0 Likes

Hi Leila,

I will go ahead and try the steps you have mentioned. Thank you for your response.