And the first error in the log is:
Full build started 05/30/2021 22:17.
Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: 'CredManRiskValueDSO(21720)' Exception: Microsoft.Dynamics.Ax.Xpp.ClrErrorException: InvalidOperationException ---> System.InvalidOperationException: ValueFactory attempted to access the Value property of this instance.
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at Microsoft.Dynamics.Ax.Xpp.Metadata.StaticMetadataInitializer.RegisterMappings(CommonHandle tableHandle, IEnumerable`1 mappings, Boolean isForMap)
at Microsoft.Dynamics.Ax.Xpp.Metadata.MapHandleInitializer.ProcessMappings(CommonHandle commonHandle)
at Microsoft.Dynamics.Ax.Xpp.Metadata.StaticMetadataInitializer.CreateHandle(IMetadataSupport metadataSupport)
at Microsoft.Dynamics.Ax.Xpp.Metadata.TableHandleInitializer.ProcessMappings(CommonHandle commonHandle)
at Microsoft.Dynamics.Ax.Xpp.ManagedCommonImplementation..ctor(Common common)
at Microsoft.Dynamics.Ax.Xpp.CommonImplementationHelper.CreateCommonImplementation(Common common)
at Microsoft.Dynamics.Ax.Xpp.Common..ctor(Int32 tableId)
at Dynamics.AX.Application.CustTable..ctor()
at CustTable::CustTable(Object[] , Boolean& )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeNewObjCall(Type type, Object[] parameters)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeNewTableObj(String tableName, Object args)
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.<get_Record>b__58_0()
at Microsoft.Dynamics.AX.Data.Core.Helper.GeneralHelpers.ReturnOrCreate[T](T& field, Func`1 construct)
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.get_Record()
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.addDataSource(Object _arg, String _name, Boolean _emptyFieldList)
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.InitializeFromMetadata(AxQuerySimpleDataSource axDataSource, QueryDataSourceResolver resolver, List`1 pairs)
at Dynamics.AX.Application.RootQueryBuildDataSourceImplementation.InitializeFromMetadata(AxQuerySimpleDataSource axDataSource, QueryDataSourceResolver resolver, List`1 pairs)
at Dynamics.AX.Application.QueryBuilder.NewQueryFromAxQuerySimple(Query query, AxQuerySimple axQuery)
at Dynamics.AX.Application.QueryBuilder.NewQueryFromAxQuery(AxQuery axQuery, Boolean generateOnlyForView)
at Dynamics.AX.Application.ManagedQueryImplementation.NewQueryFromObject(Query newQuery, Object source)
at Dynamics.AX.Application.QueryImplementation.CreateImplementation(Query parent, Object _source)
at Dynamics.AX.Application.Query..ctor(Object _source)
at Microsoft.Dynamics.AX.Data.Management.ManagedSyncViewDDLBuilder.GenerateSelectQueryFromSyncObject(AxView view)
at Microsoft.Dynamics.AX.Data.Management.ManagedSyncDDLBuilder`1.GenerateStatement(T syncObject, Func`2 selectQueryGenerator)
at Microsoft.Dynamics.AX.Data.Management.DataEntity.ManagedSyncDataEntityWorker.SyncAllAction[T](ViewSyncGraphNode viewToSync, Dictionary`2 oldViewDefinitions, StringCollection dataEntityViewList, StringCollection compositeEntityViewList, IProducerConsumerCollection`1 modifiedViewDependencies)
at Microsoft.Dynamics.AX.Data.Management.DataEntity.ManagedSyncDataEntityWorker.DoSyncAll[T](IEnumerable`1 sortedViewList, Dictionary`2 oldViewDefinitions, IProducerConsumerCollection`1 modifiedViewDependencies)
Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: 'CredManCustTableCreditLimitTableView(21793)' Exception: Microsoft.Dynamics.Ax.Xpp.ClrErrorException: InvalidOperationException ---> System.InvalidOperationException: ValueFactory attempted to access the Value property of this instance.
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Lazy`1.get_Value()
Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: 'CredManRiskValueCustMetrics(22914)' Exception: Microsoft.Dynamics.Ax.Xpp.ClrErrorException: InvalidOperationException ---> System.InvalidOperationException: ValueFactory attempted to access the Value property of this instance.
at Dynamics.AX.Application.ManagedQueryRunImplementation.next()
at Dynamics.AX.Application.ManagedQueryRunImplementation.GenerateOnlyRunToNext(ManagedQueryImplementation query)
at Dynamics.AX.Application.ManagedQueryRunImplementation.GetSQLSelectQuery(ManagedQueryImplementation query)
at Microsoft.Dynamics.AX.Data.Management.ManagedSyncDDLBuilder`1.GenerateSelectQueryFromQuery(Query xppQuery)
Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: Managed Data Sync Entity Worker encountered an exception, but is continuing because ContinueOnError is true. View Name and ID: 'FinancialReportingCustTransRowNumByVoucherTransDateView(66395)' Exception: Microsoft.Dynamics.Ax.Xpp.ClrErrorException: InvalidOperationException ---> System.InvalidOperationException: ValueFactory attempted to access the Value property of this instance.
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.get_TableDataSourceNode()
at Dynamics.AX.Application.EmbeddedQueryBuildDataSourceImplementation.InitializeQueryStatement()
at Dynamics.AX.Application.ManagedQueryBuildDataSourceImplementation.InitializeForQuerySelect(IDictionary`2 stmtQueryToRecordMap)
at Dynamics.AX.Application.ManagedQueryImplementation.generateCursors()
at Dynamics.AX.Application.ManagedQueryRunImplementation.GenerateCursors(ManagedQueryImplementation query)
at Dynamics.AX.Application.ManagedQueryRunImplementation.InitializeForNext()
at Dynamics.AX.Application.ManagedQueryRunImplementation.nextInternal()