[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] T5, E2 (OS 5.4) - netsync problem
- To: coldsync-hackers at lusars dot net
- Subject: Re: [coldsync-hackers] T5, E2 (OS 5.4) - netsync problem
- From: Andrzej Dzik <Andrzej dot Dzik at ekspert.szczecin.pl>
- Date: Thu, 23 Jun 2005 11:46:18 +0200
- In-reply-to: <42807807.3070706@ekspert.szczecin.pl>
- Organization: EKSPERT Systemy Informatyczne
- References: <42807807.3070706@ekspert.szczecin.pl>
- Reply-to: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
- User-agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1
Użytkownik Andrzej Dzik napisał:
> coldsync from cvs, hotsync 6.x
>
> I have allways
> ##### Bad response ID: expected 0xae, got 0x80.
>
It's simple - new palm can't close closed DB
--- backup.c.orig 2002-10-16 20:59:32.000000000 +0200
+++ backup.c 2005-06-23 10:39:04.332707824 +0200
@@ -606,7 +606,6 @@
fprintf(stderr, "Wrote \"%s\" to \"%s\"\n",
dbinfo->name, bakfname);
- err = DlpCloseDB(pconn, dbh, 0);
free_pdb(pdb);
close(bakfd);
va_add_to_log(pconn, "%s %s - %s\n",
and because I sometimes do nothing in sync conduit
--- conduit.c.orig 2004-10-21 22:08:21.000000000 +0200
+++ conduit.c 2005-06-23 11:25:51.697923440 +0200
@@ -1182,7 +1182,7 @@
* databases.
*/
- DlpCloseDB(palm_pconn(palm), DLPCMD_CLOSEALLDBS, 0);
+/* DlpCloseDB(palm_pconn(palm), DLPCMD_CLOSEALLDBS, 0);*/
close(spcpipe[0]);
close(spcpipe[1]);
regards
Andrzej Dzik