Finding User Sessions from SPID in Dynamics AX 2012

  • October 20, 2017
  • 0 Comments

While check issues it could be usefull to make the link between the Ax user and the related SQL session. In the post below it is explained properly how you should do this. https://community.dynamics.com/ax/b/axfaqblog/archive/2016/08/27/disable-and-enable-users-in-ax-using-t-sql-scripts

Working with numbersequences – new NumberSequence

  • September 22, 2017
  • 0 Comments

A few years a go I made a few posts about numbersequences, in these posts I forgot to mention that you need to execute the following job before you can find your new created Numbersequence. static void NumberSeqLoadAll(Args _args) { NumberSeqApplicationModule::loadAll(); }static void NumberSeqLoadAll(Args _args) { NumberSeqApplicationModule::loadAll(); }

Maximize a form in Ax

  • September 15, 2017
  • 0 Comments

Change the properties width = ‘column width’ and height = ‘column height’ on the form. Add the following code in the run-method of the form: #WinApi ; super(); WinApi::showWindow(this.hWnd(), #SW_SHOWMAXIMIZED);#WinApi ; super(); WinApi::showWindow(this.hWnd(), #SW_SHOWMAXIMIZED);

Ax2012 An SQL Server 2012

  • March 15, 2012
  • 0 Comments

Microsoft SQL Server 2012 RTM is released and hotfix 2680186 is availible for compatibiliteit with Microsoft Dynamics Ax2012. https://mbs.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;en-us;2680186

Ax2009 Event Processing Error

  • February 22, 2012
  • 2 Comments

I have a customer that gets a error every time the EventJobCUD-batch (Change Based Events) runs. They got the following error: After some reseach I found out that when 2 fields are changed at the same time, you go several times through the listChangedFieldsEnumerator (location ClassesEventProcessorCUDprocessUpdate) 1 2 3 4 5 6 7 8 9 … Continue Reading

Install Ax2012 on SQL Server 2012 RC0

  • February 13, 2012
  • 2 Comments

During the preparations for Microsoft TechDays 2012 my colleague and I installed a fresh Windows Server 2008 R2 with SQL Server 2012 and Ax 2012. At first all seems to work (the AOS started and we could login with the client), but when we started to prepare and opened the ‘Datasource Name’ lookup on the ‘Document Datasources’ we got … Continue Reading

Social Media for Microsoft Dynamics Partners

  • December 15, 2011
  • 0 Comments

I was looking for some new Ax books and came accross a book titled ‘Social Media for Microsoft Dynamics Partners’  on Amazon.com Authors: Jon Rivers, Mark Polino Description: Social Media for Microsoft Dynamics Partners is a short, introductory book geared toward the specific business needs of Dynamics VAR’s and ISV’s. There are plenty of generic … Continue Reading