Installing the Latest Temp File Service Database Schema - API Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

API Server

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

The Temp File Service database, the tenant previously specified in the 5_tempfs.json file, must be updated to the most recent database schema. To do this, execute the following command from a command line interface, with [path to 5_tempfs.json] replaced with the full path to the 5_tempfs.json file:

TempFileService.Configuration.exe database update --json-config "[path to5_tempfs.json]"

For example, if the API Server was installed in the default directory, the command is:

TempFileService.Configuration.exe database update --json-config "C:\Program Files\Hyland\ApiServer\config\5_tempfs.json"
Note:

If you use Oracle database, the use of quoted identifiers will cause all identifiers to be case sensitive. This means that the hsitempfile user must be created as "hsitempfile", including the double quotation marks, or the migration will not recognize it.