When the customer tries to login to SuperAgent web console he/she sees the following error.
Server Error in '/SuperAgent' Application.
Can't open file: 'combinations.MYI' (errno: 144)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: CoreLab.MySql.MySqlException: Can't open file:
'combinations.MYI' (errno: 144)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Cause - 'combinations.MYI' Table is corrupt in the database
Mysql database table corruption is the cause of this issue.
Solution:
repair table combinations;+--------------------+--------+----------+----------+| Table | Op | Msg_type | Msg_text |+--------------------+--------+----------+----------+| super.combinations | repair | status | OK |+--------------------+--------+----------+----------+1 row in set (0.03 sec)
Try logging into the web console again.