Hi, I have some reason to restore AX database from backup. MY AX is 2012 R3 Kernel 6.3.6000.4282 App 6.3.6000.149 I have 4 AOS in cluster.
After restore , full compile , Full CIL compile , Sync database without error. My clients always crash randomly for random users and random processes.
Application: Ax32.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.SEHException
at <Module>._wWinMainCRTStartup()
and this error
Faulting application name: Ax32.exe, version: 6.3.6000.4282, time stamp: 0x5a70821b
Faulting module name: MSVCR90.dll, version: 9.0.30729.9247, time stamp: 0x56fa38aa
Exception code: 0xc0000417
Fault offset: 0x0006ccd5
Faulting process id: 0x19680
Faulting application start time: 0x01d6ca2dcf5611d3
Faulting application path: C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32.exe
Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9247_none_5090cb78bcba4a35\MSVCR90.dll
Report Id: 659165e0-67c0-4b94-b88c-ce836bce8e1d
Faulting package full name:
Faulting package-relative application ID:
All AOS always randomly crash and shut down with the following error
Faulting application name: Ax32Serv.exe, version: 6.3.6000.4282, time stamp: 0x5a70b037
Faulting module name: ntdll.dll, version: 10.0.14393.2214, time stamp: 0x5ac2f612
Exception code: 0xc0000374
Fault offset: 0x00000000000f8353
Faulting process id: 0x2924
Faulting application start time: 0x01d6c956c41da290
Faulting application path: C:\Program Files\Microsoft Dynamics AX\60\Server\TGAXDB_Live\Bin\Ax32Serv.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 940e61cd-25cd-4503-9712-2d0484c8851a
Faulting package full name:
Faulting package-relative application ID:
I try to troubleshoot by Trace Parser and got the strange result as this image

Is this normal result from Trace parser? Please help.