Total Pageviews

Search This Blog

Saturday, July 31, 2010

Register for Microsoft Dynamics AX 2011 Technical Conference

This is a 3-day event about the upcoming release of Dynamics AX 2011 held @ Redmond, USA.  Some of the highlights of this event are:

 
  • · Developers building and implementing solutions on Microsoft Dynamics AX. Understand how you can be more productive and provide innovative vertical solutions. Understand the philosophy behind the model-driven design and the service-based architecture built on the foundation provided by the Microsoft .NET Framework.

  • · Technical Implementation Consultants can learn about the simplification of the deployment architecture, and integration with the Microsoft platform components like Microsoft SharePoint 2010, Microsoft SQL Server 2008 R2, Microsoft Visual Studio 2010, and Microsoft Office 2010.

  • · Get hands-on experience with the upcoming release of Microsoft Dynamics AX.

  • · Talk directly to the team building the product.

  • · Network and learn from other partners and customers to plan your upgrade.

  • · Get a pre-release version to continue your learning and development when you get back to the office.


More info, can be found on this link
http://www.microsoft.com/dynamics/DynamicsAXtechnicalconference2011/default.html


 

Happy DAX'ing 

 

 

 

 

 

Dynamics AX 2009 Enterprise Portal Web Form Converter to Web User Controls

Thought I would share with you this useful link which I accidentally bumped into while doing some search on EP. This is useful if you have want to convert Dynamics AX 4.0 Web Forms to the latest Dynamics AX 2009 Web User Controls.

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

Intro
The SysEPWebFomConverter class contains several methods that are used when you convert a Web form from an earlier version of Enterprise Portal to the components used with the ASP.NET-based framework. To use this class, save the text of the export file as an .xpo file. Import the .xpo file into the AOT. For details about how to use the methods in the class to convert Web Forms

How do Convert
Read here, more about the conversion http://msdn.microsoft.com/en-us/library/cc620983.aspx

Verify
And at the end you can verify if the conversion succeeded by http://msdn.microsoft.com/en-us/library/cc619852.aspx

Troubleshooting AX 2009 Enterprise Portal Error The type or namespace name "Portal" does not exist in namespace 'Microsoft.Dynamics'

These days, I'm working on developing some new Enterprise Portal pages for creating Inventory Journals and Posting it through EP.

From last couple of weeks, my enterprise portal site on my local virtual image was working fine but suddenly last week it stopped working, I don't know for what reason but it started giving me weird errors like "The type or namespace name 'Portal' does not exist in the namespace 'Microsoft.Dynamics' (are you missing an assembly reference?) " on some of my custom developed pages.

Resolution: This thread on the communities forum helped me as I had to Generate the proxies again and build the pages again.

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.axapta.programming&tid=713a2ca4-60cb-4fc5-9e7f-bb5b8a6f8440&cat=en_US_43057844-26db-48ec-8f54-3dff8e8cfd2f&lang=en&cr=US&sloc=&p=1

Wednesday, July 21, 2010

Dynamics AX 2009 Home Page Icon Missing and Role Center not loads up

Issue
Some days back, we had this issue where suddenly the Home Page icon vanished from our DEV environment and the role center page won't load up in Dynamics AX thick client.

Resolution

1. Googled the issue and thanks to Brandon my friend who experienced similar problem and highlighted it in his blog http://dynamics-ax.blogspot.com/2010/06/dynamics-ax-2009-home-page-icon-missing.html

2. But unfortunately, the above troubleshooting step didn't apply in my case, as the upgrade checklist was up to date, but it definitely helped me as it gave me a clue to check out the EPGlobalParameters Table

3. Opened the ECPGlobalParameters table in AOT and found that the GUID for the URL was pointing wrongly to some another EP site.

4. Updated the GUID to point it to the correct EP Website and that did the trick!

Troubleshooting Dynamics AX 2009 AIF, WCF, IIS on Windows Server 2008 R2

Issue: We installed AIF on Windows Server 2008 R2 running 64 bit, but was unable to browse the website as it was throwing HTTP – 403 Error and the application pool was getting stopped by itself.

Checked the application pool service account and tried restarting the application pool. Restarted IIS but still the application pool stops when we browse the website.

Also, IIS was unable to recognise the .svc extension.


Troubleshooting Steps:

a. Firstly, .svc extension was not getting recognized by IIS, So had to run the servicemodelreg utility which registers WCF (.svc mime type and related handlers into IIS)









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

b. Then, the next error which I got was aspnetcompatibility, which got resolved by turning off the aspnetcompatibility flag in web.config










c. Then, encountered this error, and it got resolved by giving permission for the business connector account to read/write to %windir%/temp folder






d. Finally, in order to access the webservice from a different machine, had to go turn on the anonymous access at DynamicsAXAIF website.