|
From: Ben E. H. <bv...@gm...> - 2007-05-23 12:33:28
|
Hi everybody, my mobile phone company o2 offers a syncml-server. They have a special=20 windows-tool to synchronize which I don't want to use. But they also told m= e=20 the parameters to access the syncml-server: Serveradresse, Host Adresse: http://syncml.o2online.de/syncml.osp Port: 80 Benutzername/Login Name: [mobilenumber]@o2online.de Passwort: [password at www.o2online.de] Anwendungen/Datenbankname Contacts: kontakte Calender: kalender (bei Sony Ericsson Ger=E4ten: Termine) Todo: aufgaben Notes: notizen Sync-Anfragen erlauben (allow sync-request): yes Alle Sync-Anfr. Annehmen (accept all sync-request): no Netzauthentifizierung (network authentification): yes (Normal PAP) Protokoll: PDP/DHCP I tried to sync with the syncml-http-server and kdepim, with the following= =20 config: <config> <username>[my phonenumber]@o2online.de</username> <password>[my password]</password> <url>http://syncml.o2online.de/syncml.osp</url> <port>80</port> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <contact_db>kontakte</contact_db> <calendar_db>Termine</calendar_db> <note_db>notizen</note_db> </config> msynctool returns only the message: Error while synchronizing: Unable to sp= awn=20 server Any hint what I can do? Thanks, Ben |