There is a problem with the Sogo Connector 0.96 (and 0.95) for
Thunderbird: it simply doesn't sync the address book any more.
With the Sogo Connector 0.94 it works fine.
This is a call in the error log with the connector 0.96 (not working properly):
[Fri Oct 09 12:36:38 2009] [error] [client 172.20.254.176]
groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
Array([name] => resourcetype[xmlns] => DAV:)[1] => Array([name] =>
supported-report-set[xmlns] => DAV:)[2] => Array([name] =>
getctag[xmlns] => calendarserver.org/ns/))))
This is a call in the error log with the connector 0.94 (working properly):
[Fri Oct 09 12:50:04 2009] [error] [client 172.20.254.176]
groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
Array([name] => resourcetype[xmlns] => DAV:))))
It seems that the extra info are causing problems to eGroupWare.
[1] => Array([name] => supported-report-set[xmlns] => DAV:)[2] =>
Array([name] => getctag[xmlns] => calendarserver.org/ns/
--------------------------------------
Anyone can help me about this problem?
Thanks!
Luca
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference _______________________________________________
eGroupWare-users mailing list
eGroupWare-users@... https://lists.sourceforge.net/lists/listinfo/egroupware-users
Re: Problem with eGroupware and Sogo Connector 0.96 (and 0.95) for Thunderbird
> I've opened a bug issue here:
>
> http://www.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&tr_id=2293 >
> and here:
>
> http://www.scalableogo.org/bugs/view.php?id=63 >
> And this is the essential part:
>
> --------------------------------------
>
> There is a problem with the Sogo Connector 0.96 (and 0.95) for
> Thunderbird: it simply doesn't sync the address book any more.
> With the Sogo Connector 0.94 it works fine.
>
> This is a call in the error log with the connector 0.96 (not working properly):
> [Fri Oct 09 12:36:38 2009] [error] [client 172.20.254.176]
> groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
> Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
> Array([name] => resourcetype[xmlns] => DAV:)[1] => Array([name] =>
> supported-report-set[xmlns] => DAV:)[2] => Array([name] =>
> getctag[xmlns] => calendarserver.org/ns/))))
>
> This is a call in the error log with the connector 0.94 (working properly):
> [Fri Oct 09 12:50:04 2009] [error] [client 172.20.254.176]
> groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
> Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
> Array([name] => resourcetype[xmlns] => DAV:))))
>
> It seems that the extra info are causing problems to eGroupWare.
> [1] => Array([name] => supported-report-set[xmlns] => DAV:)[2] =>
> Array([name] => getctag[xmlns] => calendarserver.org/ns/
supported-report-set is a requirement and CardDAV servers must
"advertise" available reports with that. We can easily add that -
thought I need to find out the syntax (rfc's can be a bit cryptic).
I still wonder that the missing property should be the cause for the
connector not working anymore. So far SOGO connector used for the
addressbook only a GroupDAV subset with PROPFIND. Only for readonly
addressbooks they used CardDAV REPORT's.
ctag's are optional (an extension) and not yet supported by EGroupware.
That should be no problem.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference _______________________________________________
eGroupWare-users mailing list
eGroupWare-users@... https://lists.sourceforge.net/lists/listinfo/egroupware-users
Re: Problem with eGroupware and Sogo Connector 0.96 (and 0.95) for Thunderbird
Ok, so you think it will be fixend in one of the next eGroupware updates?
Thank you very much!
Luca
On Sat, Oct 24, 2009 at 10:02, Ralf Becker <rb@...> wrote:
> Hi Luca,
>
> Luca Tolomelli schrieb:
>> I've opened a bug issue here:
>>
>> http://www.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&tr_id=2293 >>
>> and here:
>>
>> http://www.scalableogo.org/bugs/view.php?id=63 >>
>> And this is the essential part:
>>
>> --------------------------------------
>>
>> There is a problem with the Sogo Connector 0.96 (and 0.95) for
>> Thunderbird: it simply doesn't sync the address book any more.
>> With the Sogo Connector 0.94 it works fine.
>>
>> This is a call in the error log with the connector 0.96 (not working properly):
>> [Fri Oct 09 12:36:38 2009] [error] [client 172.20.254.176]
>> groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
>> Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
>> Array([name] => resourcetype[xmlns] => DAV:)[1] => Array([name] =>
>> supported-report-set[xmlns] => DAV:)[2] => Array([name] =>
>> getctag[xmlns] => calendarserver.org/ns/))))
>>
>> This is a call in the error log with the connector 0.94 (working properly):
>> [Fri Oct 09 12:50:04 2009] [error] [client 172.20.254.176]
>> groupdav::PROPFIND(Array([path] => /addressbook/[depth] => 0[root] =>
>> Array([name] => propfind[xmlns] => DAV:)[props] => Array([0] =>
>> Array([name] => resourcetype[xmlns] => DAV:))))
>>
>> It seems that the extra info are causing problems to eGroupWare.
>> [1] => Array([name] => supported-report-set[xmlns] => DAV:)[2] =>
>> Array([name] => getctag[xmlns] => calendarserver.org/ns/
>
> supported-report-set is a requirement and CardDAV servers must
> "advertise" available reports with that. We can easily add that -
> thought I need to find out the syntax (rfc's can be a bit cryptic).
>
> I still wonder that the missing property should be the cause for the
> connector not working anymore. So far SOGO connector used for the
> addressbook only a GroupDAV subset with PROPFIND. Only for readonly
> addressbooks they used CardDAV REPORT's.
>
> ctag's are optional (an extension) and not yet supported by EGroupware.
> That should be no problem.
>
> Ralf
> --
> Ralf Becker
> Director Software Development
>
> Stylite GmbH
> [open style of IT]
>
> Morschheimer Strasse 15
> 67292 Kirchheimbolanden
>
> fon +49 (0) 6352 70629-0
> fax +49 (0) 6352 70629-30
> mailto: rb@... >
> www.stylite.de
> www.egroupware.org
> ________________________________________________
>
> Geschäftsführer Andre Keller,
> Gudrun Müller, Ralf Becker
> Registergericht Kaiserslautern HRB 30575
> Umsatzsteuer-Id / VAT-Id: DE214280951
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference > _______________________________________________
> eGroupWare-users mailing list
> eGroupWare-users@... > https://lists.sourceforge.net/lists/listinfo/egroupware-users >
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference _______________________________________________
eGroupWare-users mailing list
eGroupWare-users@... https://lists.sourceforge.net/lists/listinfo/egroupware-users