On Fri, Mar 26, 2004 at 10:00:46AM +0100, Wojtek wrote: > > Every launch after HotSync gives "Records left locked in closed unprotected > DB" when I call DmCloseDatabase. > I tried to check all records in this DB for dmRecAttrBusy just before > closing - all records are clear (don't have this attribute set) > I am wondering what may be the cause. > Can it be AppInfoBlock? > I have AppInfoBlock (my own structure) which is read at HotSync.
If your appinfo block is locked when you close the db, you will get this error. > Apart from this error I get "Chunk over-locked..." after 15 runs starting > from HotSync. I am not sure what is the corelation between these > errors. Same thing. If you keep locking your appinfo block without unlocking it, you will eventually reach the lock limit. -- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
