Configuring the OneStream Web Server

Update the OneStream Web Server IIS Settings using Configure IIS Tool

  1. Choose Tools > Configure IIS.

Configure ISS dialog box

  1. Enter the following values:

    1. Web Site Name: OneStream Web Server Site

    2. Application Pool Name: OneStreamWebAppPool

  1. Check Update IIS Default Settings.

  2. Select Use Web Server Settings.

  3. Check Update IIS Identity.

  4. Set the User Account Type to the proper value from the drop down list. (It should be “Custom Account” if using a domain service account.)

    1. UserName: Enter the OneStream Service Account as (Domain\UserName).

    2. Password: Enter the Password.

  5. Click Update IIS Settings to set the IIS Application Pool settings and click OK.

  6. Logon to each OneStream Web Server in the environment.

  7. Browse to C:\Program Files\OneStream Software\OneStreamWebRoot\OneStreamWeb

  8. Locate the OneStreamWeb.runtimeconfig.json file and open this file in a text editor.

  9. Update the Config Properties section with the following line:

    "System.Threading.ThreadPool.MinThreads": 128

    Copy
    "configProperties": {
          "System.GC.Server": true,
          "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
          "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
          "System.Threading.ThreadPool.MinThreads": 128
        } 

NOTE: Be sure to place a comma ahead of the previous line as shown above.

  1. Save the file for the change to take effect

  2. Click Reset IIS to recycle IIS.

    NOTE: You can also recycle IIS by stopping and restarting the web server in IIS, or by using an IISRESET Command via an administrator command prompt.