on 2019 Jul 16 6:21 PM
Hello all -- running BPC 11 BW/4HANA
I am trying to run a simple allocation script, however, I am getting the following error message after running.
RUN_LOGIC:calc flow is configured error
Sample *ALLOCATION script I am running
*RUNALLOCATION
*FACTOR = 1.03
*DIM CATEGORY WHAT = Actual;WHERE = FinalPlan;
*ENDALLOCATION
**EDIT**
Hi Vadim,
Thank you for your quick response and link to posting about these details. Hopefully, I have provided enough for you to go off of. As a note, the same exact logic script works in my 10.1 NW environment. This example is using BPC 11.
Installed Software Component Versions

Installed Product Versions

Scenario:
using *ALLOCATION Logic to copy Actual to FinalPlan Category members (and increase values by 3%).
Sample Report Prior to Running:

Logic Script Entered in Default Logic
*RUNALLOCATION
*DIM CATEGORY WHAT = Actual; WHERE = FinalPlan
*ENDALLOCATION
Run Logic Steps

Package Log

Formula Log

Request clarification before answering.
Don't know if you had already found the answer, but we just ran into the same. We found this note:
2288220 - Allocation logic errors when executing in HANA
This was not completely relevant, as there were no multiple WHAT statements for the same dimension, but it pointed to an option to turn off the HANA calculations:
1960281 - Options to switch off specific allocations on HANA
Then if we changed the syntax to this:
*XDIM_MEMBERSET ENTITY=ASPCA01
*XDIM_MEMBERSET RPTCURRENCY=LC
*XDIM_MEMBERSET TIME=2015.01
*RUNALLOCATION
*ACCELERATOR=OFF
*FACTOR = 1.03
*DIM CATEGORY WHAT = Actual; WHERE = FinalPlan
*ENDALLOCATIONWhere *ACCELERATOR = OFF is the added syntax, it worked!
With kind regards,
Tim Vierhout
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.