DWH not working

I tried apt-get purge kaltura-dwh and after installing it again Im getting this error:

The following additional packages will be installed:
kaltura-pentaho
The following NEW packages will be installed:
kaltura-dwh kaltura-pentaho
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/263 MB of archives.
After this operation, 489 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package kaltura-pentaho.
(Reading database … 165184 files and directories currently installed.)
Preparing to unpack …/kaltura-pentaho_4.2.1+b2_amd64.deb …
Unpacking kaltura-pentaho (4.2.1+b2) …
Selecting previously unselected package kaltura-dwh.
Preparing to unpack …/kaltura-dwh_15.1.0-1_amd64.deb …
Unpacking kaltura-dwh (15.1.0-1) …
Setting up kaltura-pentaho (4.2.1+b2) …
Setting up kaltura-dwh (15.1.0-1) …
dpkg: error processing package kaltura-dwh (–configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
kaltura-dwh
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@OFvideo:/opt/kaltura#

I solved this by editing the file kaltura-dwh.postinst to say “#!bin/bash -xe” and then running aptitude install -f. I looked at the output and could see that the script failed on login credentials for mysql. Fixing that issue fixed the install.

I’m back to my previous issue with DWH. I get this error:

#3 {main}
2020-11-27 11:26:07 [0.000414] [212.181.3.26] [244016697] [5] [API] [KalturaFrontController->getExceptionObject] ERR: KalturaAPIException: Action "trackevent" does not exists for service "analytics" in /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php:58
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaFrontController.php(114): KalturaDispatcher->dispatch('analytics', 'trackevent', Array)
--
2020-11-27 11:26:09 [0.000835] [212.181.170.215] [1355133962] [39] [API] [KalturaDispatcher->dispatch] DEBUG: Dispatch took - 0.44432401657104 seconds, memory: 4194304
2020-11-27 11:26:09 [0.000653] [212.181.170.215] [2086620144] [39] [API] [KalturaFrontController->getExceptionObject] ERR: KalturaAPIException: The usage of feature [dropFolder] is forbidden in /opt/kaltura/app/plugins/drop_folder/services/DropFolderService.php:16
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/reflection/KalturaActionReflector.php(255): DropFolderService->initService('dropfolder_drop...', 'dropFolder', 'list')
--

2020-11-27 11:26:12 [0.003749] [212.181.3.26] [680137463] [4] [API] [KalturaDispatcher->dispatch] CRIT: Exception: Action does not exist! in /opt/kaltura/app/infra/log/KalturaLog.php:79
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php(57): KalturaLog::crit('Action does not...')
--
#3 {main}
2020-11-27 11:26:12 [0.000364] [212.181.3.26] [680137463] [5] [API] [KalturaFrontController->getExceptionObject] ERR: KalturaAPIException: Action "trackevent" does not exists for service "analytics" in /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php:58
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaFrontController.php(114): KalturaDispatcher->dispatch('analytics', 'trackevent', Array)
--
]
2020-11-27 11:26:13 [0.002218] [212.181.3.26] [1872602816] [4] [API] [KalturaDispatcher->dispatch] CRIT: Exception: Action does not exist! in /opt/kaltura/app/infra/log/KalturaLog.php:79
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php(57): KalturaLog::crit('Action does not...')
--
#3 {main}
2020-11-27 11:26:13 [0.000353] [212.181.3.26] [1872602816] [5] [API] [KalturaFrontController->getExceptionObject] ERR: KalturaAPIException: Action "trackevent" does not exists for service "analytics" in /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php:58
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaFrontController.php(114): KalturaDispatcher->dispatch('analytics', 'trackevent', Array)