Editing the Configuration File - API Server - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

API Server

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

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 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.
  4. After "ConnectionString", replace of [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.
  5. Under TempFileService":"Tenant":, replace [TenantName1] in "Tenant_[TenantName1]_SQL" with the name of the tenant.
  6. After "ConnectionString", replace of [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.
  7. Save the configuration file.

DDL is the tenant used for all DDL requests, such as table creation. 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.