Cross Reference generated failed

Hello Everyone,

I used to generate cross reference without problems, recently after the refresh towards Development box, I tried several times to generate the full cross reference, but it ran for hours and crashed in the end. Video is like: http://screencast.com/t/v4PWp2eR

We were with AX 2012 R3 RTM, but due to certain issues, we were recommended to upgrade Kernel to the most recent version. We were told the mismatch doesn’t cause issues, as it’s fine when application version is lower than the Kernel’s.

Open to suggestions, as cross ref is kind of important for us.

Thank you,

Kwen

I checked, there are no breakpoints in code.

First of all, look at details of the error (“View problem details”, or in event logs). If it doesn’t help, generate a memory dump and upload it to LCS crash and hang analysis.

Hi Martin,

“View problem details” shows as

Problem signature:
Problem Event Name: APPCRASH
Application Name: Ax32.exe
Application Version: 6.3.3000.3177
Application Timestamp: 5729536b
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.19135
Fault Module Timestamp: 56a1c79e
Exception Code: e0434352
Exception Offset: 0000c52f
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033

Read our privacy statement online:
go.microsoft.com/…/

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

=============And, I checked the event logs as follows:======================

----------------Application Error

Faulting application name: Ax32.exe, version: 6.3.3000.3177, time stamp: 0x5729536b
Faulting module name: KERNELBASE.dll, version: 6.1.7601.19135, time stamp: 0x56a1c79e
Exception code: 0xe0434352
Fault offset: 0x0000c52f
Faulting process id: 0x13e4
Faulting application start time: 0x01d1ffe9236586ea
Faulting application path: C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 98502e48-6c35-11e6-93c9-005056b964c7

----------------.NET Runtime
Application: Ax32.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.SEHException
Stack:
at ._wWinMainCRTStartup()

----------------Microsfot Dynamics AX
The description for Event ID 180 from source Microsoft Dynamics AX cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Microsoft Dynamics AX Business Connector Session 3.

RPC exception 3762504530 occurred in session 3 process is Ax32.exe thread is 11268(User: kun.liu, ClientType: GUI)

So, we upgraded the Kernel as recommended, the application is with AX 2012 R3 RTM, Kernel is upgraded to the latest. Could this be the reason?

Kwen

We used the following code to do it through AX batch, finished without errors in the event log.

static void updateCrossRef(Args _args)
{
xRefUpdateIL::updateAllXref(true, false, true);

}

Hey Kwen,

Just to make sure you get all the relevant eyes on this problem, I’ve moved this to the developer forum.

Thank you Jake, but I guess most of the references were generated, the problem can be treated as solved.

Perfect. Thanks Kwen!