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