-
Module 1: INTRODUCTION AND COURSE OBJECTIVES
Microsoft Dynamics AX 2012 R3 for Retail in eCommerce Stores: Installation and Configuration
-
Module 2: ECOMMERCE ARCHITECTURE
-
Module 3: INSTALLING ECOMMERCE COMPONENTS
- Lesson 1: Pre-installation Tasks
- Lesson 2: Deploy Retail Online Channel and Configure Settings
- Lesson 3: For Server Farm: Configure Settings in the oob-topology.xml File
- Lesson 4: Execute PowerShell Scripts to Deploy and Configure Online Store
- Lesson 5: Verifying the Retail Online Store Deployment and Troubleshooting
-
Module 4: ONLINE STORE SET UP AND PUBLISHING
- Lesson 1: Setting up Online Store Integration
- Lesson 2: Creating Online Store Navigation Structure
- Lesson 3: Creating and Configuring Online Store
- Lesson 4: Configuring Data Distribution and Publishing an Online Store
- Lesson 5: Managing and Publishing Online Store Products
- Lesson 6: Setting Up Shipping Charges for the Online Store
-
Module 6: ECOMMERCE DEPLOYMENT TOPOLOGY
Lesson 3: For Server Farm: Configure Settings in the oob-topology.xml File
For Server Farm: Configure Settings in the oob-topology.xml File
For Server Farm: Configure Settings in the oob-topology.xml File : After you install the online channel by using Microsoft Dynamics AX Setup, locate the oob-topology.xml file in the C:\Program Files (x86)\ Microsoft Dynamics AX\60\Retail Online Channel\tools folder. This file stores configurations and settings for your online store.
This section describes how to configure settings in the oob-topology.xml file. You must configure database server names and SharePoint service account settings in this file. If you do not configure the values described here, the deployment fails.
Lesson Objectives
Database Settings
Connector Settings
The oob-topology.xml file stores account and server settings for a connector service that runs under the SharePoint OWSTimer.exe service. The connector service uses a domain account to publish Retail jobs from Microsoft Dynamics AX to SharePoint. When you execute the PowerShell scripts to deploy the online store the system creates a new SharePoint service and a service instance. You can then view the service instance in SharePoint Central Administration on the System Settings > Manage Services on Server page.
The new service instance is called Dynamics AX Publishing Connector Service. In a production environment, the connector service should be installed on at least two application servers (not web front-end servers). SharePoint prevents two service instances from running at the same time, but does allow failover support. You can specify two application servers where the service instance should run in the oob-topology.xml file, as described in the following procedure.
- Open the oob-topology.xml file in a simple text editor, such as Notepad or Microsoft Visual Studio.
- Search for and replace [RetailJobUser] with the domain account under which the retail publishing job should run; remove the brackets. Type the domain account in the format Domain\UserAccount.
- Search for and replace [PublishingConnectorServiceInstanceServers] with the name(s) of the application servers where the connector service should run; remove the brackets. Type the application server names in the format “server1,server2”, quotation marks included.