From: Robert H. <ope...@hu...> - 2006-11-04 13:36:00
|
I wrote: > The file-sync path is empty and there's one entry in the phone's calendar. > Unfortunately, the synchronization fails with an error message "Sitzung ist > fehlgeschlagen" ("Session failed") on the phone and this console output (I > have to abort msynctool with Ctrl+C as it does not exit by itself): I solved this problem by changing the calendar_db from "calendar" to the not so obvious "addressbook". Seems like this phone is using a database called "addressbook" for both contacts and events. Of course, Opensync should not hang when an error like this occurred. And it should print a useful error message that points to the problem. Right now, there are ERRORs in the trace files, but the console output shows nothing. Maybe there's some error condition checking missing in the code? Sincerely, Robert P.S.: Does anyone know how to retrieve the list of databases from a SyncML server, or if it's possible at all? |