Total Pageviews

Search This Blog

Wednesday, February 23, 2011

Question - How to Scale out AIF WebServices via Load Balancer

We have a load-balanced environment where we have 6 AOSServers in a clustered environment each hosting AIF Webservices on IIS.


The Load Balancer is basically a virtual IP which routes the requests to the 6 AOS Servers depending on the load. Now, when we try to consume the AIF Services hosted on the 6 boxes through the Load Balancer, the request doesn't go through, but when we try to consume the AIF Services directly from one of the 6 boxes, it works fine.


How do we make the request work through the load balancer? Anyone has any ideas or experienced this before, Please post your comments. Thanks.

P.S - Googled it, and this link at the end talks about the inherent limitation which AIF WebSercvice has as it has 1:1 relationship with the IIS website http://www.eggheadcafe.com/software/aspnet/32946372/aif-web-services-ax2009--scaling-out.aspx

Tuesday, February 22, 2011

Microsoft Dynamics AX 2012 – Can Microsoft’s Largest ERP Release Take on SAP

This morning I got an email from Derek Singleton, ERP Analyst from Software Advice requesting me to publish this video interview on my blog.

The CEO of Software Advice interviewed Microsoft’s Director of ERP Marketing, Guy Weismantel and he talks about the latest updates to the Dynamics ERP product line.

Over the next two weeks, 7 videos, would be published each centered on one question about Dynamics ERP offerings.






 “What’s new in Microsoft Dynamics AX 2012?” http://www.softwareadvice.com/articles/enterprise/microsoft-dynamics-ax-2012-can-microsoft%E2%80%99s-largest-erp-release-take-on-sap-1022111/.






In brief, this video talks about :

* 2012 one of the Biggest Release of Dynamics AX ERP Product Line
* 1200+ New Features
* Lot of new functionality
* New way to use Business Apps
* General Availability is Q3 2011



Watch out for the next footage/video which talks about: “Can Microsoft Dynamics ERP move to the cloud?”

Dynamics AX 2009 Role Center Migration Issues

In our Project, we have around 40 approx. custom role center pages and we have to often do a deployment from DEV to other environments. In this process the web part pages come up, but the Quick Links don't turn up properly.



DEV

This is how the role center page looks in DEV











UAT (After Migration) – This is how it looks like after we migrate, The issues here are:


















  1. My Reports Label Description coming as "Quick Links Web Part[1]"
  2. All the Links in My Reports not showing up after migration
  3. My Links Label Description coming as "Quick Links Web Part[2]"
  4. Desktop Links (hidden) ones not getting migrated properly to UAT
 
Migration Process: (These are the steps carried out to migrate the role center page from DEV)

  1. Export Page Definition and Web Menu Url for the specific Role Center Page from AOT > Web > Page Definitions
  2. Import Page Definition into UAT
  3. Deploy Page Definition from UAT
  4. Export Cues and Links by choosing the option Export to AOT
  5. Export the whole Cues and Link from AOT as xpo
  6. Import the Cues and Link from AOT
  7. IISReset in UAT

Please note that I'm using axupdateportalutility when we have to do a full migration but for partial migration like one or two role center pages we follow the above steps. Even when I do an axupdateportalutility for full migration, still we have these issues of missing links.

 
The current workaround for this is either to go manually and add the links in each environment or I usually write a sql script which updates the sysquicklinks table at the database level.
Does anyone else facing the same issue and how to resolve it in AX way? Any responses appreciated.

 

Saturday, February 19, 2011

Dynamics AX 2012 Presentation by Gary Holsopple at AXUG Ohio

Gary Holsopple, Sr. Systems Architect at Vita-Mix have made an excellent summarized presentation on Dynamics AX 2012 @ Ohio Ax User Group.

Thought to share it over here..http://prezi.com/cbfqxydd2f_c/axug-ax2012/

Thanks to Gary for the cool presentation on Dynamics AX 2012.

Thursday, February 17, 2011

Scheduling a Batch Job through code, Batch Multithreading and creating batch tasks at run time

Last few days, I was bit busy exploring and experimenting with Batch  Jobs and multithreading as we need to load balance these jobs on our 6 AOS Servers to get the maximum performance out of them

Thought to share the following links available on msdn and Klaas blog.

http://msdn.microsoft.com/en-us/library/cc636647.aspx


http://www.artofcreation.be/2010/10/03/batch-multithreading/