FCCS: DBO migration generates error with FCCS_70 script: Cannot assign objects of different
Content
Hi all
We have noticed that after migrating to DSO, a new error is generated with FCCS_70 script:
FIX (@REMOVE(@RELATIVE("FCCS_ClosingBalance",0),"FCCS_OpeningBalance"), @REMOVE(@LEVMBRS("Contribution", 0),"No Contribution"), "Parent Currency", "FCCS_Elimination")
"Investments plug account"(
@MEMBER(@CONCATENATE("C_",@SUBSTRING(@NAME(@CURRMBR("Entity")),1 )))->"Investments plug account"="Investments plug account";
ENDFIX
------------------------------------
The same script under a non DSO application does not generate this issue.
Looking around, I found that on Premise this error used to be linked to Attributes, but we do not use Attributes.
We have no idea why this is causing the error.
Thank you