Import database kaltura?

I have 2 server A and B . It using kaltura client version 11
I was export database kaltura from server A and import into server B.
Then Category and Entry does not work properly.Now I do next?

Hello,

First, you must make sure both servers are of the same Kaltura version. This is very important as both the MySQL and Sphinx DB schemas change between versions.
Next, you need to reindex the Sphinx DB using:
# /opt/kaltura/bin/kaltura-sphinx-reindex.sh

At which point it should work correctly.
If it does not, run:
# kaltlog
from the shell, make a request and look for errors…