We are in the process of upgrading from BPC SP14 to BPC SP18 and all of our script logics are working fine in SP14 production environment, but the same logic is failing in SP18 environment.
For example the below code:
*XDIM_MEMBERSET CURRENCY=LOCAL
*XDIM_MEMBERSET CMACCT=A_VOLUME
*XDIM_MEMBERSET CMDRIVER=D_NONE
*XDIM_MEMBERSET CMVENDOR=V_99
*XDIM_MEMBERSET FIN<>F_99
*XDIM_MEMBERSET VERSIONBASE=MASTER
*XDIM_FILTER TIME=[TIME].PROPERTIES("YEAR")=$FISYR$
*XDIM_FILTER CMRAW=[CMRAW].PROPERTIES("BUYER")=$BUYERCODE$
*RUNALLOCATION
*FACTOR=1
*DIM CMACCT WHAT=A_VOLUME; WHERE=<<<
*DIM CMDATASRC WHAT=DS_BW; WHERE=DS_BW,DS_MANOVERRIDE,DS_NEGOVERRIDE,DS_AUTOOVERRIDE
*DIM PRDCNG_COPLANT WHAT<>P_NONE; WHERE=P_NONE
*ENDALLOCATION
*COMMIT
This logic fails and this is error we get:
RUN_LOGIC:
Suppressed zero-value records:8,109
Failed
Application: VOLUME Package Status : ERROR
When I go and look in the formula log, I do not see any errors.
We have a go-live on July 15th and struggling to resolve this, has anyone encountered this? Please help.
Attached is the screen shot of the error/ package log