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

Note

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]

ParameterDescriptionExample
SKIPENTCOMMINSTALLSkips 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
AGENTUSERThe administrator user name for the Windows service.User name
AGENTUSER_DOMAINSpecifies whether or not the user is a domain account.false
DOMAINIf 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_PASSWORDThe password for the Windows service.User password
STORENAMEThe store name as specified in AMS Logix.UE_Store_Name
CONNECT_ENTERPRISE_UE_SERVERConnects to the Enterprise UE Server.true
PROMOBROKERHOSTThe fully-qualifed domain name (FQDN) or the IP address of the Promotion Broker Server.Computer name
PROMOBROKERPORTThe port number used to communicate to the Promotion Broker.8080
CUSTBROKERHOSTThe fully-qualifed domain name (FQDN) or the IP address of the Customer Broker Server.Computer name
CUSTBROKERPORTThe port number used to communicate to the Customer Broker. 8080
COUPONSERVICEHOSTThe fully-qualifed domain name (FQDN) or the IP address of the Coupon Service.Computer name
COUPONSERVICEPORTThe port number used by the Coupon Service.8080
SKIP_REBOOTSkip updates that require a reboot.true
START_IO_NOWSpecifies when to start the UE service.
  • true—Starts the Universal Engine service after the installation
  • false—Starts the Universal Engine automatically when the system is rebooted
true
NEP_ORG_VALUESpecifies the name of the organization where HTTP requests should be applied./
NEP_APP_VALUESpecifies 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_KEYSpecifies 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_KEYSpecifies a secure key that is used to authenticate API requests.af306e3b7dbb4ddba306522020abf254
Note

This is a sample value only.