Configure Directory to Store Temporary Files for Media Upload - Video - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Video

Platform
OnBase
Product
Video
Release
Foundation 23.1
License
Standard
Essential
Premier

In an environment configured for OnBase Video (with Unity Scheduler set up for media uploads), you can allow the configuration of a directory where temporary files for media are stored.

To allow configuration of the directory:

  1. On your local system, create a directory that is accessible to both the Application Server and the Unity Scheduler process.
  2. In the Application Server's web.config file, modify the Hyland.Core.Media section so that it contains a MediaUploadDirectory entry:

    <Hyland.Core.Media>

    <MediaUploadDirectory value="pathtosharedfolder" />

    </Hyland.Core.Media>

  3. Set the value to the full UNC path created in step 1. This is where the temporary video files will be created by the Application Server (and read by the Unity Scheduler process) during media uploads.
  4. Upload media using Unity or Web Clients, and confirm that they are successfully uploaded to Video. You can also confirm the upload by monitoring the shared folder to ensure that the temp files have been created.