Asked By
Jim Tynes
40 points
N/A
Posted on - 11/30/2012
Hi Friends,
I get this error message when I try to point my converter to my SQL message store.
The following message appears up might be my .db file is damaged but before it as well I tried and still wasn’t successful in it.
Does anyone know what to do?
Thanks.
IncrediMail to outlook converter
Error executing SQL.
Error [11]: the database disk image is malformed.
“select [sql] from sqlite_master where [type] = ‘table’ and lower(name) = ‘containers’ ”: database disk image is malformed.
IncrediMail to outlook converter Error executing SQL.
Hello, to fix this error you need to clean your registry. Some of the extension on your registry could have been damaged and need to be repaired. Download wise registry cleaner from their site then install and run it. After you are through you need to restart your machine so that the changes can take effect.
IncrediMail to outlook converter Error executing SQL.
Hi there user,
It may be due to corruption of data. Create a new connection then select (Change Password) and leave it blank. And you will notice this problem, (PRAGMA integrity_check;’)
Execute a query ‘select * from {table}’, and all table were successfully executed except one. Came the error (database disk is malformed). Now download a SQLite Shell. http://www.softpedia.com/get/Internet/Servers/Database-Utils/SQLite-Shell.shtml This tool will help you export data in many forms.
Now run the (sqlite3.exe storage.data) to the damage or corrupted ‘storage.data.’ And then exit. Run it again to (sqlite3.exe storage.fixed.data) to (storage fixed.data).
Now the script reads commands from (dump_all.sql) and it’ll recreate the database.
Problem solved!