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:
- Open the file using a plain 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.
Note:
DDL is the tenant used for all DDL requests, such as table creation.
- 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.
- 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.
- 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.
- Save the configuration file.