Data Management - FCC to EPBCS - Error due to Dense Column Dimension
Summary:
We are setting up Data Management to move data from FCC to EPBCS. We are getting an Error due to the Dense Dimension in the Data Extract.
Content (required):
In August 2021, FCC provided the option to modify the Dense Structure from Account, to Period and Movement for Consolidation performance improvement. It is now the default in new Hybrid FCC application. When we set up the integration to FCC it is looking at the Account Dimension as the export column header.
{
DATAEXPORTCOLFORMAT ON;
DATAEXPORTDIMHEADER ON;
DATAEXPORTDRYRUN OFF;
DataExportRelationalFile OFF;
DataExportNonExistingBlocks OFF;
DataExportLevel ALL;
DATAEXPORTCOLHEADER "Account";
DATAEXPORTOVERWRITEFILE ON;
DataExportDynamicCalc OFF;
};
Here is the Essbase Error.
Tagged:
0