When deploying Venio V10.14 you will need to ensure Venio Transcript is enabled in two locations.
1. To enable Transcript to be present in the Project creation you will need to enable and update the following Table within SQL
- Open SSMS (SQL Server Management Studio)
- Open the Venio PCD Database into a new query window
- execute the following statement
(Select *
from tbl_pj_ControlSetting
where [key] = 'ENABLE_TRANSCRIPT')
- Check to ensure that Value is set to 1 if not you will need to update the Value from 0 to 1
(Update tbl_pj_ControlSetting
Set [Value] = 1
Where [key]= 'ENABLE_TRANSCRIPT')
2. Now to enable Venio Transcript at the project level you will need to follow these steps
- When generating a new project you scroll down to section called "General"
- Under General on the right hand size you will find section (Transcript) you will need to select the check box to enable at the project level this feature is enable.
- After Transcript has been selected you will now see the Icon on the upload page and have the ability to now ingest data for Venio to transcribe.
Comments
0 comments
Please sign in to leave a comment.