<div dir="ltr">So I was able to get my sqlite database partially fixed. I had to delete out all of my schedules but it appears that now I can at least enter transactions again and I can even enter new schedules as long as they are just transfers or bills. If I try to enter a new schedule that is a type Deposit I get the following error:<div><br></div><div>
<p style="margin:0px">Unable to add scheduled transaction: Error in function void MyMoneyStorageSql::deleteKeyValuePairs(const QString&, const QVariantList&) : deleting kvp for STORAGE  </p>
<p style="margin:0px">Driver = QSQLITE, Host = localhost, User = eric, Database = /home/eric/Documents/EABonney.sqlite</p>
<p style="margin:0px">Driver Error: </p>
<p style="margin:0px">Database Error No -1: </p>
<p style="margin:0px">Text:  </p>
<p style="margin:0px">Error type 0</p>
<p style="margin:0px">Executed: DELETE FROM kmmKeyValuePairs WHERE kvpType = ? AND kvpId = ?;</p>
<p style="margin:0px">Query error No 11: database disk image is malformed Unable to fetch row</p>
<p style="margin:0px">Error type 1</p><p style="margin:0px"><br></p><p style="margin:0px">This error happens every time I try to save the schedule. </p><p style="margin:0px"><br></p><p style="margin:0px">I have tried to take my sqlite database file and save it as a .kmy but it will not save. All that happens is that the application shows "saving file with new filename...." in the status bar but nothing ever happens. I have let it run for over 30 minutes with nothing. </p><p style="margin:0px"><br></p><p style="margin:0px">I have opened the application from the command line to see if it gives off any errors while trying to save but it doesn't give anything at all.</p><p style="margin:0px"><br></p><p style="margin:0px">Looking for advice on how I can either correct my sqlite database or at least restore it to the kmy file type. Anyone else seeing this behavior when trying to save a scheduled deposit into a database?</p><p style="margin:0px"><br></p><p style="margin:0px">Thanks,</p><p style="margin:0px">Eric</p></div></div>