The Following User Says Thank You to flya320 For This Useful Post: | ||
![]() |
2010-02-08
, 11:37
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#12
|
![]() |
2010-02-08
, 12:55
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#13
|
The Following User Says Thank You to robbie For This Useful Post: | ||
![]() |
2010-02-08
, 15:01
|
Posts: 9 |
Thanked: 4 times |
Joined on Feb 2010
|
#14
|
Maybe I should give Funambol a go again... Guess I could use port forwarding (in SSH) to display the Java GUI on my laptop during setup...
The Following User Says Thank You to flya320 For This Useful Post: | ||
![]() |
2010-02-08
, 15:08
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#15
|
I have not tried it yet, but the funamboladmin tool *should* work from another computer via network. This will be an issue in my setup, too, since the server where I would like to run funambol is a non X, non monitor, no nothing server ;-)
I will play a bit and report back...
![]() |
2010-02-08
, 15:12
|
Posts: 9 |
Thanked: 4 times |
Joined on Feb 2010
|
#16
|
![]() |
2010-02-08
, 15:45
|
Posts: 9 |
Thanked: 4 times |
Joined on Feb 2010
|
#17
|
The Following User Says Thank You to flya320 For This Useful Post: | ||
![]() |
2010-02-08
, 15:58
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#18
|
1) on an initial sync, the N900 creates a second connection during the sync where it tries to sync the exact same items as the first connection. So you end up with a lot of duplicates. An ugly patch in z-push can prevent that but has to be disabled after initial sync.
2) the N900 doesn't follow the Activesync specifications with timezones. Full day events are not synced correct. An ugly patch in z-push can help but not when you travel across timezones.
3) Some pictures from N900 contacts aren't synced so they are empty on Zarafa. On the next sync they are removed some N900 too. The N900 doesn't see the pictures when syncing. I checked that in the N900 synclog.
![]() |
2010-02-08
, 18:22
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#19
|
mainframe scripts # netstat -pan --tcp | grep LISTEN | grep java tcp 0 0 0.0.0.0:56804 0.0.0.0:* LISTEN 13651/java tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 13676/java tcp 0 0 127.0.0.1:37381 0.0.0.0:* LISTEN 13651/java tcp 0 0 0.0.0.0:4101 0.0.0.0:* LISTEN 13689/java tcp 0 0 0.0.0.0:8101 0.0.0.0:* LISTEN 13676/java tcp 0 0 127.0.0.1:48582 0.0.0.0:* LISTEN 13689/java tcp 0 0 127.0.0.1:48359 0.0.0.0:* LISTEN 13699/java tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN 13676/java tcp 0 0 0.0.0.0:4745 0.0.0.0:* LISTEN 13651/java tcp 0 0 10.13.20.1:5001 0.0.0.0:* LISTEN 10627/java tcp 0 0 0.0.0.0:40237 0.0.0.0:* LISTEN 13651/java tcp 0 0 0.0.0.0:45455 0.0.0.0:* LISTEN 13676/java tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 13676/java tcp 0 0 0.0.0.0:51762 0.0.0.0:* LISTEN 13689/java tcp 0 0 0.0.0.0:44436 0.0.0.0:* LISTEN 13699/java tcp 0 0 0.0.0.0:38581 0.0.0.0:* LISTEN 13689/java tcp 0 0 0.0.0.0:56950 0.0.0.0:* LISTEN 13699/java tcp 0 0 127.0.0.1:45335 0.0.0.0:* LISTEN 13651/java tcp 0 0 0.0.0.0:54586 0.0.0.0:* LISTEN 13676/java tcp 0 0 0.0.0.0:7101 0.0.0.0:* LISTEN 13651/java tcp 0 0 0.0.0.0:3101 0.0.0.0:* LISTEN 13699/java tcp6 0 0 :::9001 :::* LISTEN 13646/java
![]() |
2010-02-08
, 21:16
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#20
|
Not correct. The N900 establishes connection to the server. Waits 90 seconds to receive a response. If the response is not received in this amount of time, the connection is dropped and new request to the server is sent. As no response from the server was received for the previous sync attempt, no dupe appears.
the EAS Protocol setting didn't help with egroupware, since egroupware is synced with the symcML Protocol.
I also tried a go with funambol, which as of now syncs with the N900 successfully! I now have to figure out, if just funambol is enough for what I need, or if I use funambol as a link between the n900 and a groupware server. Some work ahead!