Review of Implementing Microsoft Dynamics AX 2012 with Sure Step 2012
First and foremost; this is a very good book! I had the pleasure of reading through Implementing Microsoft Dynamics AX 2012 with Sure Step this weekend, and while I initially planned to just read the...
View ArticleSetting up scheduled processing of cubes in AX2012
Here is a quick guide on how you can easily and quickly setup scheduled processing of the cubes for Microsoft Dynamics AX 2012. The same approach works for other Analysis Databases, but sometimes it...
View ArticleSetting up RapidStart for AX2012
I have just recently starting to work with Microsofts Dynamics RapidStart Services, and I would like to share my hints and tips for getting it up and running successfully - from a technical point of...
View ArticleKeep your AX2012 Modelstore performing
I had an interesting conversation with a very skilled and helpful Microsoft employee regarding maintenance of the Modelstore database. He sent me a SQL script prepared by the Microsoft Support...
View ArticleLogging Infolog to Event Viewer
This is probably a bit far fetched in real life, but still a cool feature built in AX 2012, and I really wanted to make a new blog post after a long summer vacation. Maybe someone will enjoy it still....
View ArticleCompare models using PowerShell
I wrote this post about how to use PowerShell to compare two modelstores based on installed models. It is a simple comparison and only checks if the two have the same list of models.In this post I will...
View ArticleNo colors when comparing code in AX
This is just a quick post on one of the annoyances when comparing elements in AX after the installing the latest version of Internet Explorer 10. Our beloved compare form suddenly doesn't show the red...
View ArticleExport list of model elements to Excel using PowerShell
So you want to get a list of all elements in a given model?I tend to do it now and then, so here is how I do it.Simply use the Get-AxModel to collect the details and pipe it to a...
View ArticleAX2012 R2 CU6 Code Upgrade Checklist Error
If you are planning to do an In-Place code upgrade (AX2012 to AX2012 R2) and you are on CU6 there is a high chance you will get this little problem.When you start the client and select the in-place...
View ArticleBaseline is the new old
I remember the very first time I saw the reference to a "Baseline database" in AX2012. It wasn't perfectly clear what the purpose of this database was. I remember thinking it might be some kind of...
View ArticleAXUtilLib - AX Management Utilities version matter
With Dynamics AX 2012 you get this library of tools for all sorts of management tasks, like maintaining your models and modelstores, deploy SSRS reports or Enterprise Portal components and a lot of...
View ArticleSimple encryption and decryption in AX2012
I had a need for hiding some data in the database and I came across this example of encryption and decryption using standard .Net libraries. This is sort of security by obscurity, because any seasoned...
View ArticleConsuming a Web Service in AX 2012 is easy
So there might be a little threshold before you know how to consume your first Web Service, but I encourage any AX developer to set aside at least half an hour to just play with this. There are a lot...
View ArticleAbout your elements Origin, ID and Handle
This post will be about the elements Origin, their ID and finally the Handle. These are important to grasp as AX developer when creating elements in the Application Object Tree (AOT) and copying them...
View ArticleYou got to love AXBuild Compiler Tool
Initial testing of AXBuild I finally got around to play with the new compiler tool for Dynamics AX 2012 R2 and it really is a game changer. My first attempt of compiling a fresh install of AX2012 R2...
View ArticleError during installation of Enterprise Portal for AX2012 R2 on SharePoint 2013
I want to just quickly share this with the community. I have not yet narrowed down why this failed, but I have a feeling this might be something I won't encounter too many times when installing...
View ArticleRemember to upgrade the modelstore schema
I was preparing for an RTM to R2 upgrade the other day and while I was just making sure the RTM was prepared and ready for being upgraded I noticed an error I haven't seen before. As soon as I opened...
View ArticleInstallation of Management Reporter 2012 for AX 2012
This post will take you through the basic steps of installing, configuring and a basic test of Management Reporter 2012 for AX 2012. This tool is now easily available after AX 2012 R2 CU7 as part of...
View ArticleSetup Life Cycle Services
If you haven't had time to check out Life Cycle Services (LCS) for Dynamics AX yet, then you should know you're missing out on some pretty cool features. Microsoft provides this service for Customers...
View ArticleWhere is my Modelstore - AX2012 and AX2012 R2
This post is just a friendly reminder to myself and everyone who get tricked by an environment that has been upgraded from the initial release of Dynamics AX2012, namely RTM, with or without Feature...
View Article