IncrediMail to outlook converter Error executing SQL.

Asked By 40 points N/A Posted on -
qa-featured

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.

SHARE
Best Answer by Edmund Joseph
Answered By 0 points N/A #130658

IncrediMail to outlook converter Error executing SQL.

qa-featured

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.

Best Answer
Best Answer
Answered By 5 points N/A #130659

IncrediMail to outlook converter Error executing SQL.

qa-featured

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!

Related Questions