Hi *, On Sonntag, 9. Januar 2022 15:41:18 CET Thomas Baumgart via KMyMoney-devel wrote: [...] > > Just a follow-up here: in the meantime we solved the issue. For some reason, > the database had two records (probably old enough) that were missing > entries in two attributes. Solution was to save as XML, remove the two > records and store back as DB.
Follow-up: I decided to use sqlcipher to delete those two records: sqlcipher <database-file> SQLite version 3.36.0 2021-06-18 18:36:39 (SQLCipher 4.5.0 community) Enter ".help" for usage hints. sqlite> PRAGMA key = '<passphrase>'; ok sqlite> select * from kmmOnlineJobs ; O000001|org.kmymoney.creditTransfer.sepa|||noBankAnswer|Y O000002|org.kmymoney.creditTransfer.sepa|||noBankAnswer|Y sqlite> delete from kmmOnlineJobs ; sqlite> select * from kmmOnlineJobs ; sqlite> .quit Thx again, Thomas! Bye. Michael.