Instance Deployment: To Set Up a Group of Customer Portal Instances
In this activity, you will learn how to create a group of Customer Portal instances.
Story
Suppose that you are the system administrator of your company, and you need to set up a group of two Customer Portal instances with the Retail group identifier.
Process Overview
In this activity, you will deploy two Customer Portal instances and specify the Retail group identifier in their configuration files.
System Preparation
Before you begin doing this activity, make sure that you have performed the following prerequisite activity: Instance Deployment: To Deploy an Instance with Demo Data.
Step 1: Deploying Customer Portal Instances
To deploy the first Customer Portal instance that will be included in the Retail group, do the following:
- On the Start menu, click Acumatica ERP Configuration to open the MYOB Acumatica ERP Configuration Wizard.
- On the Welcome page, click Deploy a New Acumatica ERP Instance.
- On the Database Server Connection page, specify the following settings, and then
click Next to proceed to the next page:
- Server Type: Microsoft SQL Server
- Server Name: (local)
- Windows Authentication: Selected
- On the Database Configuration page, specify the following settings, and then
click Next to proceed to the next page:
- Connect to an Existing Database: Selected
- Available Databases on the Server: The database that is used by the MYOB Acumatica instance for which you want to create the Customer Portal instance
Important:For a group of Customer Portal instances, the database must be the same across all instance. - On the Tenant Setup page, select the tenant that is used by the MYOB Acumatica instance, and click Next.
- On the Database Connection page, select Windows Authentication.
- Click Next.
- On the Instance Configuration page, specify the following settings:
- Instance Name: Portal1
- Create Self-Service Portal: Selected
- Local Path to the Instance: The path on the local
computer to this application instance Tip:The path looks like C:\Program Files\Acumatica ERP\Portal1.
- Click Next.
- On the Website Configuration page, verify the following settings, and then click
Next to proceed to the next page:
- Website Settings: Default Web Site
- Create Virtual Directory: Selected
- Virtual Directory Name: Portal1
- Use Existing Application Pool: Selected
- List of existing application pools: DefaultAppPool
- On the Confirmation of Configuration page, do the following:
- Check the configuration settings that you have specified.
- Click Finish to deploy this Customer Portal instance.
Step 2: Specifying the Group Identifier for the Customer Portal Instances
To specify that the Customer Portal instances that you have deployed in the previous step belong to the Retail group of instances, do the following for each of the instances:
- Open the web.config file corresponding to the Customer Portal instance.Tip:This file is usually located in %Program Files%\Acumatica ERP\<instance name>, where <instance name> is the name of the Customer Portal instance—that is Portal1 or Portal2.
- In the file, find the
appSettings
section. - In the
PortalSiteID
setting, which represents the group identifier of the Customer Portal instance, specify the Retail value as follows.<add key="PortalSiteID" value="Retail" />
- Save the web.config file; this causes the system to automatically restart.