Tuesday, May 14, 2013

Mobile Solutions for Microsoft Dynamics AX

MOBILE SOLUTIONS FOR MICROSOFT DYNAMICS AX

Dynamics Anywhere offers a suite of powerful yet easy to use mobile solutions that support various business processes. The following solutions are available:

AX Anywhere - Logistics
A solution offering mobile processes to support your warehouse operations
AX Anywhere - Retail
A solution covering the mobile processes related to inventory management in a retail outlet
AX Anywhere - Sales
A mobile solution that supports field sales or counter sales processes with an order
AX Anywhere - Production Control
A solution that covers the mobile processes related to manufacturing companies production process
AX Anywhere - iPad Field Sales
An offline mobile sales solution that offers sales representatives access to customer and order information

The Dynamics Anywhere mobile solutions for Microsoft Dynamics AX have properties that make our solutions really unique:

Fully integrated in Dynamics AX
This assures you that our mobile solutions will work perfectly within your existing Microsoft Dynamics environment. In addition, your current ERP partner can do the implementation and support.
Completely based on Microsoft technology
Our mobile solutions are based on familiar Microsoft products like Windows Server and IIS and do not use any (3rd party) middleware. This makes implementation and support easy.
Extremely flexible
Each solution can be tailored to your specific needs with a range of available settings in Dynamics. And if necessary, it is also possible to enhance or modify our solutions in the same way as you can modify your Dynamics processes; simply by adding or changing the business logic of Dynamics itself.
Device independent
The Dynamics Anywhere solutions run on virtually any device with a browser, including tablets, rugged mobile terminals and smartphones. This offers freedom of choice and cost savings in supporting a mobile infrastructure remotely

For more information see http://www.dynamicsanywhere.com

Enterprise Portal: Lookup not works in Enterprise portal

If user clicks on lookups then lookup form will display but the selected value will not reflect in to the text box.

Solution: Disable IE ESC for the users
1. Open the Server Manager Tool. Configure IE ESC is located on the right hand side of the interface in the section heading Security Information.
2. Select the link Configure IE Esc and the configuration window will open. At this point you can choose whether to turn off IE ESC for Administrators or for Users or for both.

Tuesday, October 9, 2012

A user session on the Server could not be created. Try to Start the client again.

Hello All,

Its been long time ago I am being blogging as I was busy with current projects.

Just yesterday when I was working on one AX 2012 instance in TEST area i encounter with the error as below.

"A user session on the Server could not be created. Try to Start the client again." when rich client starts. The same error shown below in screen.
(Similar error also occur in EP )


Inline image 1


Reason: The reason behind that is when there is no free space in sql server where the AX database resides.
Solution : Create some free space by removing or moving files from the drive or expanding the drive.

Happy DAXing!!

Tuesday, June 14, 2011

Enterprise Portal Installation: Error during retrieval of List of Sites

Enterprise Portal Installation: Error during retrieval of List of Sites
The log file contains...

Entering function Microsoft.Dynamics.Framework.Deployment.Portal.IEPDeployment.GetVirtualServerList
Entering method GetNamesOfAllWebSites
Leaving method GetNamesOfAllWebSites
The return value from this method is '1,2,3,4,5,288200494,1434903486'.
Entering method GetWebSite
The input parameters to this method are: '1'
Leaving method GetWebSite
The return value from this method is '1'.
Entering method GetFriendlyNameOfWebSite
The input parameters to this method are: '1'
Entering method GetWebSite
The input parameters to this method are: '1'
Leaving method GetWebSite
The return value from this method is '1'.
Leaving method GetFriendlyNameOfWebSite
The return value from this method is 'Default Web Site'.
Entering method GetPortNumberOfWebSite
The input parameters to this method are: '1'
Entering method GetWebSite
The input parameters to this method are: '1'
Leaving method GetWebSite
The return value from this method is '1'.
Exception: System.InvalidOperationException

Message: Operation is not valid due to the current state of the object.

FullText: System.InvalidOperationException: Operation is not valid due to the current state of the object.
at Microsoft.Dynamics.Framework.Deployment.Web.WebSiteConfigurator.GetServerBindingsInformation(String webSiteName, ServerBindings serverBinding)
at Microsoft.Dynamics.Framework.Deployment.Web.WebSiteConfigurator.GetPortNumberOfWebSite(String webSiteName)
at Microsoft.Dynamics.Framework.Deployment.Portal.EPDeployment.get_IISVirtualServers()
at Microsoft.Dynamics.Framework.Deployment.Portal.EPDeployment.GetVirtualServerList()
at Microsoft.Dynamics.Framework.Deployment.Portal.EPDeployment.Microsoft.Dynamics.Framework.Deployment.Portal.IEPDeployment.GetVirtualServerList()
at Microsoft.Dynamics.Setup.DeploymentPortalWrapper.GetVirtualServerList()
at Microsoft.Dynamics.Setup.MainForm.s300_ShowTab(Object sender, EventArgs e)
at Microsoft.Dynamics.Setup.AxTabPage.ShowPage()
at Microsoft.Dynamics.Setup.MainForm.ShowPage(PageIDs pageID)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

==== Setup encountered an unhandled exception and could not be completed. For details see the previous messages in the log. ===
Solution: Check the .NET Bussiness Connector Permissions. Resolved...