Home
»
Microsoft Dynamics AX
»
Dilip's blog on MICROSOFT DYNAMICS AX
»
All Tags
»
Dynamics AX 2009
Browse by Tags
AX General
Books
Dynamics AX
Dynamics AX 2012
Enterprise Portal
IDMF
Review
SQL Server
SSRS
Tips and Tricks
Troubleshooting
X++
Related Posts
Blog Post:
Applying Custom filters to Dynamics AX Enterprise Portal Grid
Dilip
Dear All, Hope you are doing well. Recently, I did an Enterprise Portal code upgrade for one of my customers. They are on Dynamics AX 2009 and as I was investigating, I found that the web forms of Dynamics AX 4.0 were not upgraded by their previous vendor, so I undertook the task...
on
20 Mar 2013
Blog Post:
Troubleshooting Tip Dynamics AX 2009 Enterprise Portal - Return of the Error An existing connection was forcibly closed by the remote host
Dilip
Dear Friends, Hope you are doing well. Four years ago, I had an issue installing Enterprise Portal in a distributed environment mentioned in my blog post here . The error is "An existing connection was forcibly closed by the remote host" Fast forward to 2013, I'm helping...
on
12 Mar 2013
Blog Post:
About SysListPanelRelationTable Class in Dynamics AX
Dilip
Hi there! Recently for one of my clients, I built a custom SSRS Security Maintenance form for their Financial Reporting. The requirement was to built a custom security form wherein the users were mapped to Financial Dimensions (also known as Programs in our client's terminology) and the...
on
19 Feb 2013
Blog Post:
Facing Issue with Dynamics AX 2009 Enterprise Portal deployment
Dilip
Dear Friends, Greetings! This time it's not a solution but I'm stuck a problem which I thought to share here and get some responses. Any feedback welcome! I'm at a customer place where they are on Dynamics AX 2009 SP1 and i'm n the process of building...
on
11 Feb 2013
Blog Post:
Side-By-Side Comparison of Budgeting features Dynamics AX 2009 vs Dynamics AX 2012
Dilip
Dear Friends, Hope you are having a good start to this Year 2013. Thought to share with you Budgeting functionality differences between between Dynamics AX 2009 vs 2012. Below are the key areas which I have documented. Feel free to send your comments if you have any additions or modifications...
on
15 Jan 2013
Blog Post:
Dynamics AX 2012 Development Cookbook - Brief Overview
Dilip
Thanks to Velinda from Packt Publishing on being kind enough to send me the electronic version of the book - Dynamics AX 2012 Development Cookbook for review. Thought to do a quick introductory post here about the book. Overview: The target audience for this book is AX Developers...
on
12 May 2012
Blog Post:
Troubleshooting Error: No License code available for language EN-US. Please use a licensed language
Dilip
Hi there, I was setting up an AX Instance from an existing database backup and I hit this below error. Error: No License code available for language EN-US. Please use a licensed language Event Viewer Error: The Microsoft Dynamics AX Application Object Server is running on an operating...
on
12 Mar 2012
Blog Post:
Microsoft Dynamics AX Resources
Dilip
Hi All, A quick post - As I was tweeting today, I found this very useful website/blog known as Microsoft Dynamics AX Resources page Some cool links to be bookmarked - Resource Page for Upgrading to Dynamics AX 2012 - Resource Page for SSAS/SSRS Integration in Dynamics AX
on
21 Feb 2012
Blog Post:
Issue Installing Intelligent Data Management Framework
Dilip
Thought to share with you an issue which I'm facing while Installing IDMF (Intelligent Data Management Framework) Last week I downloaded Intelligent Management Framework from the below link in CustomerSource https://mbs.microsoft.com/customersource/downloads/servicepacks/ax_idmf...
on
27 Dec 2011
Blog Post:
Tip str2CapitalWord function to convert string into TitleCase
Dilip
We have some custom export routines written in our solution which ftp's .csv file from AX. Now, the target system needed one of the column names in TitleCase. Solution: In my previous experience, I have used strUpr and strLwr functions in AX, but never had a requirement to convert...
on
7 Dec 2011
Blog Post:
Tip - How to write to utf-8 encoding format using CommaTextIo Class
Dilip
A few months back, I had written a basic post on How to export csv data from AX using CommaTextIO Class Now, we had a requirement to output the file in utf-8 encoding format and the credit for this post goes to Super Mario (Read below to find who Super Mario is ;-) ..) for his tip which I'm...
on
29 Nov 2011
Blog Post:
Tip - How to get a blank InventDimId out
Dilip
Today, while writing a QueryRange, I had to pass a blank InventDimid. Initially, to make life easier ;-). I just put "BLANK". Then, just did a bit of search and found that InventDim has a static method inventDimIdBlank which was exactly what I required. It returns "AllBlank"...
on
23 Nov 2011
Blog Post:
Tip - How to Retrieve AOS Instance name in Dynamics AX via X++ Code
Dilip
One of my mates asked me how to retreive AOS Instance name through code. My first impression was that it should be somewhere in the Global Class. But, soon figured out I was wrong, then I jumped into Session Class which has a static method getAOSInstance() which retreives the instance number The...
on
23 Nov 2011
Blog Post:
Dynamics AX Product LifeCycle - Some Key Support Dates
Dilip
http://support.microsoft.com/lifecycle/search/Default.aspx?sort=PN&alpha=Dynamics%20AX Above is a good link to be bookmarked, specially if you are interested to know the Support End dates for the Dynamics AX Versions released till date.
on
22 Nov 2011
Blog Post:
Tip - Dynamics AX Client and Run as different user in Windows 7 64 bit
Dilip
I wanted to do some User Permissions testing using Dynamics AX Client with different users using Run As Option. i.e. Right-Clicking the client and then bringing up the Windows challenge dialog wherein one can put the user name and password shown below ...
on
22 Nov 2011
Blog Post:
Dynamics AX Error executing code: Overflow in internal run stack
Dilip
Error: Got this run-time error during a full run of inventory settlement data - "Error executing Code: Overflow in internal run stack. Troubleshooting Steps: After some investigation, found out that this was being caused due to circular reference in one of the settlement...
on
3 Nov 2011
Blog Post:
Error executing code: The field with id 0 does not exist in table
Dilip
Had been busy past couple of days as was involved in writing a complex API which looks onto the Inventory Cost Breakdown tree and writes the data into a custom table after doing some transformation of data on the go. As I was developing, I bumped into this run time error: Error executing code...
on
25 Oct 2011
Blog Post:
Dynamics AX KB Articles made public
Dilip
Dear All, The KB Articles previously accessible only via PartnerSource/CustomerSource are now publicly available for people to view, Similar to other MS Technologies like .Net, SQL etc. Read more about it over here in Microsoft Dynamics AX UK Blog http://blogs.msdn.com/b/ukax/archive...
on
5 Oct 2011
Blog Post:
Returning rowcount using SysTableRowCount Form in Dynamics AX
Dilip
Accidentally bumped onto this form called SysTableRowCount in Dynamics AX, It's pretty handy to get the recordcount remaining in AX. And, it's there in all the 3 versions of AX: 4.0, 2009 and 2012. Good to know something new. Alternatively...
on
4 Oct 2011