[cvs] [Wiki] changed: SyncHowTo

Karsten Fourmont karsten at horde.org
Sun Oct 9 03:13:30 PDT 2005


karsten  Sun, 09 Oct 2005 03:13:29 -0700

Modified page: http://wiki.horde.org/SyncHowTo
New Revision:  1.14
Change log:  added information

@@ -1,22 +1,38 @@
 + How to configure a device to sync with Horde 3.1 (HEAD)
+
+++ General information
 
 Syncing is currently developer-level code - you need to be able to at least read logfiles! Testing is welcome; please report to the sync list (sync at lists.horde.org), but please keep in mind that the code is still in heavy development.
 
-* The sync URL is http(s)://pathtoyourhordeinstall/rpc.php
-* Username/password: your Horde account data
-* Databases (sometimes called remote settings) must be calendar, tasks, notes, or contacts.
+* you have to use cvs version or a cvs snapshot. The latest won't do.
+* client configuration is as follows:
+  * The sync URL is http(s)://pathtoyourhordeinstall/rpc.php
+  * Username/password: your Horde account data
+* Databases (sometimes called remote settings or 'server path') must be calendar, tasks, notes, or contacts.
 * For debug output create dir /tmp/sync and make it writeable by web server
 * Set log level to PEAR_LOG_DEBUG in Administration:Horde Setup_Logging. It may be helpful to filter the logs as follows:
 <code>
 tail -f /tmp/horde.log | grep "SyncML:"
 </code>
-* The !SyncML part of the logs is now alswo available on the !SynclML options page of the horde options (use a recent prefs.php)
-* For sync4j outlook syncing, use at least !SyncClient PIM Outlook version 1.3.9 available from http://sync4j.org/ (v 2.2). The device ID must be sc-pim-outlook or anything containing sync4j so that the Horde backend can identify the connector.
+* The !SyncML part of the logs is now alswo available on the !SynclML options page of the horde options (use a recent prefs.php or go directly to http(s)://pathtoyourhordeinstall/rpc.php/services/portal/syncml.php)
+
+++ Additional information for syncing with Outlook
+
+* You need the sync4j outlook connector. Go to http://www.sync4j.org/ ->  Download -> v2.2 stable release -> SyncClient PIM Outlook 1.4.3. Download and install.
+* Configure as mentioned above. Device ID must be sc-pim-outlook or anything containing the text sync4j so that the Horde backend can identify the connector. If you're using multiple instances of the connector (one on your home pc, one on your laptop), make sure that the device ID is different on those.
+
+++ Additional information for syncing PDAs
+
+* Syncing of PDAs requires the Synthesis Sync Client available from http://www.synthesis.ch/. There's a 30 days trial version. 
+* Make sure to set the events server path to "calendar"
+* Uncheck the "only from 30 days before until 90  after today" setting
 
 ++ Sync clients being used succesfully:
 
-Synthesis client (v2.5.0.30) -> PDA -> USB serial cable -> Powerbook G4 running The Missing Sync (http://www.markspace.com/missingsync_palmos.php) -> Horde test installation
+* Synthesis client (v2.5.0.30) -> PDA -> USB serial cable -> Powerbook G4 running The Missing Sync (http://www.markspace.com/missingsync_palmos.php) -> Horde test installation
+* Sony Ericsson P800/P900
+* Outlook with Sync4j SyncClient PIM outlook 1.4.3
 
 ++ Cleaning up when testing
 
 //**##red|DO NOT USE THIS IN PRODUCTION!##**//


More information about the cvs mailing list