Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > ZCS Client Connectors > Zimbra Connector for Outlook

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #81 (permalink)  
Old 02-29-2008, 03:05 AM
Project Contributor
 
Posts: 182
Default

I will install first and then create my account later today.

Have a bit of work on at this minute.

What kind of help do you need - translation/more wording/testing your instructions?

thanks

Costa
__________________
------------------------------
http://www.lcrm.co.uk
Reply With Quote
  #82 (permalink)  
Old 02-29-2008, 03:20 AM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by Costa-101 View Post
I will install first and then create my account later today.

Have a bit of work on at this minute.

What kind of help do you need - translation/more wording/testing your instructions?

thanks

Costa
My native language russia and I bad known English language. Please check that my mind in the articles is clear . More wording and test instructions will help us .
Reply With Quote
  #83 (permalink)  
Old 02-29-2008, 03:28 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

Quote:
Originally Posted by wolfroma View Post
Now exist only short README. This connector install as any other funambol connector. Detail Installation described in the funambol documentation.
Yes, I've had a quick look at the README. I don;t know much about Funambol but if I get some time this week-end I'll try and install it on one of my servers.

Quote:
Originally Posted by wolfroma View Post
But I can guide for install this connector.
If you will have any questions, I ready to answer you and create How-To or wiki.
That's sounds good, a wiki article would be great and I see Costa has already volunteered to help.
__________________
Regards


Bill
Reply With Quote
  #84 (permalink)  
Old 02-29-2008, 12:41 PM
Project Contributor
 
Posts: 182
Question

wolfroma,

I PM'd you - waiting for edit privileges on sourceforge article please?

Thanks

Costa
__________________
------------------------------
http://www.lcrm.co.uk

Last edited by Costa-101; 02-29-2008 at 12:42 PM.. Reason: spelt users name wrong
Reply With Quote
  #85 (permalink)  
Old 02-29-2008, 11:04 PM
Project Contributor
 
Posts: 106
Default

Quote:
Originally Posted by Costa-101 View Post
wolfroma,

I PM'd you - waiting for edit privileges on sourceforge article please?

Thanks

Costa
Please give me UNIX name of you user on sourceforge?
Reply With Quote
  #86 (permalink)  
Old 03-01-2008, 02:28 AM
New Member
 
Posts: 4
Default

That's absolutely great news! Hope syncronisation works perfectly...
I'll give it a try in near future.

Thanks a lot for giving syncml opportunity to the communtity!
resol.
Reply With Quote
  #87 (permalink)  
Old 03-01-2008, 07:00 PM
Junior Member
 
Posts: 8
Default

Hello,

I'm also very interested in getting my E61i to sync with Zimbra-OSS via Funambol.
For the last three hours I've been trying to get the latest ZimbraFunambolConnector to connect to the zimbra-SOAP-service.

So far I've managed to get the demo sync between the E61i phone & Funambol to work properly.

Afterwards I installed the ZimbraFunambolConnector in Funambol and tried different URIs and URLs for the SyncSource.

The connection attempts from the phone are logged in the ds-server.log but there are no logged connection attempts in Zimbra's audit.log.
I only see old entries from the Zimbra Desktop app, for instance.

On the phone the sync starts normally but then ends premature with "System Error".

Do I have to do any SSL-specific configuration on the Funambol server side?
I ask because my Zimbra-server only accepts SSL-connections.
Furthermore I'm not sure about the syncml-settings on the phone.
Until now I only tried "cal" as remote calendar database and took my zimbra
credentials to authenticate to funambol-ds.
AFAIK these credentials are passed through to the zimbra-SOAP-service.

Cheers, Kleo

Last edited by kleo; 03-01-2008 at 07:12 PM..
Reply With Quote
  #88 (permalink)  
Old 03-02-2008, 01:09 AM
Project Contributor
 
Posts: 106
Default

If you use SSL, You must set keystoke path in the java. Please open <FUNAMBOL>/ds-server/bin/start.cmd file or *.sh. Find line like this
Code:
set JAVA_OPTS=%JAVA_OPTS% -Djavax.net.ssl.trustStore="%~dp0..\lib\security\cacerts"
.
If you cann't find this line then add her (after similar lines). In the linux like this.
After change dir to <FUNAMBOL>/ds-server/lib/security/. Replace cacerts file with cacerts for zimbra. Try syncronize with contacts (card or scard).
Calendar have some bugs because, it recently finnished. If you find bug with calendar (cal, vevent, scal) then post this bug in the project page
Reply With Quote
  #89 (permalink)  
Old 03-02-2008, 06:04 AM
Junior Member
 
Posts: 8
Default

Hello wolfroma,

thanks for your advise.
For testing purposes I've disabled SSL on the zimbra server and focused on the contacts synchronization.

At the moment the status is as follows:

When I try to sync to the zimbra calendar without using SSL,
I still get the "System Error"-message on the phone and
there is not logged connection attempt in the zimbra audit.log.

When I try to sync using the 'card'-URI, the phone sents all my contacts to the funambol-ds.
In the ds-server.log I can see that after the transmission of the vcards is finished,
the funambol-ds reads the device config for the phone.

Directly after logging the device settings there follows a trace about a java.lang.NullPointerException

(please see the attached log).

I don't know if the following messages are also important:

Code:
[2008-03-02 14:15:23,258] [funambol.engine.pipeline] [TRACE] [C33B14B19BBB37C852D25ED1E30E1F4D] [IMEI:35xxxxxxxxxxxxx] [alex@zimbra.localdomain] [] E61i does not belong to the Series 60
[2008-03-02 14:15:23,258] [funambol.engine.pipeline] [INFO] [C33B14B19BBB37C852D25ED1E30E1F4D] [IMEI:35xxxxxxxxxxxxx] [alex@zimbra.localdomain] [] Output processing stopped by com.funambol.foundation.synclet.BeanShellSynclet@1904e0d[script=com/funambol/server/engine/pipeline/phones-support/bsh/NokiaS60out.bsh,header=user-agent,pattern=Nokia SyncML HTTP Client] (reason: NokiaS60out Synclet finished)
Code:
[2008-03-02 14:15:23,261] [funambol.transport.http] [TRACE] [C33B14B19BBB37C852D25ED1E30E1F4D] [IMEI:35xxxxxxxxxxxxx] [alex@zimbra.localdomain] [] Setting Accept-Encoding to gzip,deflate
[2008-03-02 14:15:23,261] [funambol.transport.http] [TRACE] [C33B14B19BBB37C852D25ED1E30E1F4D] [IMEI:35xxxxxxxxxxxxx] [alex@zimbra.localdomain] [] The client doesn't support any encoding. The response is not compressed
[2008-03-02 14:15:23,261] [funambol.transport.http] [TRACE] [C33B14B19BBB37C852D25ED1E30E1F4D] [IMEI:35xxxxxxxxxxxxx] [alex@zimbra.localdomain] [] Setting Content-Length to: 421
Do you have any ideas about what I should try or recommendations regarding the phone settings (SynML Version etc. ...)?
Maybe I'm missing something there.

Cheers Kleo
Attached Files
File Type: log ds-server.log (30.1 KB, 119 views)
Reply With Quote
  #90 (permalink)  
Old 03-02-2008, 11:52 AM
Project Contributor
 
Posts: 106
Default

This issue with build.xml. Please replace build.xml from project root folder with build.xml from this attachment and recompile sources. (SourceForge.net: zimbrafunambol » build_from_source).
Attached Files
File Type: zip build.zip (1.7 KB, 32 views)
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.