[cvs] [Wiki] changed: SyncHowTo

Karsten Fourmont karsten at horde.org
Sat Jan 13 04:42:44 PST 2007


karsten  Sat, 13 Jan 2007 04:42:44 -0800

Modified page: http://wiki.horde.org/SyncHowTo
New Revision:  1.35
Change log:  minor updates to reflect current state

@@ -7,16 +7,16 @@
  * you have to use the cvs version or a cvs snapshot. The latest stable release won't do. Please note that you have to run framework/install-packages.php to install the required packages into your PEAR path. (Unless you use framework/devtools/fw-create-symlinks).
  * 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.
+  * 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. 
  * When reporting problems to the mailing list, please include the /tmp/sync/syncml_log.txt. This greatly helps to figure out what's going on.
  
-++ Additional information for syncing with Outlook
+++ Additional information for syncing with Outlook or Blackberry
  
-* 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.
+* You need the Funambol outlook connector. Go to http://www.funambol.com/ ->  Download -> PIM-Only Client Software -> Version for your client. 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.
  * !Sync4J Outlook Client needs to have the port configured in the sync url when using https, i.e. https://pathtoyourhordeinstall:443/rpc.php
  
  ++ Additional information for syncing PDAs
@@ -28,27 +28,13 @@
  ++ 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
  * Sony Ericsson P800/P900
-* Outlook with Sync4j !SyncClient PIM outlook 1.4.3
-  * NOTE: Sync4j is now called Funambol (http://www.funambol.com). Various problems syncing Horde 3.1 with "Funambol Outlook Client 3.0 beta 1".  
-  *UPDATE: Notes, tasks and calendar work well with "Funambol Outlook Client 3.0 beta 7" however selecting contacts will cause a memory overflow. http://www.funambol.com/opensource/download_form.html?file_id=funambol-outlook-plugin-3.0.7.exe
+* Outlook with Funambol !SyncClient PIM outlook 3.0.15
  
  ++ Cleaning up when testing
  
  //**##red|DO NOT USE THIS IN PRODUCTION!##**//
-
-If you're debugging and want to clean out data between sync attempts, you can try this set of commands if you use mysql (or adjust appropriately for other backends):
-
-
-<code>
-delete from kronolith_events where calendar_id='YOUR CALENDAR';
-delete from horde_datatree where group_uid='syncml';
-delete from horde_datatree_attributes using
-    horde_datatree_attributes left join horde_datatree on
-    horde_datatree_attributes.datatree_id=horde_datatree.datatree_id where
-    horde_datatree.datatree_id IS NULL;
-</code>
  
  You can clear all session files (assuming the default backend) with {{rm -f /tmp/sess_*}}.
  
  You'll have a lot of entries in the datatree with a group_uid of 'horde.history'. You will lose information from more than syncing by clearing them out, but you can do so. It is also useful to clear out horde.log and /tmp/sync to get a better feel for what is from the current sync attempt and what is not.


More information about the cvs mailing list