Configure a Storage System - API Server - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

API Server

Platform
OnBase
Product
API Server
Release
Foundation 22.1
License
Essential
Standard
Premier

The storage system for the Temp File Service must be configured using the 5_tempfs.json file. To configure this storage system:

  1. Run the storage command:
    TempFileService.Configuration.exe storage
  2. Once this command has been executed, run the following subcommand with [path] replaced with the path to the 5_tempfs.json file and [tenant name] replaced with the tenant name in the Datasource string in 5_tempfs.json:
    select-database --json-config [path] --tenant [tenant name]
  3. Run the following command with [type] replaced with either S3 or UNC depending on the type of storage system in use.

    add --type [type]

    You are prompted to add in all relevant information for the storage system being configured.