Adding Central Points After the Installation

You can have multiple Central Points in Nectari your Login page. You need to edit the Web Server’s Web.config file to add Central Points to the list. You also need to edit the Scheduler API’s Appsettings.json file so that the OLAP Manager and Distribution Service communicate with these Central Points.

Step 1: Edit the Web Server

  1. Open File Explorer and navigate to C:\Program Files\Nectari\Nectari Server\WebServer\Web.config.

  2. Locate the CentralPointDictionary tag.

  3. Edit the parameters as follows in the add line:

    1. key: Enter the name of your Central Point.

    2. value: Enter the path of your Central Point.

  4. To add another Central Point:

    1. Copy the entire add line.

    2. Edit the parameters.

  5. Save the Web.config file.

Step 2: Edit the Scheduler API

  1. Open the Appsettings.json file. Navigate to C:\Program Files\Nectari\Nectari Server\Scheduler\appsettings.json.

  2. Locate the LocalList tag.

  3. Edit the parameters as follows:

    1. Name: Enter the name of your Central Point.

    2. Path: Enter the path of your Central Point. Make sure to enter //// before the path.

    3. WebAppUrl: Enter the URL of your Web Server.

    4. IsSageMode: Enter False for the Nectari Server.

  4. To add another Central Point:

    1. Copy all parameters mentioned above with the opening and closing brackets ({ }).

    2. Edit the parameters.

  5. Save the Appsettings.json file.

For further details on the Scheduler API settings, click here.