Thursday 30 April 2015

Modern POS Activation in Dynamics AX for Retail R3 Cumulative Upate 8





With the latest version Microsoft Dynamics AX 2012, Microsoft has came out with the Mobile application for Retail POS which includes Retail Modern POS, a point-of-sale app for PCs, tablets, and phones. The modern POS includes the basics around tender/transaction, but now also extends into a rich clienteling or assisted sales offering, as well as back office capabilities at the employees fingertips. The power of this new modern POS is that it becomes much more than a Point of Sale experience – it is a customer engagement dashboard!


I would like to give you a brief walk-through on the installation and activation process of Modern POS. Follow below steps to install and activate Modern POS in Windows Server 2012 R2 or Windows 8.


Install Desktop Experience

The Desktop Experience feature enables you to install a variety of Windows 8 features on your server running Windows Server 2012. If you use Windows Server 2012 as your primary operating system, you might want to have some of these Windows 8 features available for your daily use.


Install Desktop Experience in Windows server 2012 R2
  1. Click Start, point to Administrative Tools, and then click Server Manager.
  2. In Server Manager, click Features, and then in the Server Manager Details pane, under Features Summary, click Add features.
  3. The Adding Features Wizard starts.
  4. In the Features list, select Desktop Experience, and then click Install.
The desktop experience is not required to install for Windows 8 OS


Developer license

In most cases, if you want to install and test an app, you must get a developer license for each machine on which you want to run the app.


Getting a developer license at a command prompt
If you aren’t using Visual Studio 2013, you can get and manage developer licenses at a command prompt by running these commands in Windows PowerShell.
  • Show-WindowsDeveloperLicenseRegistration. This command opens a dialog box from which you can get a developer license and install it on the local machine. To run this command, you must have a valid Microsoft account. You also must run this command in a command prompt with elevated permissions.


  • Get-WindowsDeveloperLicense. This command returns an object that has two properties: ExpirationTime and IsValid. ExpirationTime is a System.DateTime structure that contains the date and time when the license expires. IsValid is a System.Boolean that indicates whether the license is valid. You can run this command from a command prompt that doesn’t have elevated permissions.


  • Unregister-WindowsDeveloperLicense. This command warns you that some apps will stop working if you remove the developer license from the local machine. If you choose “Yes” (the default) to confirm that you want to remove the license, the license is removed from the local machine. You must run this command in a command prompt with elevated permissions.

Configure Group Policy for side loading

  1. Open the Group Policy Management Editor
  2. Click to expand Computer Configuration, Administrative Templates, Windows Components, and then App Package Deployment.
  3. Double-click the Allow all trusted apps to install setting.
  4. In the Allow all trusted apps to install window, click Enabled and then click OK.
  5. Setting the Group Policy to allow trusted applications updates the following registry setting:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps = 1

Install the prerequisites for Modern POS

  1. You can install Visual Studio Express 2013 to obtain the files, and then manually install the prerequisites for Modern POS.
  2. Download and install Visual Studio Express 2013.
  3. Copy and paste the following files to the specified locations.
    File1: Microsoft.WinJS.2.0.appx
    Copy from “\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.WinJS.2.0\1.0\
    To “\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS\x64\Dependencies\”
    File2: Microsoft.VCLibs.x64.12.00.appx
    (64-bit operating systems only)
    Copy from “\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.VCLibs\12.0\AppX\Retail\x64\ “
    To “\Program Files\Microsoft Dynamics AX\60\Retail Modern POS\x64\Dependencies\x64\”
    File3: Microsoft.VCLibs.x86.12.00.appx
    (32-bit operating systems only)
    Copy from “\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.VCLibs\12.0\AppX\Retail\x86\”
    To “\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS\x86\Dependencies\x86\ “

Manually install the prerequisites.

  1. Open a Windows PowerShell session as an administrator.
  2. Run the following command to install WinJS. Add-AppxPackage “:\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS\x64\Dependencies\Microsoft.WinJS.2.0.appx
  3. Run one of the following commands to install VCLibs.
    On a 64-bit operating system
    Add-AppxPackage “:\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS\x64\Dependencies\x64\Microsoft.VCLibs.x64.12.00.appx
    On a 32-bit operating system:
    Add-AppxPackage “:\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS\x86\Dependencies\x86\Microsoft.VCLibs.x86.12.00.appx

Install Modern POS using Power Shell

Run Install-Retail Modern POS command through power shell to install Modern POS.
Power Shell Command
.\Install-RetailModernPOS.ps1 “C:\Program Files (x86)\Microsoft Dynamics AX\60\Retail Modern POS”

Configuring Retail Server using Power Shell

Retail server is very important component for Modern POS. Power Shell Command to deploy retail server –
$Cred = @((New-Object System.Management.Automation.PSCredential(‘domain\aosadmin’,(ConvertTo-SecureString ‘Aos@admin123′ -AsPlainText -Force))))
.\DeployRetailServer.ps1 -SettingsXmlFilePath .\rs-settings-updated.xml -TopologyXmlFilePath .\rs-topology-updated.xml -Credential $Cred -Authentication $Cred
Go to Retail server’s web.config and make sure RequireSSL setting is “false”

Test the Retail Server

Run this URL on browser.
http://:/RetailServer/v1/$metadata

Modern POS Activation

1. Start the Microsoft Dynamics AX Modern POS app.
2. In the Device Activation page, enter the URL for the Retail Server. After you enter the URL, the device is queued in the Microsoft Dynamics AX client where it must be approved. After the device has been approved, the client is ready to use.

 Troubleshooting MPOS

There are many hurdles in installing and activating the MPOS. I am trying to consolidate the solutions and below are few which can help you in fixing the issues.
  1. User ‘000XXX’ logon request error – https://community.dynamics.com/ax/f/33/t/151213.aspx
  2. Wrong End point exception – https://community.dynamics.com/ax/f/33/t/151054.aspx
Hope this will help you install and activate the Modern POS. Do like the post and comment if you face any difficulty in installing the MPOS.

No comments:

Wikipedia

Search results

Contact Form

Name

Email *

Message *