Home
»
Microsoft Dynamics AX
»
AX WONDERS
»
All Tags
»
X++
Browse by Tags
.NET
AIF
AOS
Application Object Server
Application Tier
Ax 2009
AX 2012
Ax DataSource
AX Reporting
AX2009
Bussiness Connector
Data Security
Dynamics AX
Dynamics ERP 2012
Enterprise Portal
ERP
FULL TEXT INDEX SEARCH
Microsoft Dynamics AX 2009
Microsoft SQL 2008 R2
Server Configuration
Server-Enforced Security
SQL DataBase
System Architecture
WCF
Web Services
Related Posts
Blog Post:
Sunrise Technology Wants You.
Eduardo Arias
Hi there, A few months ago I had the great opportunity to start working with Sunrise Technologies ( http://www.sunriseconsult.com ), one the leading VARs in the US. Let me tell you, I thought I knew what to work for a good company was, until I started working at Sunrise Technologies. Why am I saying...
on
8 Feb 2012
Blog Post:
Test AIF Service with X++
Eduardo Arias
The following code will allow you to make sure the AIF service is running in our server. In addition, you can use this code to run the AIF service at any moment instead of using a batch process. static void TEST_AIF(Args _args) { AifGatewayReceiveService agrs = new AifGatewayReceiveService(); AifInboundProcessingService...
on
27 Jan 2012
Blog Post:
Calling the InventTransferJournalService in AX 2012
Eduardo Arias
The following is the code ( written by Becky Newel from Microsoft ) to call the InventTransferJournalJournalService in AX 2012. TransferJournalServiceClient client = new TransferJournalServiceClient(); CallContext context = new CallContext(); AxdTransferJournal journal = new AxdTransferJournal(); AxdEntity_InventJournalTable...
on
5 Jan 2012
Blog Post:
Microsoft Dynamics AX 2012 White Papers: Code Upgrade
Eduardo Arias
Hi! The following link will allow you to download a series of white papers that are related to Microsoft Dynamics AX 2012 code upgrade, among other stuff. http://www.microsoft.com/download/en/details.aspx?id=20864 In summary, the white papers cover the following: Code Upgrade Overview - Discusses changes...
on
19 Dec 2011
Blog Post:
Naming Conventions in Microsoft Dynamics AX
Eduardo Arias
Hi there! I remember when I started developing software ... oh man, time goes fast as it was many years ago. In my first job I had a manager that would always reminded me to create clear naming conventions for my objects. He believed this was the base for any software development design as they were...
on
17 Nov 2011
Blog Post:
Configuring and running the AX 2012 Hyper-V image with VirtualBox
Eduardo Arias
Hi! A while ago I started setting up the AX 2012 virtual box in my laptop. It took me a few days to download and have everything ready to start setting the machine up. However, when I finally found the time to install it, I got a few errors on virtual PC . As a result I was unable to boot the machine...
on
16 Nov 2011
Blog Post:
Inside Microsoft Dynamics AX 2012 Performance
Eduardo Arias
Hi there! I found a very interesting video on AX 2012 performance. It is amazing and really exciting to be part of this release as there have been many improvements to create a better, more reliable and faster product. The following are the key points in the video: 1- Ax 2012 focuses its efforts on the...
on
16 Nov 2011
Blog Post:
Get the active comapny in AX 2009 - curExt()
Eduardo Arias
Use the curExt() function to get the active company in AX; static void curExtExample(Args _arg) { str CompanyId; ; CompanyId = curExt(); Info(CompanyId); } You would also use the following with the same results. However, the above is much more elegant. static void curExtExample(Args _arg) { str CompanyId;...
on
7 Nov 2011
Blog Post:
Microsoft Dynamics AX 2012 White Paper: Selecting the Best Development Technology for Your Application Development Scenario
Eduardo Arias
Microsoft Dynamics AX 2012 provides developers with new choices for programming models and developer technologies. The following link discusses the following topics: Development patterns in Microsoft Dynamics AX 2012 Programming models available in Microsoft Dynamics AX 2012 Changes to the core development...
on
4 Nov 2011
Blog Post:
Indexes In Microsoft Dynamics AX
Eduardo Arias
Today I would like to have a discussion about Indexes in AX. In my opinion, I think it is extremely important to create an architecture that will support the fast retrieving of records . In addition, there is no way we can provide a good service if we don’t provide a nice and easy to follow guide on...
on
2 Nov 2011
Blog Post:
AX 2012 Extended Architecture
Eduardo Arias
AX 2012 Extended Architecture Besides the common (most simple) AX 2012 architecture, there are several other components of the Microsoft technology stack are used in a typical deployment. The following is a list of the one that are most commonly deploy with implementations: Reports are delivered by SQL...
on
2 Nov 2011
Blog Post:
Plan a Succesful AX 2009 System Topology
Eduardo Arias
Hi, Today I would like to talk about a topic that, when followed with professionalism, can differentiate a good consultant from a bad one. If you think about it, Microsoft Dynamics AX has become the way to help companies become more efficient, and to also help them save money. However, is also true that...
on
31 Oct 2011
Blog Post:
AX 2009 Workflow - Run batch jobs through a Job
Eduardo Arias
When working with Workflows, sometimes have encountered a situation where my workflow item just don't run. This might be due to a problem on the Batch Server. To test (run) the workflow mimicking the batch server we can write the following job. static void workflowJobs(Args _args) { SysWorkflowMessageQueueManager...
on
27 Oct 2011
Blog Post:
Unable to validate the AX 2009 Workflow Webservice URL on a Windows Server 2008 R2 x64 - The request failed with HTTP status 405: Method Not Allowed.
Eduardo Arias
Hi, I was having some issues yesterday validating an URL in Windows Server 2009 R2 - 64. I have done this a few times already and the process have been really smooth and straight forward. However, in the environment I'm working on right now I the The request failed with HTTP status 405: Method Not...
on
27 Oct 2011
Blog Post:
Configuring Kerberos Authentication with Enterprise Portal in AX 2009
Eduardo Arias
Hi, I remember the first time I had to setup the AX 2009 EP. Oh man, it was painful at the time and I wished I could have had the document I'm about to share/ In a way I feel lucky I had to do it and figure it out on my own as the document really makes sense, and I see now what where the steps I...
on
27 Oct 2011
Blog Post:
How is X++ converted to MSIL
Eduardo Arias
Hi, I found a superb video about how Microsoft is translating X++ code to MSIL. I remember that this great new model was anounced at Convergence 2011. Here it is. http://channel9.msdn.com/Blogs/Charles/Peter-Villadsen-and-Gustavo-Plancarte-Inside-Ax-Translator-X-to-MSIL
on
27 Oct 2011
Blog Post:
Standalone AOS and AOS Clusters
Eduardo Arias
The following is an explanation of some of the possible combination we can have when it comes to AOS’s in our environments. For what I have learned over the years, we can have several different AOS setups, starting from a single AOS environment (usually used in a development and/or test machine) to a...
on
6 Oct 2011
Blog Post:
Channel 9 - AX 2009 AIF Web Services
Eduardo Arias
The following link will take you to a Channel 9 screen cast where you can learn about the new features of the AX 2009 AIF Web Services. The following are some of the enhancements to Application Integration Framework (AIF) in AX 2009 AIF Web Services. 1. Create, read, update, and delete operations are...
on
6 Oct 2011
Blog Post:
Loop through SELECTED records on an AX Form - AX 2009
Eduardo Arias
We have the ability to loop through SELECTED records on a AX form in X++. There are many ways to accomplish this in AX, but based on my requirements I made the choice of looping through the selected records in a button's click() method. CustInvoiceJour localCustInvoiceJour; FormDataSource form_ds;...
on
5 Oct 2011
Blog Post:
Error code 122 - AX 2009
Eduardo Arias
While modifying some code on my devlopment machine i came across the following error... Error in file: D\MDAX\AppFiles\..while writing in record = 336985 Windows error: = Error code: 112 = Unknown Error The above error (based on the msdn description) means that the disk is full ( ERROR_DISK_FULL : There...
on
4 Oct 2011
Blog Post:
Code to refresh system tables in AX 2009 - SysClientSession Table
Eduardo Arias
The following code will refresh the system tables in AX 2009. I had an issue with the SysClientSession table this morning and I found some documentation about from Microsoft where they suggest running a script to allow the syscronozation of systables. The kernel uses the SYSTABVERSION parameter value...
on
26 Sep 2011
Blog Post:
AX 2009 Data Import / Export
Eduardo Arias
The following post is about shows how to: 1- Export data from a company in AX using a definition Group 2- Creating a new company that will take the new data 3- Importing the data exported from step 1 into the new company created in step 2 using a definition group as well. In a current project, I needed...
on
14 Sep 2011
Blog Post:
AX 2012 - New Improvements in Data Security
Eduardo Arias
The new version of AX offers many new features to all of us. These go from development improvements to data security, which is the one topic I would like to focus on in this post. The following are the improvements with regard to data security: Role-based security Server-enforced security Extensible...
on
23 Aug 2011
Blog Post:
Inside Microsoft Dynamics AX 2012 - Usability
Eduardo Arias
This is a great video on AX 2012 usability. It explains the different industries where AX 212 is making a huge impact. Check it out! https://community.dynamics.com/product/ax/axnontechnical/b/axvideos/archive/2011/08/15/inside-microsoft-dynamics-ax-2012-usability.aspx
on
22 Aug 2011
Blog Post:
Register now to join Steve Ballmer at the Microsoft Dynamics® AX 2012 virtual launch event
Eduardo Arias
Register to this free virtual event from the following link http://www.microsoft.com/dynamics/ax2012launch/?fbid=0ufugE7brGO#register
on
18 Aug 2011