Total Pageviews

Search This Blog

Friday, August 28, 2009

Aurigo bags 3 new Dynamics AX Implementations

Read more here about Aurigo who has this product known as BRIX 2009 (which is for construction vertical) and they have already done 10 deployments and just recently bagged 3 new projects.

http://www.indiaprwire.com/pressrelease/information-technology/2009082031911.htm

Wednesday, August 26, 2009

Pros and Cons of Dynamics AX on the Cloud

Here, is a very good post from Jeff and Brandon about Dynamics AX on the Cloud. It's an interesting read on what are some of the obstacles in moving mission critical ERP apps to cloud.

http://dynamics-ax.blogspot.com/2009/08/dynamics-ax-in-cloud-when-why.html

Sunday, August 23, 2009

Create OLAP cubes on the fly from any standard AX report

http://www.youtube.com/user/cimbax09

X++ Web UI Framework in Enterprise Portal will be Discontinued

The X++ based Web UI Framework in Enterprise Portal will be Discontinued in Future Releases of Microsoft Dynamics AX


Effective with general availability of the next version of Microsoft Dynamics AX, Microsoft will discontinue the X++ based Web User Interface in Enterprise Portal. The current release, Microsoft Dynamics AX 2009, is the last that will include the X++ based Web User Interface. In future versions, only the Enterprise Portal ASP.NET Web User Interface Framework will be included.



Background
The Enterprise Portal X++ Web User Interface Framework is a development and runtime component of Enterprise Portal for building and rendering the Web user interface.


The Enterprise Portal X++ Web User Interface Framework first shipped with Navision-Damgaard Axapta 2.5. It includes a set of nodes in the AOT, such as Web Forms, Web Reports, and Weblets, for defining the Web user interface components. It also includes a set of X++ kernel classes for reading and generating HTML from these elements and renders them as Web pages. In addition, it includes a set of Microsoft Dynamics AX Web Parts (Web Forms Web Part, Web Reports Web Part, Web Menu Web Part, and the Generic Web Part) and a set of out-of-the box application pages in Enterprise Portal that use these Web Parts.

With Microsoft Dynamics AX 2009, a new Web User Interface Framework based on ASP.NET, with managed APIs, Visual Studio-based development tools, and out-of-the-box application pages in Enterprise Portal built with this new Web User Interface Framework. For backward compatibility, the X++ Web User Interface Framework shipped along with the new ASP.NET Web User Interface Framework in Microsoft Dynamics AX 2009

Since Microsoft Dynamics AX 2009 contains no dependencies on the Enterprise Portal X++ Web User Interface Framework, and future investment is focused on technologies built on the ASP.NET Framework-based Web User Interface, the Enterprise Portal X++ Web User Interface Framework will not ship in future Microsoft Dynamics AX releases.

Take Action

Customers, partners and ISVs using solutions based on the Enterprise Portal X++ Web User Interface Framework should plan to migrate those solutions to the Enterprise Portal ASP.NET Web User Interface Framework. For documentation about creating user controls with the Enterprise Portal ASP.NET Web User Interface Framework, go to http://msdn.microsoft.com/en-us/library/cc595764.aspx.

To learn more about the Microsoft Business Solutions Support Lifecycle, go to http://support.microsoft.com. You can also call Microsoft Business Solutions at 1-888-477-7877 with additional questions.

My thoughts:

1. This is a good move as developers with C# and VB.Net can be more productive in designing the web objects for AX. They need not depend on X++ Application Developers

2. Developing and Deploying web-based portals/webparts will be much more easier and rapid and also one can start using the new Web 3.0 framework as well as the power of Silverlight, AJAX etc.

Friday, August 21, 2009

Tip: Restoring SQL database which is on the network

Problem:
Recently, I came across this issue when I had to restore a AX Database backup. Initially, I did copy the database which was of 25 gb size to the server where I wanted to restore, but I ran out of space. So the only option left me with was to do a restore via the network.

Solution

There's an option wherein you can just type in the network path of the backup file, if your account has enough permissions on the SQL Server service which is running. Check the screenshot below



This will do the trick. Also, if you are interested in SQL Scripts, this can be done very much the scripting way too! Happy SQL'ing :-)