Monday, June 17, 2013

Database Diagrams for AX 2012 R2! - Microsoft Dynamics AX Support - Site Home - MSDN Blogs

Database Diagrams for AX 2012 R2! - Microsoft Dynamics AX Support - Site Home - MSDN Blogs: "Database Diagrams for AX 2012 R2!"

'via Blog this'

Thursday, May 16, 2013

Object Server 01: The license information can not be decoded.

Question:

AX 2012 AOS Service is not starting and I am getting the following error

"Object Server 01:  The license information can not be decoded. "

Answer:
This is mainly because of permissions, I gave admin rights to AOS service account and it worked. 

Sunday, May 5, 2013

data or calculated fields with type 'Record' are not supported

Question:
I am getting an error "data or calculated fields with type 'Record' are not supported".

Answer:
Make sure the table and all related tables does not have any display method returning a record.

Keyboad Mapper

http://sharpkeys.codeplex.com/

Tuesday, April 2, 2013

Dynamics AX 2009 Report libraries to Dynamics AX 2012 SSRS Reports

Question:How can i convert my Dynamics AX 2009 reporting libraries to be usable in Dynamics AX 2012?Answer:In order to use the Reporting Libraries from 2009 in 2012 use the following steps,1- Use the upgrade reports command line that comes with AX 2012 , normally located at C:\Program Files\Microsoft Dynamics AX\60\tools, to upgrade the reporting libraries to current format.

2- Open the business logic project created after the step above , compile and add the business logic to AOT.

3- Open the reporting project and change the business logic to be using the new business logic.


4- Compile the project, add to AOT and deploy to SSRS.

Other Links
1-http://technet.microsoft.com/EN-US/library/hh292607.aspx
2- http://technet.microsoft.com/en-us/library/hh292607.aspx