Before Upgrading

Perform these tasks before upgrading:

  1. Perform a full backup of all OneStream databases.

  2. Download the OneStream installation package from the Solution Exchange:

    1. Log in to the Solution Exchange and select Platform to get the latest version of OneStream.

    2. Download the appropriate On-Premise package to get the appropriate setup files for the server installation.

  3. Verify the location of the OneStream configuration files:
    1. On a OneStream server, select Start > Programs > OneStream Software > Server Configuration Utility.
    2. Right-click the utility and select Run as Administrator.
    3. Select File > Open ASP.NET Configuration File and browse to the appropriate location.
      • On web servers: C:\Program Files\OneStream Software\OneStream
        WebRoot\OneStreamWeb and select appsettings.json.

      • On application servers:C:\Program Files\OneStreamSoftware\
        OneStreamAppRoot\OneStreamApp and select appsettings.json.

    4. The file opens and displays the path to the XFAppServerConfig.xml and XFWebServerConfig.xml configuration files.

    5. Copy and paste the path to the configuration file. You will specify this location during the upgrade.

    NOTE: This path is commonly set to C:\OneStreamShare\Config

  4. For a backup, copy these configuration files.

  5. Close the file without saving and exit the utility.

  6. Verify the OneStream service account in Internet Information Services Manager:

    1. The service account must be an Admin ID or in the IIS_IUSRS Group, Performance Log User and Performance Monitor Users group. The ID is required for queuing and CPU monitoring.

    2. On each OneStream server, select Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.

    3. Expand the server and select Application Pools. This displays application pools to the right. The OneStreamAppAppPool and OneStreamWebAppPool service accounts display in the Identity column. Note the Windows account and password as you will enter them in IIS after the upgrade.

  7. Verify the availability of the OneStream Application Server where:

    • The OneStream Database Configuration Utility is installed: On each OneStream application server, click Start > Programs> OneStream Software and verify that the OneStream Database Configuration Utility is installed.

    • OneStream is installed: On each OneStream application server,
      Start > Programs> OneStream Software to verify that OneStream is installed. 

  8. Install the following :

  9. On-prem customers must enable the Trust Server Certificate for the following:

    OneStream Database Server

    From the OneStream Server Configuration Utility:

    1. Locate Database Server Connections.
    2. Click to open the Database Server Connections.
    3. Add "Trust Server Certificate=True" to the end of the Connection String.
    4. Click OK.

    All Application Databases

    From the OneStream Database Configuration Utility:

    1. Right-click on a database, click Edit the Database Configuration.

    2. Select Advanced.

    3. Set Trust Server Certificate to True, then click OK.

    4. Select Test Connection to ensure a successful connection.

    NOTE: Alternatively, set the Trust Server Certificate to True directly in the XML.

    Repeat these steps for all Application Databases.