Hi Andre
all setup is okay dimension in Application Tab with separator
i checked the account structure from the ledger everything is okay but as i said
i opened the debugger i found that the code go throw this class
DMFDimensionHelper::generateDynamicDimension( "MyLedgerDimension with "-" separator ") like "120012-BU01-export"
then validate the value from this table
DimensionAttributeValue::findByDimensionAttributeAndValueNoError(_dimensionAttribute, _dimensionValue, false, true);
and here he gives that error as i said although the dimension value exist in financial dimension
and i found that the DMFDimensionHelper::generateDynamicDimension method reads financial dimension for the main account different from the finanical dimension which is in the account structure
for example main account X should follow costcenter in accountStructre
the DMFDimensionHelper::generateDynamicDimension see the main account should have value from the financial dimension BusinessUnit
i tried to add the value of the costcenter in businessunit it doesn't give the error but it publish without dimesnion value only main account
i tried to create new account structure .. and also tried to remove the exist structure and add again to the ledger but same issue exist
any help ?