Hi Experts,
I am using BPC 7.5M , I am getting error "Error in RunLogicAgainstSelection: The key is already associated with an element of this collection"while validating logic. We have not made any changes and yesterday there was no error. However today for all the application to application copy script logics validations are failed with the same error message.
One of the validation failed script logics.
*WRITE_TO_FAC2
*PROCESS_FAC2
*SELECT(%ENTITY%, "[ID]", "ENTITY", "[ConsolHCEntity]<>''")
*XDIM_MEMBERSET ENTITY = %ENTITY%
*XDIM_MEMBERSET ACCOUNTHC=HEADCOUNTHM,HEADCOUNTOFC
// Included CON - Constant Currency Changed by: XXXX
*XDIM_MEMBERSET RPTCURRENCY=LC, USD, EUR, CON
*DESTINATION_APP=CONSOLIDATIONS
*ADD_DIM INTCO=NOINTCO
*ADD_DIM PC=NOPC
*SKIPDIM=EMPLOYEE
*SKIPDIM=IOCODE
*SKIPDIM=JOBGRADE
*SKIPDIM=JOBTYPE
*SKIPDIM=LOCATION
*SKIPDIM=SCENARIO
*RENAME_DIM EMPTYPE=ACCOUNT
*RENAME_DIM ACCOUNTHC=FN
*WHEN CATEGORY
*IS ACTUAL
*WHEN EMPTYPE
*IS Perm
*REC(FACTOR=1,EMPTYPE="HCPerm",ACCOUNTHC=CC.FUNCTION,ENTITY=ENTITY.ConsolHCEntity)
*IS Intern
*REC(FACTOR=1,EMPTYPE="HCIntern",ACCOUNTHC=CC.FUNCTION,ENTITY=ENTITY.ConsolHCEntity)
*IS DTemp
*REC(FACTOR=1,EMPTYPE="HCDTemp",ACCOUNTHC=CC.FUNCTION,ENTITY=ENTITY.ConsolHCEntity)
*IS NoEmpType
*REC(FACTOR=1,EMPTYPE="HCNoType",ACCOUNTHC=CC.FUNCTION,ENTITY=ENTITY.ConsolHCEntity)
*ENDWHEN
*ELSE
*ENDWHEN
*COMMIT
Please provide me your valuable inputs.
Thanks & Regards,
Kasi