When controlling the installation of components from the command line you must also configure the settings for each component you are installing by using the properties listed in the following sections. The table below lists the property names available and the corresponding features that use them.
Property |
Description |
---|---|
APPLICATION_SERVER_URL |
The URL to the Service.asmx page of the Application Server. For example: APPLICATION_SERVER_URL="http://localhost/AppServer/Service.asmx" |
DATASOURCE |
The ODBC connection for your OnBase Data Source. For example: DATASOURCE="MyDatabase" |
NTSERVICE_USE_DOMAIN_ACCOUNT |
Specifies whether a domain account is used to run the Hyland Meditech Release Service. Enter 1 to run the service under a specified domain account. To disable this option, set this property to 0. By default, this property is set to 0. For example: NTSERVICE_USE_DOMAIN_ACCOUNT="1" |
NTSERVICE_USER |
The domain user account to use if NTSERVICE_USE_DOMAIN_ACCOUNT is set to 1. For example: NTSERVICE_USER="domain\username" |
NTSERVICE_PASS |
The password for the NTSERVICE_USER account. For example: NTSERVICE_PASS="MyPassword" |
DB_SERVICE_USER |
The user account used for the OnBase Service Account. For example: DB_SERVICE_USER="HMRSService" |
DB_SERVICE_PASS |
The password for the user account used for the OnBase Service Account. For example: DB_SERVICE_PASS="HMRSPassword" |
MRS_START_SERVICE |
Specifies whether to start the Hyland Release Meditech Service immediately after installation. To start the Hyland Meditech Release Service, set this property to 1. To disable this option, set this property to 0. For example: MRS_START_SERVICE="1" |