Hello everybody,
I am facing some issues in D365 F&O. So, I am trying to export in BYOD in uat environment the Sales transaction V2 entity, but I keep getting the following error:
<?xml version=/1.0/?><Errors><Error><ErrorCode>-2146233088</ErrorCode><SubComponent>Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper</SubComponent><Description>DMF2006 - at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.DMFEntityDBPackageExport.AddEntityDBDataFlowDestinationComponent(Package package, MainPipe dataFlowTask, IDTSComponentMetaData100 rowCountComponent)
at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.DMFEntityDBPackageExport.AddEntityDBDataFlowComponent(Package package, String commandText)
at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.DMFPackageControllerEntityDB.CreateAndExecutePackage(DMFEntityDBHelper entityDBHelper)
at DMFExecutePackage.PackageCreator.processByodEntity()
at DMFExecutePackage.Program.Main(String[] args)</Description></Error><Error><ErrorCode>-1073676279</ErrorCode><SubComponent>Microsoft.SqlServer.DTSPipelineWrap</SubComponent><Description>Exception from HRESULT: 0xC0010009 - at Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumnCollection100.get_Item(Object Index)
at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.DMFEntityDBPackageExport.AddEntityDBDataFlowDestinationComponent(Package package, MainPipe dataFlowTask, IDTSComponentMetaData100 rowCountComponent)</Description></Error></Errors>
error labelId:
In the meantime, I can export to XML files fine in uat5. And I can export fine this entity in BYOD in local dev machines.
I checked for differences between the local dev machines and the uat 5 and what I can find is this following warning on uat 5.
So for fields: ItemVersion and RFIDTAGID we have the field: Field configuration key value disbled and have the following values(respectively) on the field Field configuration key: EcoResProductVersion and RFID.
I went on SSMS and wrote the queries directly on the db to enable the field: Field configuration key value for fields: ItemVersion and RFIDTAGID and to empty the field:Field configuration key. Unfortunately when I open the entiy I am facing again the following warning(image below) and when I try to export the entity to BYOD on uat I keep getting the error that I have pasted above.
Can anyone help me please?
Thanks in advance.