Greetings to all,
Have you noticed increase in package deployment failures starting approx from v10.0.21 ?
Retry - Abort - Reapply - Retry etc. sometimes helps, but still annoying for planning.
Most of the time it fails on DB sync step with below errors. I cant quite figure out exactly what the problem is- which system job is it referring ?
Syncronizing from VisualStudio goes fine, no error. Any ideas or advice is appreciated.
Infolog diagnostic message: 'System Job should be scheduled to run within 7 day(s) of last execution time' on category 'Error'.
Infolog diagnostic message: 'Recurrence validation failed' on category 'Error'.
Infolog diagnostic message: 'Cannot edit a record in Batch job (BatchJob).
The corresponding AOS validation failed.' on category 'Error'.
01/20/2022 16:25:15: Application configuration sync failed. Microsoft.Dynamics.AX.Framework.Database.TableSyncException: Custom action threw exception(s), please investigate before synchronizing again: 'ErrorException:Cannot edit a record in Batch job (BatchJob).
The corresponding AOS validation failed.
at Microsoft.Dynamics.Ax.MSIL.Interop.throwException(Int32 ExceptionValue, interpret* ip)
at Microsoft.Dynamics.Ax.MSIL.cqlCursorIL.update(IntPtr table)
at Microsoft.Dynamics.Ax.Xpp.Common.__Update_IntImpl__()
at Microsoft.Dynamics.Ax.Xpp.Common.Update()
at Dynamics.AX.Application.BatchJob.`update() in xppSource://Source/ApplicationPlatform\AxTable_BatchJob.xpp:line 339
at Dynamics.AX.Application.BatchJob.update()....