EMEADAXSupport articles
EMEADAXSupport
Published
5 min read
Possibilities to create Memory Dumps from crashing processes
Sometimes it happens that during regular operation the Dynamics AX Application Object Server (AOS) is suffering from an abnormal program termination, which is better know as a crash. Users connected with the Dynamics AX Client to the affected AOS Instance are noticing such an issue very soon as they get disconnected from the AOS.
Published
1 min read
Passing UtcDateTime values in extended query syntax
Recently I was looking into the issue of passing UtcDateTime values into a query in X++ using extended query syntax.
Published
1 min read
Binding operation failed to allocate buffer space
So this error has been around for some time, searching online you can find some simple answers to use if you run into this, but no where really explains what’s happening here in detail.
Published
2 min read
Error when trying to register the AIF services – “Cannot create a record in Data Policy Schema Information (AifDocumentField)”
We came across an issue where they had two separate systems with their own database and application files, dev and test, and both were being used for developing and testing custom AIF services using Microsoft Dynamics AX 4.0.
Published
1 min read
Error message “The value ‘xxx’ is not found in the map” when opening Workflow configuration
Sometime ago we run into the problem when using Workflow. Every time when we opened Workflow configuration for “Purchase requisition requisition” we run into error: Error message “The value ‘xxx’ is not found in the map” when opening Workflow configuration Where xxx in our case was EmplTable.
Published
1 min read
Error “Thread was being aborted” when deploying reporting extensions
Some time ago we run into problem which did not let us deploy reporting extensions to SQL Reporting Services. Just after building libraries we got the error: [ThreadAbortException]: Thread was being aborted. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.
Published
2 min read
Unable to edit the DCOM settings for IIS WAMREG admin service on a Windows Server 2008 R2 when trying to configure Kerberos Authentication for Role Centers
We came across an issue recently where we were configuring Enterprise Portal and Role Centers to use Kerberos authentication. One of the steps in the whitepaper is to configure DCOM settings to grant the business connector proxy user account Launch and Activation permissions for the IIS WAMREG admin service package.
Published
2 min read
Identical AX 2009 AUC File Created For Multiple AX Installations
We came across an issue recently where we had the same GUID for two different AX installations running on the same server and therefore only one AUC file existed for both installations instead of two separate ones for use by the AX Client.
Published
1 min read
Error during Hotfix installation – “Version string portion was too short or too long”
Recently we had a problem when installing a Hotfix for AX 2009. The installation stopped with an error and we could find the following information in the setup log: === Starting execution phase === Starting the Microsoft Dynamics AX Client executable: C:\Program Files (x86)\Microsoft Dynamics AX\50\Client\bin\ax32.
Published
2 min read
Debugging non-interactive X++ code in Dynamics AX 2009 when running on Windows Server 2008
The most common scenario for a Dynamics AX developer is that you create your X++ code and objects in the Dynamics AX Client and test them in the same interactive session.
Published
1 min read