Hi Experts.
We are in BPC 7.5 MS SP11 Patch1.
My question is the following: Can I run 2 consecutive consolidations in the same DM Package? (I am trying doing a Legal consolidation separating two different groups by ',' .
In my tests I get two errors:
SPRUNCONVERSION VERSION 7.5.112.07
*ERROR* FX-130 No group available
SPRUNCONSO VERSION 7.5.112.06
*ERROR* CSD-080 No group available
Looking in the forum, I have identified some messages suggesting that I should review if these groups have CURRENCY_TYPE=”G”.
I have already check that this is is O.K. in my dimension
For reference, here is my scriptlogic:
//Conversion to group currency
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%], [%CATEGORY_SET%], [%GROUPS_SET%],[GLOBAL], [%SCOPETABLE%],[%LOGTABLE%])ON_ERROR_CONTINUE
*commit
//Consolidation process
*RUN_STORED_PROCEDURE = SPRUNCONSO([%APP%], [%CATEGORY_SET%], [%GROUPS_SET%], [%SCOPETABLE%],[%LOGTABLE%])ON_ERROR_CONTINUE
*commit
Any ideas?