Hi AXperts,
I have a requirement in my project to reverse the General journal entry which has posted already.
While updating the source record which is the base for journal line, I am getting update conflict error intermittently.
Error Log is as below:
Microsoft.Dynamics.Ax.Xpp.UpdateConflictNotRecoveredException: Exception of type 'Microsoft.Dynamics.Ax.Xpp.UpdateConflictNotRecoveredException' was thrown.
at Dynamics.Ax.Application.MyProject_E014ServiceForReverseJournal.Execute() in MyProject_E014ServiceForReverseJournal.execute.xpp:line 144
at MyProject_E014ServiceForReverseJournal::execute(Object , Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeInstanceCall(Object instance, String MethodName, Object[] parameters)
at Dynamics.Ax.Application.SysOperationServiceController.Runoperation(Boolean _async) in SysOperationServiceController.runOperation.xpp:line 68
at Dynamics.Ax.Application.SysOperationServiceController.runServiceOperation(Object[] parameters) in SysOperationServiceController.runServiceOperation.xpp:line 22
at SysOperationServiceController::runServiceOperation(Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
at Dynamics.Ax.Application.SysDictClass.invokeStaticMethod(Object[] _params) in SysDictClass.invokeStaticMethod.xpp:line 26
at SysDictClass::invokeStaticMethod(Object[] )
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)
at Microsoft.Dynamics.Ax.Xpp.PredefinedFunctions.runAsInvoke(String className, String staticMethodName, Object[] parms, Object[]& exportInfolog)
As part of Try/Catch, I'm capture update conflict exception in my code with standard retry count.
But intermittently, I am getting UpdateconflictNotrecovered Exception.
Not sure why.. Is there a way to find what is causing this error ? Can you advise ?