In this post, we will see how we can debug production data from the development environment. Applies to: Dynamics 365 Finance Dynamics 365 Supply Chain Management Note: Dynamics 365 Finance and Operations is now licensed as multi-purpose business applications. As…
This article shows a little trick that might be needed for testing AX AIF file adapter based integration. We all know that how frustrating it can be to setup input file ownership to current AX user while testing otherwise AX…
This is a very short article which shows how to write any information into the system event viewer. This is something that can be very useful when trying to debug processes such as batches that are difficult to debug. One thing…
This is the error you receive while trying to access ASMX web service from Windows 7 64-Bit / Windows 2008 Server 64-Bit and IIS 7. If you try to validate Dynamics Ax 2009 workflow web service from Ax, you receive…
If you are running native SQL statements in Ax, you might see below error while executing code. Request for the permission of type ‘SqlStatementExecutePermission’ failed.(S)ClassesSqlStatementExecutePermissiondemand(S)ClassesStatementexecuteQuery(C)JobsRahAddressImport – line 76 Code snippet you might be using: sqlQ = “Select * From…
Sometimes it is really useful to know the Dynamics Ax call stack for debugging purposes. For example if you want to debug a scenario where user is doing something and getting weird results and you know which method is causing…