Home
»
Microsoft Dynamics AX
»
AX WONDERS
»
AX 2012 Retail Event Trace Parser - Missing?
AX 2012 Retail Event Trace Parser - Missing?
About
About AX WONDERS
Microsoft Dynamics AX, Sharepoint and .NET (C#, ASP.NET) development blog.
Options
RSS for posts
Related Posts
AX 2012 Retail - Create Statements
by
Eduardo Arias
on
14 Jun 2012
0
comments
AX 2012 for Retail - An Introduction to Application Settings
by
Eduardo Arias
on
4 Jun 2012
0
comments
Microsoft Dynamics AX Retail 2012 - Blank Operations
by
Eduardo Arias
on
17 Jul 2012
0
comments
View More
AX 2012 Retail Event Trace Parser - Missing?
Eduardo Arias
25 May 2012 7:12 AM
Comments
0
Hi there,
I hope everybody had a great week and that you are ready for a well-deserved long and restful weekend.
As you already know, I will be working on a series of articles related to the Microsoft Dynamics AX 2012 POS application. Last week I wrote an article called
AX 2012 POS Development - Application Triggers.
Please check it out if you haven’t already done so.
In the course of this week I have been gathering a lot of information about the AX 2012 POS application, and the more I work with it, the more sense it makes to me. There are many different layers to this application, but this will be covered in future articles.
Anyway, this week I was working on a new instance of the AX 2012 POS application. To run it from Visual Studio, I followed the steps outlined in my last article
AX 2012 POS Development - Application Triggers
.
When all the setup steps were completed, I started the solution, keyed my user name and password and all of the sudden I got the following error:
This was odd as I went back to the demo instance I have and after following the same steps, I did not get this error. Luckily, there is LOG table called
RETAILLOG
in the AX 2012 POS application that can tell you what’s going on, and for my surprise, I was missing the
Microsoft.Dynamics.Retail.EventTraceParser.dll
as depicted in the following picture (from a working application).
The solution was easy; I just placed the missing dll to my AX 2012 POS application root folder. So, the
Event Trace Parser enables rapid analysis of traces to find the longest running code, longest running SQL query, highest call count and other metrics useful in debugging a performance problem
.
The Microsoft.Dynamics.Retail.EventTraceParser.dll is installed when installing AX 2012 for Retail and you can find it in your AX 2012 client folder.
The
Walk through major features of Microsoft Dynamics AX 2012
article will give you a good introduction to its basic concepts.
That’s it for now folks. I hope you have a wonderful weekend. And stay tune for more to come on AX 2012 POS development. Next week I will post about how to use the AX 2012 POS System.Settings dynamics library and its in-memory functions.
Also, the following week I will write about Blank Operations by going through a really cool simple project.
Take Care!
$core_v2_language.FormatString($core_v2_language.GetResource('Blog_PostQuestionAnswerView_CommentsCountFormatString'), $post.CommentCount)
Read the complete post at
axwonders.blogspot.com/.../ax-2012-retail-event-trace-parser.html
Microsoft SQL 2008 R2
,
Dynamics ERP 2012
,
AX 2012
,
ERP
,
Administration of AX 2012
,
AX 2012 Retail
,
AX Retail POS