Editing the Configuration File - API Server - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

API Server

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

The 5_tempfs.json file must be manually edited after installing the API Server so that it can connect to the Temp File Service. As part of the API Server installation, 5_tempfs.json is created in the config folder of the API Server's installation location.

To edit the 5_tempfs.json file:

  1. Open the file using a plain text editor such as Notepad.
  2. After "Idp":"Scope":"Name":, enter "evolution".
  3. Under TempFileService":"Tenant":, replace [TenantName1] in "Tenant_[TenantName1]_DDL" with the name of the tenant.

Note:

DDL is the tenant used for all DDL requests, such as table creation.

  1. After "ConnectionString", replace [Server1] with the server address, replace [Database1] with the name of the database, replace [User] with the user ID, and replace [Password] with the password for that connection.
  2. Under TempFileService":"Tenant":, replace [TenantName1] in "Tenant_[TenantName1]_SQL" with the name of the tenant.

Note:

SQL is the tenant used for all SQL requests. The entries for the DDL and SQL tenants must match each other. Additional tenants can be added as needed.

  1. After "ConnectionString", replace [Server1] with the server address, replace [Database1] with the name of the database, replace [User] with the user ID, and replace [Password] with the password for that connection.
  2. Save the configuration file.