Asked By
Jdonnel
30 points
N/A
Posted on - 10/31/2012
Hi Experts,
I faced a problem to merge a TNJ. I received an error message in this regard. It says, "Sqlite Error (11): database disk image is malformed" and "Sqlite Error(5): the database file is locked". Have you any idea for the error message. How can I get a remedy of this issue? Please help.
Thanks in advance.
I faced a problem to merge a TNJ
Well Jdonnel
It seems that TNJ merge is not a problem. Your DB is overloaded. The problem “Sqlite error (11): database ….. Malformed” it comes for the roughly grow up in multiple of the DB for sqlite DB. You can use VACUMM to get remedy of it.
And for the unlock in Linux here is the command to know the issue: $ fuser development.db
This is the kill command: > development.db: 5430 & kill -9 5430
I think now you can merge the TNJ
Thanks