Skip to main content

Posts

Showing posts from December, 2014

Hotfix KB information to resolve issue based on localization in ax 2012 r2 and RTM

These are some Hotfix KB information to resolve issue based on localization in ax 2012 r2 and RTM version.

How Ax code is working

There are lot of Technical who write code in Axapta but they did not understand meaning of all lines of code only know output of code. My tips if you relate axapta code with c++ then you can understand it easily. If you understand concept of class and its object means oops concept then you can learn Ax faster. In Ax code is depends upon object. We can create object for Tables,class,View,Forms,Macros,maps etc. and each object execute on its own value. If you have very good in pointer concept ,object concept then you can under axapta very easy. Second thing you should know basic tables in Standard axapta like ledgertable, ledgerTrans, VendTable, vendtrans etc.  Without knowing functionality of process you can not do anything with code. So I hope above tips can help you to start leaning of Axapta. So good luck.

Error: windows could no start the Microsoft dynamics ax object server on local computer

After changed system password if You are not able to open ax and getting the below error. windows could no start the Microsoft dynamics ax object server on local computer To solve this issue..You can do following. Solution:   Try to change the password for the AOS service. If you have change user password then you need to change password on Ax and Sql services .

Limitation of SSRS in Ax 2012

I did not work much on SSRS in Ax 2012 but whatever I worked I experienced that SSRS Report main limitation is Performance point. If you are using temporary table to show data in SSRS report in Ax 2012 then  loading data to report takes more time and mostly Ax developer used temporary table funda in DP class to show data in report because its easy just insert data to temp table.  If there are lac nos of records then you will be frustrate on ssrs reports. Second things is its become timeout sometimes if its take more time to show data. Other limitation is showing data properly and printing data to a4 size paper then there is chalange to fit report in a4 and letter size paper. There may be some blank pages in between pages. Last chalange I face that some times lable of field show numbers instead of description so you need to do restart service type activity to correct this.