Hello everyone,
I've been experiencing synchronization errors for a while, and I ran out of ideas.
The errors I get are different, depending on the type of synchronization I use (legacy or new) and on the date settings of my user (UK or US).
The two types of errors are:
UK regional settings:
Error: FormatException:String was not recognized as a valid DateTime. at System.DateTimeParse.Parse
Which are related to views based on queries with ranges of type date, normally with a default value.
US regional settings:
System.ArgumentNullException: Value cannot be null. at Microsoft.Dynamics.AX.Framework.Database.Tools.DataEntityTriggerSync.GenerateInsertStatementForDataSource
No more details in this case, just a generic Value cannot be null.
I restored an old backup of the database, and I restored the objects with Visual Studio Team Services to a version that is definitely working (UAT and Live are using the same objects).
When I do a full build I never get any error, and I tried both build and sync several times, and rebooted the server before doing that.
Anyone else with the same issues?