What is the tbl_pj_ControlSetting table?
The tbl_pj_ControlSetting table exists in the VenioPCD database. This table holds key-value pairs that are useful in the configuration of various application settings. This guide will help you understand how to properly set these flags.
Control Settings Necessary for VOD
| Key | Example Values | Additional Notes |
|---|---|---|
| VENIO_WEB_URL | '' | The web URL used for logging in through IDP users. |
| WEB_BASE_URL | http://<DNS_NAME>/VenioWebAD/ | This specifies the base URL for web and on-demand access. The format is http://<server or domain name>/<web virtual directory>/ |
| ENABLE_MIXED_MODE | 1 | Allows non-AD users in an AD environment or non-IDP users in an IDP environment. |
| VOD_API_URL | http://<DNS_NAME>/VenioOnDemandAPI/vod/services | Sets the location of the VOD API. |
| VOD_HELP_URL | https://veniosystems.zendesk.com/agent/tickets/new/1 | Sets the URL for the help documentation. |
| WEB_BASE_URL_MIXED_MODE | http://<DNS_NAME>/VenioWeb/ | This sets the base URL for web and on-demand access for non-AD users when mixed mode is enabled. Format is http://<server or domain name>/<web virtual directory>/ |
Refer to the provided screenshot to view examples of ControlSetting values. Remember to replace your URL values where necessary, such as the DNS\hostname. If running on localhost, replace <DNS_NAME> with 'localhost'. For example: http://localhost/VenioWeb/
screenshot showing ControlSetting value examples. Be sure to replace your URL values as necessary such as DNS\hostname.
Other feature flags in the Control Settings table
| Key | Value | Additional Notes |
|---|---|---|
| ENABLE_CLUSTERING | OFF by default | No additional notes |
| ENABLE_CONCEPT_SEARCH | OFF by default | No additional notes |
| SHOW_ALL_FILE_COPY_OPTIONS | OFF by default | When enabled, all file copy options will be shown, else the option 'Do not make a second copy of any scanned file in project location' will be hidden. |
| USER_ROUND_ROBIN_JOB_POLLING | OFF by default | When enabled, Distributed Services will alternate jobs based on the client. For instance, if there are projects from two clients, it will initially work on a job from client1 (based on priority), but will subsequently switch to client2, ensuring that no job from client2 is starved of resources even if there are higher priority jobs from client1. |
| CURRENT_CLIENTID_FOR_ROUND_ROBIN | OFF by default | Specifies the ClientId for the next job to be selected. |
| TIFF_ALL_THE_PAGES_FROM_VIEWER | No additional notes | |
| ENABLE_CACHE_FOR_VIEWER | OFF by default | Set to 1 if files are to be stored in the web server's temporary location as a cache and 0 if files should be fetched from the project location. |
| CONVERT_TO_MHT | Set to 1 if the HTML conversion output format is MHT and 0 if it is HTML. | |
| PRESERVE_MHT | Set to 1 if the MHT format should be preserved in the project location when MHT is the intermediate file. Else, set it to 0. |
Comments
0 comments
Please sign in to leave a comment.