Hi All,
Environment : D365 F&O Version 10.0.6 PU30.
We are using Vendor, Customer and Project as financial dimensions. It's working fine, When calculating the Trial Balance by using Main account and Main Account + Vendor and Main Account + Customer.
But, I am getting the below error when calculate the Trial balance by Main Account + Project Combination.
session 1025 (Admin)
UPDATE tempdb."DBO".t12042IISdev85ac10b8fa146528_C3683F93651C4DA18E71D08450782412 SET DIMNAME2 = DimAttributeProjTable.Name FROM DimAttributeProjTable WHERE tempdb."DBO".t12042IISdev85ac10b8fa146528_C3683F93651C4DA18E71D08450782412.DIMENTITYINSTANCE2 = DimAttributeProjTable.KEY_ AND DimAttributeProjTable.PARTITION = 5637144576 AND tempdb."DBO".t12042IISdev85ac10b8fa146528_C3683F93651C4DA18E71D08450782412.PARTITION = 5637144576
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]String or binary data would be truncated.
Object Server Azure:
Cannot execute the required database operation. The SQL database has issued an error.
Its throwing error on when selecting Project Id combination. I guess that, Issue is because of few Project id's having the Symbol of hyphen "-". For e.g. P3507-AB
Earlier COA delimiter was hyphen "-". Now, I have changed the COA delimiter as bar symbol "|". After that, I can see all the vouchers are updated as like delimiter with Symbol "|".
Then, cleared the existing balances and then rebuild (created & Updated) the balances by using Financial dimension sets. Still getting the same error.
Please provide your views to resolve the issue.
Thanks