Ok, I guess this three part series just got extended to four. I just have a few last things on the AX 4.0 / 2009 Trace Parser tool that you might find useful. Soon we'll all be using the AX 2012 version right? Anyway, here it goes...
Most of the time Trace Parser works the way it should, but from time to time I do run into some issues. Below I've documented some of the issues I've run into along the way and some things to try if you run into them too.
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Dynamics.BusinessConnectorNet" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="6.0.0.0" newVersion="5.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
<assemblyIdentity name="Microsoft.Dynamics.BusinessConnectorNet" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="5.0.0.0" newVersion="4.0.0.0" />
SNRemove -r C:\Program Files\Trace Parser\Microsoft.Dynamics.AX.Tracing.TraceParser.exe
CoreFlags.exe Microsoft.Dynamics.AX.Tracing.TraceParser.exe /32BIT+
thank you very much for such a nice tutorial.
Hi,
I have been using trace parser for months in AX 5.0\SQL 2008\Windows 2008 32 bit without any issues. We have moved all the ax instances to windows 2008 64 bit where it's not generating the server side trace file using trace parser cockpit.
Tried generating the file through server configuration utility. It’s generating the file in configured log folder.
Is there any compatible issue with 64bit?
I’m clueless. Any inputs\suggestion?