Total Pageviews

Search This Blog

Saturday, November 7, 2015

Dynamics AX 7 Development with Visual Studio

Greetings!

I saw this video on you tube and thought to share with you. This video demonstrates how to use Visual Studio to create a Dynamics AX 7 Project and Add an EDT in AX without MorphX as we all know by now MorphX is taken out in AX 7.

Good video and thanks for sharing

https://www.youtube.com/watch?v=05KsvTcmySs&list=PLIh45kooHi8fcPZIAF8zosVaOGg0ll-D9&index=4



Wednesday, October 28, 2015

Anti-Virus Exclusions for SQL Server, SSRS and Dynamics AX AOS Servers for improved performance

This post is about sharing my experience where I helped some clients to improve their overall application performance.
Quite often I have seen, we neglect the anti-virus softwares which run on our production boxes and scan application and data files, thereby leading to disk I/O and performance issues.
We need to add an exclusion list in our Anti-Virus software to exclude scanning files for SQL, SSRS and Dynamics AX 
A. SQL Server: 

The following paths needs to be excluded:
Sqlserv.exe C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn

Full Text Index Catalog C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\FTData
Data Files (.mdf/.ndf) D:\DATA (Path where SQL Database data files are located)

Log Files (.ldf) E:\Logs (Path where SQL Log files are located)

TempDB files F:\Tempdb (Path where tempdb files are located)
Backup Files (.bak, .trn) G:\Backup (Path where SQL Backup files are located)


B. SSRS Server :

ReportingServicesService.exe D:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin


C. Dynamics AX 2012 AOS Server :

Xppil folder C:\Program Files\Microsoft Dynamics AX\60\Server\AXPROD\bin\XppIL
Label files C:\Program Files\Microsoft Dynamics AX\60\Server\AXPROD\bin\Application\Appl

Thursday, October 22, 2015

Fix corrupt AX Install/Uninstall files using Microsoft Fixit

Greetings!

Got this error 1721 about Windows Installer when trying to do an uninstall of Dynamics AX 2012  R3 Client Visual Studio developer tools.


Solution:

The fix was to use Microsoft Fixit to do a clean uninstall. Refer to the link below

 

Friday, August 14, 2015

Azure VM Tip Cannot connect to VM after changes in cores and memory

Greeting Friends!

I had to change some VM Settings for an Azure hosted VM and after which I was not able to connect back to VM

This blog tip helped me to solve the issue

http://blogs.endjin.com/2014/03/azure-tip-cannot-connect-to-virtual-machine-after-changing-virtual-machine-size/

Troubleshooting Dynamics AX 2009 Enterprise Portal Unable to generate a temporary class

Recently, I bumped on this error while troubleshooting a webpart in AX 2009

Error

Server was unable to process request. ---> Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\vmeyu2da.0.cs' could not be found
error CS2008: No inputs specified


Solution:

Give the app pool iis account read/write permissions to c:\windows\temp folder