Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Still Struggling with DWH cycle - new install

$
0
0

Hi @hiphopservers,

Seeing how you got "Error - bailing out!" when running dwh-config, the population obviously did not complete successfully.
I suggest you:
- Drop all tables and stored procedures from the following DBs again:
| kalturadw |
| kalturadw_bisources |
| kalturadw_ds |
| kalturalog

  • Make sure they are truly empty. I.e, the DB exists but has no tables at all
  • Edit /opt/kaltura/dwh/setup/dwh_ddl_install.sh and change:

#!/bin/bash

to:

#!/bin/bash -x
  • Rerun /opt/kaltura/bin/kaltura-dwh-config.sh

adding -x will mean all the actions /opt/kaltura/dwh/setup/dwh_ddl_install.sh does will be outputted to STDERR, this will allow you to see where it fails


Viewing all articles
Browse latest Browse all 7410

Trending Articles