NCR Universal Engine (UE) Command-Line Installation
The following command installs AMS Universal Engine 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
The following parameters apply only to specific versions of AMS UE 7.x: AGENTUSER, AGENTUSER_DOMAIN, DOMAIN, and NCRAMS_PASSWORD.
msiexec /i "NCR_UEIOServer_[build number]_x64.msi" /qb SKIPENTCOMMINSTALL=true SKIPDBINSTALL=true SKIPPROMODATAUTLINSTALL=true AGENTUSER=[AGENTUSER] AGENTUSER_DOMAIN=false NCRAMS_PASSWORD=[NCRAMS_PASSWORD] 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]
| Parameter | 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 |
| AGENTUSER | The administrator user name for the Windows service. | User name |
| AGENTUSER_DOMAIN | Specifies whether or not the user is a domain account. | false |
| DOMAIN | If user is a domain account, specify the domain name for the Windows service. Note
If AGENTUSER_DOMAIN is set to false, this parameter can be set as "DOMAIN=" or removed from the command line. | Domain name |
| NCRAMS_PASSWORD | The password for the Windows service. | User password |
| 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 acscess 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. |