Contents
Summary
A table of the Windows installer properties for the ActiveEfficiency Server installer.Mandatory properties must be provided when installing using a command-line.
The installer file is: ActiveEfficiencyServer.msi
ActiveEfficiency server installer properties:
Property | Default | Mandatory | Description | |
---|---|---|---|---|
CMSQLSERVERNAME | Yes, if using Nomad Sync. | The name of the server hosting your Configuration Manager database. Used in the Nomad sync installer screen. | ||
CMDATABASENAME | Yes, if using Nomad Sync. | The name of your Configuration Manager database. Used in Nomad Sync installer screen. | ||
DATABASENAME | ActiveEfficiency | Name for the ActiveEfficiency database. | ||
DROPOLDDB | If set to 1 on the command-line, it drops the current ActiveEfficiency database during installation. The default behavior for this property is to not drop the old database. | |||
ENABLENOMADSYNC | Enables Nomad data to be synchronized with Configuration Manager. Used in the Nomad Sync installer screen. | |||
ENABLETLS12 | If TLS 1.0 is disabled in your environment, set Values are:
If your SQL server is remote and TLS 1.0 is disabled in your environment you must install the SQL Server Native Client 11.0 (also known as SQL Server 2012 Native Client) on the Web server hosting the ActiveEfficiency application. If your SQL server is local you will likely already have the SQL Server Native Client installed, but you should check that this is the case. | |||
IISHOSTHEADER | IIS host header for the ActiveEfficiency website. | |||
IISIPADDRESS | * | A custom IP address for the ActiveEfficiency Website. If you want to be non-specific about the IP address, set it to * . | ||
IISPORT | 80 | IIS port for for the ActiveEfficiency Website. | ||
INSTALLDIR | C:\Program Files (x86)\1E\ActiveEfficiency\ | The installation directory in the Destination Folder screen. | ||
NOMADSYNCINTERVAL | 30 | The interval (in minutes) before the next data synchronization takes place between Nomad and Configuration Manager. The valid range for this interval is between 5 and 1440 (1 day) minutes. If you set the interval below the lower limit, it defaults to the minimum (5 minutes). Similarly, if you set the interval above the upper limit, it defaults to 1440 minutes. If a synchronization fails, it restarts after 15 minutes. Used in the Nomad Sync installer screen. | ||
PROXYURI | URI for an internet proxy and set with the following syntax: PROXYURI="http://<proxyservername>:<port>" where <proxyservername> and <port> must be the correct proxy server details. | |||
SQLSERVER | Yes | Name of the SQL server instance where the ActiveEfficiency database is installed. | ||
SVCPASSWORD | Password for the ActiveEfficiency service account, if SVCUSER is specified. | |||
SVCUSER | Defaults to network service account name | User name for the ActiveEfficiency service account. | ||
DATABASE_MODE | SingleUser | Database usage mode. It may be set to one of the following values:
The default value sets the upgrade scripts to run in single-user mode to avoid multiple connections during upgrade (Only for SQL 2005). Enabling
Please Note: MultUser and SingleUser are case sensitive |