Advanced Store Servers
This section describes how to install Advanced Store on the EOM and ETS Servers.
Installing the Advanced Store Servers, EOM and ETS, consists of the following steps:
- (Optional) Manually create a Configuration Settings text file for the Customer Configuration Overlay. Use the syntax provided in this topic.
- Install the AS Store Server Suite, which installs the files, registry, and environment variables.
- Run the Customer Configuration Overlay to configure the system.
- Run the DSR Enterprise Servers installation to install the required Utilities only.
Install the AS Server Suite
The following command installs the Advanced Store Server Enterprise Suite on the EOM server and on the ETS server.
AS Server Enterprise Suite | |
---|---|
"NCR AS Server Suite.exe" /v"/qb SERVERTYPE=[EOM|ETS]" |
|
"NCR AS Server Suite.exe" | Windows command to run the installer by its name. |
/v" | Passes command-line options and values to the MSI during installation. When using this switch, end the command line with a quotation mark ("). |
/qb | Quiet (or silent) installation with a basic user interface. |
SERVERTYPE= |
|
Install the Customer Configuration Overlay
The following command installs the Customer Configuration Overlay on the EOM and ETS servers.
AS Customer Configuration Overlay | |
---|---|
msiexec /i "NCR Advanced Store Server - Customer Config Overlay.msi" /qb CONFIGFILE="C:\ConfigSettings.txt" | |
msiexec /i | Windows command to run an MSI installation package. |
"NCR Advanced Store Server - Customer Config Overlay.msi" | MSI file name. |
/qb | Quiet (or silent) installation with a basic user interface. |
CONFIGFILE= | Specifies the name of the configuration file. |
"C:\ConfigSetting.txt" | Name and location of the configuration file that contains all the parameters required for installation. Rename this file as needed. |
The following table describes the ConfigSetting.txt parameters for the Advanced Store Server Customer Configuration Overlay. For each AS server (EOM or ETS), create this file and edit as necessary.
ConfigSetting.txt for AS Customer Configuration Overlay | |
---|---|
Section 1: Installation directory | |
#// INSTALLDIR= | Location where the application will be installed. Note
If not set (or left commented out), the application will be installed in %PROGRAMFILES(X86)%\NCR\DSREnterprise. |
Section 2: Connection strings and other configuration data | |
WO_UNIQUE_ID= | The WebOffice name of the system. This is usually the computer name by default. |
ENTERPRISESERVER=localhost | The server location of the enterprise database server and instance, if not default. Example
192.168.0.17\NCRWO (where “192.168.0.17” is the computer name or IP address and “NCRWO” is the instance name). |
SQLDBUSER=rteuser | The name of the runtime SQL user that NCR processes will use. |
SQLDBPASSWORD=RTE$t0re | The password for the runtime SQL user that NCR processes will use. |
Section 3: HTTPS redirect | |
#// HTTPS_REDIRECT="false" | Valid values:
Note
Leaving this line commented out will use https. |
A line preceded by #// indicates a comment line.
Install the DSR Enterprise Utilities
To install Utilities on the EOM and ETS server, follow these steps.
- Create a copy of the ConfigSettings.txt file used when installing the DSR Enterprise Server.
- Configure the file to install only Utilities by specifying INSTALL_UTIL=1. For specific details, refer to DSR Enterprise Servers.
- Run the DSR Enterprise Server installation (.msi) file:
msiexec /i "NCR DSR Enterprise Server.msi" /qb CONFIGFILE="C:\ConfigSettings.txt"