Hi Patrick, thank you for you quick reply!
Yes, I have one user with several uri on the server like: card, card2, card4 cal, calccc, caltc I wanted to keep the calendars separately on the server. Because my Android HTC is not supporting several calendars and addressbooks (I guess), my idea was to sync changes from with my android to a specific user on the Funambol server. And when I sync with Evolution with the same user, I'll see the changes in the right calendar. Of am I wrong? Now, I can sync the default calendar and addressbook. But I couldn't manage it to sync the second addressbook, called in Evolution 'CCC' and on the server 'calccc'. I have the following structure for the ccc/CCC user/calendar: ~/.config/syncevolution/ccc/peers/ccc$ # config.ini # syncURL = http://192.168.0.50/funambol/ds username = ccc password = strong ~/.config/syncevolution/ccc/peers/ccc/sources/addressbook$ # config.ini # sync = two-way uri = card2 syncFormat = text/vcard ~/.config/syncevolution/ccc/peers/ccc/sources/calendar$ # config.ini # sync = two-way uri = calccc syncFormat = text/calendar When I do a: syncevolution --sync refresh-from-client ccc I get the following error message: [INFO] todo: inactive [INFO] memo: inactive [INFO] SoupTransport Failure: http://192.168.0.50/funambol/ds via libsoup: Not Found [INFO] Transport giving up after 0 retries and 0:01min [ERROR] transport failed, retry period exceeded [INFO] addressbook: inactive [ERROR] addressbook: aborted on behalf of user (local, status 20017) [INFO] calendar: inactive [ERROR] calendar: aborted on behalf of user (local, status 20017) [INFO] creating complete data backup after sync (enabled with dumpData and needed for printChanges) Synchronization failed, see /home/xx/.cache/syncevolution/ccc@ccc-2012-04-23-12-58/syncevolution-log.html for details. Changes applied during synchronization: +---------------|-----------------------|-----------------------|-CON-+ | | LOCAL | REMOTE | FLI | | Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL | ERR | CTS | +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+ | addressbook | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | aborted on behalf of user (local, status 20017) | +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+ | calendar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | aborted on behalf of user (local, status 20017) | +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+ | start Mon Apr 23 12:58:47 2012, duration 0:02min | | external transport failure (local, status 20043) | +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+ First ERROR encountered: transport failed, retry period exceeded Once I succeed with this issue, I can write my experience down on the Wiki! Thanks Christian On Mon, 2012-04-23 at 12:07 +0200, Patrick Ohly wrote: > On Mon, 2012-04-23 at 11:23 +0200, Roth wrote: > > I have problems with the configuration for the sync of more than the > > default calendar or addressbook with funambol 10.0.0. > > > > I followed the instructions and have several users on the funambol > > server, each for one calendar. > > > > But with the config.ini I have problems. > > > > Can someone please give me a valid config.ini example for a calendar and > > addressbook for the 10.0.0. version? > > For the default databases: > > syncevolution --configure \ > syncURL=http://<your host>/sync \ > username=<user A> \ > password=<password A> \ > funambol calendar addressbook > > For the additional address books and calendars: > > syncevolution --configure \ > syncURL=http://<your host>/sync \ > username=<user B> \ > password=<password B> \ > calendar2/database=<calendar name> \ > calendar2/uri=card \ > calendar2/syncFormat=text/calendar \ > calendar2/forceSyncFormat=1 \ > addressbook2/database=<address book name> \ > addressbook2/uri=event \ > funambol2 calendar2 addressbook2 > > Leave out or add other databases as you like. The non-standard settings > (uri, sync format) cannot be taken from a template (name doesn't match), > and therefore have to be specified explicitly here. > > Note that this is based on your comment that you already have multiple > users on the server. Isn't it possible to configure the server so that > each user can have more than one database of a kind, under different > uris? > > > With the following I get the following error: > > > > First ERROR encountered: cannot bump config version in old-style config > > > > # config.ini # > > sync = two-way > > type = calendar:text/calendar! > > evolutionsource = Office > > uri = caloffice > > > > Or is meanwhile another more elegant solution for the sync of more than one > > calendar? > > You seem to be using very old HOWTOs for SyncEvolution. Would you mind > helping other users by summarizing your setup in the syncevolution.org > Wiki? > _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
