-
Importing CatDV database issues
I’m having trouble getting a CatDV database imported. Using CatDV Server 6.6b13. Whenever I restore the db the server installation status is green, the database is green, but the CatDV Server is never finishing and the logs keep saying that tables dont exist (which I verify they actually do exist). The whole installation works fine if I reinstall but the second I try to restore from my database sql backup these errors start happening.
Strangest thing is that I get these errors like:
[1;10:46:49.689] err=java.sql.SQLException: Table ‘catdv.clipTypes’ doesn’t exist
When that database table does exist and the permissions are wide open in MySQL.
Also getting this one:
Error: loadClipTypes “Table ‘catdv.clipTypes’ doesn’t exist” (id=-1, numClips=-1) serveradmin@console @ mainserver.media.lanWhich really is strange. It seems like CatDV is trying to access the database through a user called serveradmin@console@mainserver.media.lan
my database url is set to:
jdbc:mysql://localhost/catdv?user=catdv&password=catdv
host:172.16.1.201
port: 1099Anyone seen this before? Any ideas?
– Jason