Problem
I am not able to see the option to upload the social media and transcript from VOD.
Resolution
Run the following queries in your Venio PCD. Please re-start your IIS after making the changes.
update tbl_pj_controlsetting set [Value]= 'FALLBACK'
where [KEY] ='INGESTION_ENGINE_TYPE'
update tbl_pj_controlsetting set [Value]= 1
where [KEY] ='ENABLE_TRANSCRIPT'
Run the following query in your project database.
update tbl_pj_ProjectSetting set [Value]= 'FALLBACK'
Comments
0 comments
Please sign in to leave a comment.