View Issue Details

IDProjectCategoryView StatusLast Update
0002305SOGoOpenChange backendpublic2015-05-25 19:56
Reporterdaoustc Assigned Toludovic  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionsuspended 
Product Version2.0.5 
Summary0002305: get the availability (free/busy) in outlook
Description

version 2.0.5a

lorsque j'essais d'obtenir les disponibilité dans outlook. j'ai le message "Les suggestions ne sont pas fournies, car il est impossible d'extraire les données de disponibilité"

dans le ocsmanager.log il y a l'erreur suivante :

est-ce un bug ou une mauvaise configuration

2013-05-02 13:21:28,938 INFO [openchange.web.auth.NTLMAuthHandler] [worker 3] client did not pass auth cookie
2013-05-02 13:21:29,470 INFO [openchange.web.auth.NTLMAuthHandler] [worker 6] client did not pass auth cookie
2013-05-02 13:21:29,470 INFO [openchange.web.auth.NTLMAuthHandler] [worker 6] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:30,530 INFO [openchange.web.auth.NTLMAuthHandler] [worker 4] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:30,580 ERROR [spyne.application] [worker 4] (32, 'No such Base DN: CN=Claude Daoust,CN=First Administrative Group,CN=First Organization,CN=AGENDA,DC=icod,DC=ca')
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/spyne/application.py", line 120, in process_request
ctx.out_object = self.call_wrapper(ctx)
File "/usr/lib/python2.6/site-packages/spyne/application.py", line 164, in call_wrapper
return ctx.service_class.call_wrapper(ctx)
File "/usr/lib/python2.6/site-packages/spyne/service.py", line 212, in call_wrapper
return ctx.function(ctx, *ctx.in_object)
File "/usr/lib/python2.6/site-packages/ocsmanager/controllers/as.py", line 460, in GetUserAvailabilityRequest
calendar_folder = ExchangeService._open_user_calendar_folder(user_email)
File "/usr/lib/python2.6/site-packages/ocsmanager/controllers/as.py", line 307, in _open_user_calendar_folder
expression=ldb_filter, attrs=["MAPIStoreURI"])
LdbError: (32, 'No such Base DN: CN=Claude Daoust,CN=First Administrative Group,CN=First Organization,CN=AGENDA,DC=icod,DC=ca')
2013-05-02 13:21:36,066 INFO [openchange.web.auth.NTLMAuthHandler] [worker 5] client did not pass auth cookie
2013-05-02 13:21:36,067 INFO [openchange.web.auth.NTLMAuthHandler] [worker 5] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:36,581 INFO [openchange.web.auth.NTLMAuthHandler] [worker 7] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)

Additional Information

même problème avec outlook 2007 et 2010

centos 6.4
openchange.x86_64 2.0.r3665.sogo-1.centos6 @sogo-rhel6
openchange-ocsmanager.x86_64 2.0.r3665.sogo-1.centos6 @sogo-rhel6
openchange-rpcproxy.x86_64 2.0.r3665.sogo-1.centos6 @sogo-rhel6
sogo.x86_64 2.0.5a-1.centos6 @sogo-rhel6
sogo-openchange-backend.x86_64 2.0.5a-1.centos6 @sogo-rhel6
sope49-gdl1-mysql.x86_64 4.9-20130416_1664.el6.1 @sogo-rhel6

la config sogo est disponible sur le bug id 0002303

TagsNo tags attached.

Activities

Christian Mack

Christian Mack

2013-05-03 12:34

developer   ~0005560

Sorry, can't read french.
Could you translate it to english please?

daoustc

daoustc

2013-05-03 14:20

reporter   ~0005561

when I try to get the availability (free/busy) in outlook. I get the message "The suggestions are not provided because it is impossible to extract data" 

in ocsmanager.log I found the following error :

same error with outlook 2007 and 2010

2013-05-02 13:21:28,938 INFO [openchange.web.auth.NTLMAuthHandler] [worker 3] client did not pass auth cookie
2013-05-02 13:21:29,470 INFO [openchange.web.auth.NTLMAuthHandler] [worker 6] client did not pass auth cookie
2013-05-02 13:21:29,470 INFO [openchange.web.auth.NTLMAuthHandler] [worker 6] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:30,530 INFO [openchange.web.auth.NTLMAuthHandler] [worker 4] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:30,580 ERROR [spyne.application] [worker 4] (32, 'No such Base DN: CN=Claude Daoust,CN=First Administrative Group,CN=First Organization,CN=AGENDA,DC=icod,DC=ca')
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/spyne/application.py", line 120, in process_request
ctx.out_object = self.call_wrapper(ctx)
File "/usr/lib/python2.6/site-packages/spyne/application.py", line 164, in call_wrapper
return ctx.service_class.call_wrapper(ctx)
File "/usr/lib/python2.6/site-packages/spyne/service.py", line 212, in call_wrapper
return ctx.function(ctx, *ctx.in_object)
File "/usr/lib/python2.6/site-packages/ocsmanager/controllers/as.py", line 460, in GetUserAvailabilityRequest
calendar_folder = ExchangeService._open_user_calendar_folder(user_email)
File "/usr/lib/python2.6/site-packages/ocsmanager/controllers/as.py", line 307, in _open_user_calendar_folder
expression=ldb_filter, attrs=["MAPIStoreURI"])
LdbError: (32, 'No such Base DN: CN=Claude Daoust,CN=First Administrative Group,CN=First Organization,CN=AGENDA,DC=icod,DC=ca')
2013-05-02 13:21:36,066 INFO [openchange.web.auth.NTLMAuthHandler] [worker 5] client did not pass auth cookie
2013-05-02 13:21:36,067 INFO [openchange.web.auth.NTLMAuthHandler] [worker 5] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)
2013-05-02 13:21:36,581 INFO [openchange.web.auth.NTLMAuthHandler] [worker 7] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (2738)

Christian Mack

Christian Mack

2013-05-03 15:05

developer   ~0005563

I added english subject as I understand your request.

ludovic

ludovic

2013-05-24 11:45

administrator   ~0005610

SOGo/OpenChange will only be able to get freebusy data of users that have logged in at least once in SOGo/OpenChange from Outlook.

daoustc

daoustc

2013-05-24 14:18

reporter   ~0005612

we have users that will use outlook and others will use thunderbird. can you add the support to get freebusy data for any user regardless of client it use.

Nous avons des usagé qui utiliserons outlook et d'autres utiliserons thunderbird. Pouvez-vous ajouter la fonctionnalité qui permettra de récupérer les infos de disponiblité peut importe le client utilisé.

ludovic

ludovic

2015-05-25 19:56

administrator   ~0008535

Retry with v2.3. Reopen if necessary.

Issue History

Date Modified Username Field Change
2013-05-02 17:34 daoustc New Issue
2013-05-03 12:34 Christian Mack Note Added: 0005560
2013-05-03 14:20 daoustc Note Added: 0005561
2013-05-03 15:05 Christian Mack Note Added: 0005563
2013-05-03 15:05 Christian Mack Summary récupération des information de disponibilité (freebusy) dans outlook => get the availability (free/busy) in outlook
2013-05-24 11:45 ludovic Note Added: 0005610
2013-05-24 14:18 daoustc Note Added: 0005612
2015-05-25 19:56 ludovic Note Added: 0008535
2015-05-25 19:56 ludovic Status new => resolved
2015-05-25 19:56 ludovic Resolution open => suspended
2015-05-25 19:56 ludovic Assigned To => ludovic