Controller Tester saves project information in SQLite Database file.

(Workspace path)\(project name)\.csdata\(project name).csp

DB may be damaged when Controller Tester is abnormally terminated during operation due to a power failure or a Windows error.
In this case, you can recover the damaged DB file in the following way(not always possible).

  1. Run command prompt from below path
    • (Product installation path)\plugins\com.codescroll.gp.core_1.0.2.201202152119\lib
  2. Run the below command at the command prompt
    • $ sqlite3 corrupted.db ".dump" | sqlite3 new.db

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.