Monday, November 28, 2011

Error while firming the planned order: "Lot ID for the production not specified"

Hi,

Sometimes it is possible to facing the error "LotID for the production is not specified." while firming the planned orders from 'Master Planning > Planned orders details'.

Solution:
Please make sure the number sequence settings for the Production must be setup as "Automatically". The above error will come if it is selected as 'Manual'.

Hope this helps.

/Ashlesh

Thursday, November 24, 2011

Enterprise Portal: Failed to “Generate Proxies”

Hi,

While creating proxy class from AOT and after generating proxy for the same from Tools->Dev. Tools-> Web Dev. -> Proxy, using Generate Proxy form. It gives the errors "ClrObject static method invocation error."

To overcome this,
1. go to AOT->Classes->SysEPDeployment->createDevWebsiteProxyDir().
2. find and comment below line,

dir = epSharepointAdmin.GetAppCodeDirectoryFromSiteId(guid2str(epGlobalParam.DevelopmentSiteId));
3. replace it with (locate your virtual directory app_code folder)
dir = "C:\\Inetpub\\wwwroot\\wss\\VirtualDirectories\\sharepoint80\\App_Code"; 
4. Save the class file.

Now, again run the 'Generate Proxy' class. 
 
It works fine.

Thanks.
/Ashlesh

Tuesday, November 22, 2011

EP tools are not visible in VS 2008 toolbox


Hi,

Recently i faced a problem that i can able to install EP development tools successfully. I can also select the Mciforost Dynamics Web project template while creating new Website. 
But not able to find any of the item of AX EP toolbox in the VS 2008 toolbox. So, after finding net a lot i found the below solution.


1. Got to choose item by right clicking on the toolbox in VS 2008.
2. in the .Net Framework component tab, browse for C:\Program Files\Microsoft Dynamics AX\50\Client\Bin\Microsoft.Dynamics.Framework.Portal.dll file.
3. Select all the items starts with AX*, and clickes ok.
4. restart the VS 2008.

Thats all. Hope it helps to someone.


Regards,
/Ashlesh

Thursday, November 17, 2011

AX 2009 - Enterprise Portal Documentation

Hi all,
I have installed and configured the Enterprise Portal for AX 2009 at our end. I faced troubles couple of times to successfully configured the EP on Windows Server 2008 R2 (64 bit) with Sharepoint Server 3.0 during that time. I found the web and got some very helpful documents on some blogs. I am sharing those with you. Hope it will reduce your time to install and configure the EP on  AX2009.

You can find the EP docs from below link:
AX 2009 - EP Documents

Thanks & Regards,
/Ashlesh