Properties of Nectari - Server installer

The silent installation of Nectari - Server - Win64.exe can only install all the features together (BI, OLAP jobs and Distribution services, Web Application). If one of the services is not required, it can be disabled (see Disabling Unused Services).

 

Property Description


INSTALLDIR

Optional property for the installation location. If omitted, it will be installed in C:\Program Files\Nectari\ .

IS_CLOUD

Accepted values are True or False. Use True only in case of Multitenancy or an architecture with Load Balancing.

CP_CONFIGURATOR_URL

Only if IS_CLOUD is True. Load Balancer URL for the Web Central Point Configurator Farm.

HAS_BISERVICE_USER_ACCOUNT

Accepted values are True or False. False if omitted. Set True if you want to define a user to run the service BI Service.

BI_SERVICE_USERNAME

Only if HAS_BISERVICE_USER_ACCOUNT is True: enter full domain\username for the service.

BISERVICE_PASSWORD

Only if HAS_BISERVICE_USER_ACCOUNT is True: enter password for the user.

CPPATH

Only if IS_CLOUD is False. Enter UNC path of the Central Point.

CPNAME

Only if IS_CLOUD is False. Enter a description to the Central Point.

BISERVERADDRESS

Enter the server name or its IPv4

APPPORT

If omitted, the default value 4504 will be used.

IS_PROTOCOL

Accepted values are http or https. If omitted, http is used. This defines the protocol used between IIS and the BI Service.

WEBPORT

If omitted, the value for the web port is 81.

IS_SAML

Accepted values are SAML2 or None. If omitted, value is None. It defines the SSO mode.

IS_SAML_SEIEID

Issuer URI.

IS_SAML_NAMEATT

SAML2 answer’s Attribute for user name.

IS_SAML_IDP

ID Provider Issuer Name.

IS_SAML_IDPURL

ID Provider URL.

IS_SAML_CERT

Full certificate name.

DISTUSERNAME

Full domain\user used for the Distribution service.

DISTPASSWORD

Password for the above user.

 

Examples

These examples should be copied to a text editor before pasting, in a single line, to the command prompt.

The Central Point path and name should be single worded - escape " with \.

 

    "Nectari - Server - Win64.exe" /v"/qn

        CPPATH=//pctansgra/centralpoint CPNAME=tansgra

        BISERVERADDRESS=W2K12R2TFS15

        DISTUSERNAME=W2K12R2TFS15\Administrator DISTPASSWORD=MyPass"

    "Nectari - Server - Win64.exe" /v"/log install.log /qn

        IS_CLOUD=False HAS_BISERVICE_USER_ACCOUNT=False

        CPPATH=//pctansgra/centralpoint CPNAME=production

        BISERVERADDRESS=W2K12R2TFS15

        DISTUSERNAME=W2K12R2TFS15\Administrator DISTPASSWORD=MyPass"