Stefan Rißling articles

Stefan Rißling
Published 
<1 min read

MS Dynamics AX database logging feature setup 

As you might know you can setup the MS Dynamics AX 2012 database logging feature as follows: Menu System Administration, Setup, Database and then click on “Database log setup” In this form you can add tables to be logged. Please be aware that only tables are supported which you can add via this form “Database
Published 
<1 min read

Wanna save some time during X++ compile in MS Dynamics AX 2012 R2? 

If you run MS Dynamics AX 2012 R2 CU 7 kernel you can do the X++ compile a lot faster using axbuild.exe because it runs in parallel executing on the AOS instead of AX client. You may find more in debth info here: http://blogs.msdn.com/b/axtools/archive/2013/11/04/parallel-x-compilation-for-microsoft-dynamics-ax2012-r2-in-cumulative-update-7.aspx http://msdn.microsoft.com/en-us/library/dn528954.aspx
Published 
1 min read

Unexpected compiler window opening for users working in MS Dynamics AX 2012 

“Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you are familiar with the programming language that is being demonstrated and the tools that are used to create and debug
Published 
<1 min read

How to open form SysUserSetup faster in MS Dynamics AX 2009 SP 1 

Check out the following hint of form SysUserSetup should open rather slow in your MS Dynamics AX 2009 SP1 installation: “Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you
Published 
1 min read

How to troubleshoot the info log message: A generic error occurred in GDI+ in MS Dynamics AX 2009 SP 1 

If you should face the following info log message: A generic errored in GDI+ when working with MS Dynamics AX 2009 SP 1 then check the following list with hints to solve it: 1) Apply the currently latest available kernel hotfix. You may find an updated list here: http://blogs.msdn.com/b/axsupport/archive/2012/03/29/overview-of-ax-build-numbers.aspx 2) Test if really all *.auc
Published 
1 min read

How to force complete CIL recreation in MS Dynamics AX 2012 

“Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you are familiar with the programming language that is being demonstrated and the tools that are used to create and debug
Published 
<1 min read

Things to remember after every kernel + application hotfix installation 

Once you have installed any new kernel or application hotfix make sure to run all steps in the “Software Update Checklist” from top to bottom! Especially important are the following points: * Run a full X++ compilation * Run a full CIL compilation * Run a AOT –>  SQL server DB synchronization * Restart all
Published 
<1 min read

AOT synchronization hint MS Dynamics AX 2012 R2 

If you synchronize your customer DB from AOT to SQL server DB and you should receive the following message: cross-company “union all” query cannot contain both a company specific table and a global table unless the data area field is explicitly selected” when synchronizing view DirPartyView then check out this: Open the view DirPartyView in