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:
- Open the file using a text editor such as Notepad
- After "Idp":"Scope":"Name":, enter "evolution".
- Under TempFileService":"Tenant":, replace [TenantName1] in "Tenant_[TenantName1]_DDL" with the name of the tenant.
- 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.
- Under TempFileService":"Tenant":, replace [TenantName1] in "Tenant_[TenantName1]_SQL" with the name of the tenant.
- 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.
- 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.