on ‎2016 Feb 05 8:41 PM
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!
Request clarification before answering.
Sorry, but without detailed information this question is equivalent to "BPC is not working, please help!"
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
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:
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
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 10 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.