Wednesday, September 9, 2015

Microsoft Dynamics AX 2012 Anti-Virus Exclusion List

During AOS startup XPPIL (CIL) files are generated to by default: C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL;
  • Exclude XppIL and all subfolders
  • alternatively, you may want to exclude C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\Application\Appl>, which is the local AOS store of the label files.

Sunday, July 12, 2015

Dynamics Ax performance and SQL cores

Past few days i was at the customer site who was facing many performance issues in the Dynamics AX application . Many day to day operations were extremely slow and users were complaining a lot about the application performance. In my initial investigation i found the there were many configurations in SQL which were not optimized for Dynamics AX . Max degree of parallelism was not set to 1, only one tempdb data file was created and of course there were many indexes suggestions.  Other than these observations there was something unusual happening on the SQL server. SQL server had 8 cores but only 4 were utilized and were on the peak utilization most of the time.  I curiously looked into this direction and BINGO ! SQL server had only 4 processor license.
I used sp_readerrorlog to get these details. After updating the SQL license for 8 processors we got rid of  many performance issues.



Tuesday, May 19, 2015

Azure Site Recovery solutions supported for Dynamics AX


If you are managing a SharePoint or Dynamics AX deployment, you can use ASR to eliminate the cost and overhead of maintaining a stand-by deployment for DR or DevTest. ASR can replicate the entire farm and bring it up on-demand for disaster recovery or for creating a production-like test copy. Any new application or configuration changes deployed on the primary farm will be automatically replicated within minutes so you do not have to invest in complex processes to keep the secondary farm up to date.


http://azure.microsoft.com/blog/2015/05/04/application-aware-availability-solutions-with-azure-site-recovery/