Hi Friends
I have one cube which is connected to one server and working fine and gives good result of dimension and facts .but now the requirement is change i have to connect cube connection to another server . i simply copy the connection
My Previous connection string
server=172.16.10.13;User Id=cron;password=**********;Persist Security Info=True;database=asterisk;Sql Server Mode=True;Convert Zero Datetime=True;Integrated Security=False
my new connection string
server=172.16.10.37;User Id=cron;password=**********;Persist Security Info=True;database=asterisk;Sql Server Mode=True;Convert Zero Datetime=True;Integrated Security=False
but during processing i get this error:
Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: Incorrect key file for table '/var/tmp/mysql.vIVOqN/#sql_b44_7.MYI'; try to repair it.
Kindly help me to resolve this problem.
Thanx in advance.