
Hi,
TraceParser is installed on my system, it was running okay before changing the AxDB and AxDB_model, I'm now getting this error while opening a trace file:
Microsoft Dynamics AX Trace Parser was not found. Please ensure that the application is installed by rerunning setup.
As you can see, I'm unable to open the trace file from AX form, but I'm able to import the same file by running TraceParser tool from start menu.
Any Idea on how to fix the AX Form?
*This post is locked for comments
I have the same question (0)It sounds like you may have changed the install location to a different drive (C: vs D:) or something.
The registry usually stores it here:
HKEY_CURRENT_USER\Software\Microsoft\Dynamics\6.0\TraceParser\location
Put a breakpoint in this method:
\Classes\SysTraceCockpitController\getTraceParserPath
Or modify that method from "private" to "public" and then create a Job with this code:
info(SysTraceCockpitController::getTraceParserPath());