EMEADAXSupport articles

EMEADAXSupport
Published 
1 min read

Problems when trying to update a certain field with AIF 

Recently I tried to setup AIF in standard AX 2009. The purpose was to send service orders electronically with AIF, in XML-format and sending it back to AX in order to update the field StageId of the specific service order.
Published 
1 min read

Unable to print reports as PDF files on the AX server using batch processing 

We came across an issue reported to us where they were trying to automate printing of reports as PDF files using batch processing on the server. Printing reports directly worked fine and they were able to save the PDF files it generated successfully on the file system, but it only failed when using Batch.
Published 
3 min read

Tips & Tricks around debugging X++ code in Dynamics AX 

When you are developing X++ code for Dynamics AX over the time you will for sure run into a situation where the below Tips & Tricks can make your debugging live easier. The information are no secrets it is just hard finding them the very first time you need them.
Published 
5 min read

About locking and blocking in Dynamics AX and how to prevent it 

The locking of records is necessary to ensure transactions are processed accurately and with a high level of concurrency. Unfortunately the more records are locked the higher is the chance other transactoins are getting blocked resulting in peformance reductions on the one hand and end user frustration on the other hand.
Published 
2 min read

SQL Execution Error. The multi-part identifier … could not be bound. 

We were running lately into an issue with Dynamics AX 2009 and Microsoft SQL Server 2008 Analysis Services after switching the data source provider from SQLNCLI.1 (Microsoft SQL Server 2005 Native Client) to SQLNCLI10.1 (Microsoft SQL Server 2008 Native Client). The switch was necessary as the provider SQLNCLI.
Published 
1 min read

Overview of Dynamics AX build numbers 

Dynamics AX 4.0 Version Kernel build Application build Comments Dynamics AX 4.0 RTM 4.0.1659.26.0 4.0.1659.26 Dynamics AX 4.0 RTM Aug. 4.0.1659.36.0 4.0.1659.36 Localizations (GLS) Dynamics AX 4.0 SP1 4.0.2163.0 4.0.2163.0 Dynamics AX 4.0 SP1 Loc 4.0.2163.0 4.0.2200.0 With NO/IS/SV GLS layer Dynamics AX 4.0 SP1 Hotfix 4.0.2500. xxx 4.0.2500. xxx Published Hotfixes Dynamics AX 4.
Published 
1 min read

How to run Client Batches on AX 2009 

In AX 2009 the batch engine has been changed to run as a service.The batch services do only process server batches they don’t process client batches aynmore. There might still be some situations where you would like to run client batches.The following description explains how to do this.