NCR UE Command-line Installation
The following command installs AMS at the command-line.
AMS 6.4
msiexec /i "NCR_Universal_Engine_[build number]_x64.msi" /qb SKIPENTCOMMINSTALL=true SKIPDBINSTALL=true SKIPPROMODATAUTLINSTALL=true STORENAME=[UESTORENAME] CONNECT_ENTERPRISE_UE_SERVER=true PROMOBROKERHOST=[UEPROMOBROKERHOST] PROMOBROKERPORT=[UEPROMOBROKERPORT] CUSTBROKERHOST=[UECUSTBROKERHOST] CUSTBROKERPORT=[UECUSTBROKERPORT] COUPONSERVICEHOST=[UECOUPONSERVICEHOST] COUPONSERVICEPORT=[UECOUPONSERVICEPORT] SKIP_REBOOT=true START_IO_NOW=true
AMS 7.x
msiexec /i "NCR_UEIOServer_[build number]_x64.msi" /qb SKIPENTCOMMINSTALL=true SKIPDBINSTALL=true SKIPPROMODATAUTLINSTALL=true STORENAME=[UESTORENAME] CONNECT_ENTERPRISE_UE_SERVER=true PROMOBROKERHOST=[UEPROMOBROKERHOST] PROMOBROKERPORT=[UEPROMOBROKERPORT] CUSTBROKERHOST=[UECUSTBROKERHOST] CUSTBROKERPORT=[UECUSTBROKERPORT] COUPONSERVICEHOST=[UECOUPONSERVICEHOST] COUPONSERVICEPORT=[UECOUPONSERVICEPORT] SKIP_REBOOT=true START_IO_NOW=true NEP_ORG_VALUE=/ NEP_APP_VALUE=[NEP_APP_VALUE] NEP_SHARED_KEY=[NEP_SHARED_KEY] NEP_SECRET_KEY=[NEP_SECRET_KEY]
Variable | Description | Example |
---|---|---|
SKIPENTCOMMINSTALL |
Skips the ENTCOMM component installation. This value should be set to true. |
true |
SKIPDBINSTALL |
Skips the Database component installation. This value should be set to true. |
true |
SKIPPROMODATAUTLINSTALL |
Skips the Promo Data Utility component. This value should be set to true. |
true |
STORENAME |
The store name as specified in AMS Logix. |
UE_Store_Name |
CONNECT_ENTERPRISE_UE_SERVER |
Connects to the Enterprise UE Server. |
true |
PROMOBROKERHOST |
The fully-qualifed domain name (FQDN) or the IP address of the Promotion Broker Server. |
Computer name |
PROMOBROKERPORT |
The port number used to communicate to the Promotion Broker. |
8080 |
CUSTBROKERHOST |
The fully-qualifed domain name (FQDN) or the IP address of the Customer Broker Server. |
Computer name |
CUSTBROKERPORT |
The port number used to communicate to the Customer Broker. |
8080 |
COUPONSERVICEHOST |
The fully-qualifed domain name (FQDN) or the IP address of the Coupon Service. |
Computer name |
COUPONSERVICEPORT |
The port number used by the Coupon Service. |
8080 |
SKIP_REBOOT |
Skip updates that require a reboot. |
true |
START_IO_NOW |
Specifies when to start the UE service.
|
true |
NEP_ORG_VALUE |
Specifies the name of the organization where HTTP requests should be applied. |
/ |
NEP_APP_VALUE |
Specifies the identifier used by the application when making calls to the platform API. This key is unique to the application. |
8592c51795264a7587f7a3a2cf5f119a6 Note
This is a sample value only. |
NEP_SHARED_KEY |
Specifies a unique identifier that identifies both the user and the access key. This key provides authentication to use the Security Service API. Each shared key has a corresponding secret key. |
a8592b47ba5a425a96af4f119daedb5b Note
This is a sample value only. |
NEP_SECRET_KEY |
Specifies a secure key that is used to authenticate API requests. |
af306e3b7dbb4ddba306522020abf254 Note
This is a sample value only. |