Sign In
Microsoft Dynamics AX Technical Support Blog
All postings are provided "AS IS" with no warranties, and confers no rights. See terms at http://www.microsoft.com/info/copyright.htm!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
AIF
Analysis Services
AOS
AOT
AX 2009
AX 4.0
AX2012
Client
Configuration
Crash
Cube
Data
Deployment
Enterprise Portal
Installation
OLAP
Performance
Reporting
Role Center
Solution
SQL Server
Windows
Workflow
X++
Archive
Archives
January 2012
(1)
December 2011
(4)
November 2011
(4)
October 2011
(9)
September 2011
(10)
August 2011
(11)
July 2011
(5)
June 2011
(2)
May 2011
(5)
April 2011
(10)
March 2011
(5)
February 2011
(9)
January 2011
(5)
December 2010
(9)
November 2010
(4)
October 2010
(5)
September 2010
(8)
August 2010
(5)
July 2010
(8)
June 2010
(5)
May 2010
(12)
April 2010
(3)
March 2010
(5)
February 2010
(5)
January 2010
(14)
December 2009
(4)
November 2009
(1)
October 2009
(7)
September 2009
(6)
August 2009
(3)
July 2009
(15)
June 2009
(14)
May 2009
(16)
April 2009
(28)
March 2009
(1)
November 2008
(5)
October 2008
(4)
July, 2009
MSDN Blogs
>
Microsoft Dynamics AX Technical Support Blog
>
July, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Dynamics AX Technical Support Blog
Certain User groups cannot be deleted in Dynamics AX
Posted
over 3 years ago
by
EMEADAXSupport
2
Comments
Sometimes when I try to delete certain User groups in Dynamics AX 4.0 or Dynamics AX 2009 I notice that the User groups disappears from the Grid but is actually not deleted. When I am clicking at the delete button the first thing I notice is that the...
Microsoft Dynamics AX Technical Support Blog
The mystery of blank Enterprise Portal pages
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
In Dynamics AX 4.0 when you are browsing for an Enterprise Portal page you might get a blank or half blank page. So instead of your Menus, Web Forms and WebLets with data you only receive a white background with no or only some content. A blank Enterprise...
Microsoft Dynamics AX Technical Support Blog
AxUpdatePortal.exe does not update Enterprise Portal when not running from an elevated command prompt
Posted
over 3 years ago
by
EMEADAXSupport
4
Comments
One of the nice features added with Dynamics AX 2009 is the support for 64bit (x64) for the Dynamics AX 2009 Application Object Server and the Dynamics AX 2009 .NET Business Connector. The fact that the Dynamics AX 2009 Client is however still only...
Microsoft Dynamics AX Technical Support Blog
How to open an AX form from your own help
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
In the standard AX on-line help you can link to a form in AX (open the form). E.g. Accounts receivable > Setup > Customer groups > F1 > Terms of payment link. When you click on the link, the Terms of payment form will open. The following...
Microsoft Dynamics AX Technical Support Blog
Kerberos authentication issues in a multi server environment affecting only the KPI web part
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
When you are setting up Dynamics AX 2009 Role Center and Enterprise Portal in a multi server environment where each component is running on Windows Server 2008 you may get confronted with an authentication issue. The base requirement for a multi server...
Microsoft Dynamics AX Technical Support Blog
Debugging Microsoft Dynamics AX 2009 SSRS reports with Microsoft Visual Studio 2008
Posted
over 3 years ago
by
EMEADAXSupport
3
Comments
While Microsoft SQL Server Reporting Services (SSRS) reports allowed in in Dynamics AX 4.0 a user to create Ad'hoc reports that were only based on the data stored in the Dynamics AX database, in Dynamics AX 2009 Production reports allow also the execution...
Microsoft Dynamics AX Technical Support Blog
Unable to print reports as PDF files on the AX server using batch processing
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
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...
Microsoft Dynamics AX Technical Support Blog
Tips & Tricks around debugging X++ code in Dynamics AX
Posted
over 3 years ago
by
EMEADAXSupport
3
Comments
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...
Microsoft Dynamics AX Technical Support Blog
Disabled columns are sometimes included in SQL Queries created by the Dynamics AX Kernel
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
Over the last month we were facing a situation where the Dynamics AX 2009 Kernel was generating incorrect SQL Queries in a specific constellation: You have one or more fields (columns) on a table that are based on an Extended Data Type (EDT) ...
Microsoft Dynamics AX Technical Support Blog
The Query criteria for Shipment templates cannot be reset
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
If you are setting up a Shipment template in Dynamics AX 2009 by going to Inventory Management | Setup | Distribution | Shipment templates and define a Criteria ( by clicking at the Criteria button) you might notice later that the Query criteria cannot...
Microsoft Dynamics AX Technical Support Blog
Certain Web Forms show no data in Dynamics AX 2009 Enterprise Portal
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
When you are developing new Enterprise Portal content in Dynamics AX 2009 you should rather create new ASP.NET User Controls in Visual Studio 2008 (stored in the Web Controls in the AOT) than new Web Forms. Never the less Web Forms are still supported...
Microsoft Dynamics AX Technical Support Blog
About locking and blocking in Dynamics AX and how to prevent it
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
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...
Microsoft Dynamics AX Technical Support Blog
SQL Execution Error. The multi-part identifier ... could not be bound.
Posted
over 3 years ago
by
EMEADAXSupport
0
Comments
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...
Microsoft Dynamics AX Technical Support Blog
Issue selecting items from Combo Boxes when the Dynamics AX Client is running as RemoteApp
Posted
over 3 years ago
by
EMEADAXSupport
7
Comments
Windows Server 2008 introduces a nice feature for the Terminal Services that is called RemoteApp . RemoteApp programs are accessed remotely through Terminal Services and appear as if they are running on the local computer. The RemoteApp is integrated...
Microsoft Dynamics AX Technical Support Blog
Overview of Dynamics AX build numbers
Posted
over 3 years ago
by
EMEADAXSupport
17
Comments
Please follow this link to see the updated version build list on our new global Blog: Overview of AX build numbers This post does now only list AX 4.0 and previous versions. Dynamics AX 4.0 Version Kernel build Application...
Page 1 of 1 (15 items)