Adding Central Points After the Installation

You can have multiple Central Points in SEI your Login page. You need to edit the Web Client’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 Client

  1. Open the Web.config file located in C:\Program Files\Sage\SEI Server\Web Client.

  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 located in C:\Program Files\Sage\SEI Server\Scheduler.

  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 Client.

    4. IsSageMode: Enter True for the SEI 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.