I'm now in the middle of upgrating data from AX2012 R2 (with SQL Server 2012) to Dynamics 365.
Everything went well during preparation of database "bacpac" file, which will be made in AX2012 and transfer into Dynamics 365 (Tier2 with SQL Azure)
Reference;
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/migration-upgrade/upgrade-data-sandbox
However, when I run the export command from command prompt, many errors occured as below and the bacpac was not created.
Error SQL71564: The element Full-text Index on [dbo].[VENDTABLE] is not supported when used as part of a data package (bacpac).
Error SQL71564: The element Full-text Index on [dbo].[ECORESCATEGORYTRANSLATION] is not supported when used as part of a data package (bacpac).
Error SQL71564: The element Full-text Index on [dbo].[CATEXTERNALCATALOG] is not supported when used as part of a data package (bacpac).
Error SQL71564: Element Table: [dbo].[BUDGETMODEL] has an unsupported property IsChangeTrackingOn set and is not supported when used as part of a data
package.....
In this forum, I saw many post regarding import error of bacpac file, but not for exporting.
Have anyone faced and handle the related issue before?
Any reference or comment would be appreciated.
Best regards,
Mai
*This post is locked for comments
I have the same question (0)