Outlook Connector and shared calendar
Hi.
Looking for some help troubleshooting an issue with shared calendar functionality from Outlook using the Connector.
All server bits are JES-R2. Connector version is 6.0.129.
Connector is working for the most part, but when I try to subscribe to another users calendar from Outlook it is failing. Even when I do a search, and pick the user from the list, the lookup fails to return the user and I get "User not found. Either enter the email id of the user OR click on Search and then click Find to locate the user."
The ldap search I'm seeing in the access logs is curious in the sense that it seems to binding with dn="".
[23/Jun/2004:15:18:54 -0400] conn=346 op=0 msgId=1 - BIND dn="" method=128 versi
on=2
[23/Jun/2004:15:18:54 -0400] conn=346 op=0 msgId=1 - RESULT err=0 tag=97 nentrie
s=0 etime=0 dn=""
[23/Jun/2004:15:18:54 -0400] conn=346 op=1 msgId=2 - SRCH base="o=msgdemo.isdint
egration.com,dc=msgdemo,dc=isdintegration,dc=com" scope=2 filter="(uid=test1@msg
demo.isdintegration.com)" attrs="cn uid mail givenName sn icsCalendar"
[23/Jun/2004:15:18:54 -0400] conn=346 op=1 msgId=2 - RESULT err=0 tag=101 nentri
es=0 etime=0
[23/Jun/2004:15:18:54 -0400] conn=346 op=2 msgId=3 - UNBIND
[23/Jun/2004:15:18:54 -0400] conn=346 op=2 msgId=-1 - closing - U1
[23/Jun/2004:15:18:55 -0400] conn=346 op=-1 msgId=-1 - closed.
This is returning 0 entries, and I believe this is why it is failing. I believe the connector is probably using this search to retrieve the users calendar_id.
If I type the uid into the dialog box (to subscribe) I get this in the ldap:
===============================================================
[23/Jun/2004:14:12:58 -0400] conn=299 op=0 msgId=1 - BIND dn="" method=128 versi
on=2
[23/Jun/2004:14:12:58 -0400] conn=299 op=0 msgId=1 - RESULT err=0 tag=97 nentrie
s=0 etime=0 dn=""
[23/Jun/2004:14:12:58 -0400] conn=299 op=1 msgId=2 - SRCH base="o=msgdemo.isdint
egration.com,dc=msgdemo,dc=isdintegration,dc=com" scope=2 filter="(uid=test1)" a
ttrs="cn uid mail givenName sn icsCalendar"
[23/Jun/2004:14:12:58 -0400] conn=299 op=2 msgId=3 - UNBIND
[23/Jun/2004:14:12:58 -0400] conn=299 op=2 msgId=-1 - closing - U1
[23/Jun/2004:14:12:58 -0400] conn=299 op=1 msgId=2 - RESULT err=0 tag=101 nentri
es=0 etime=0
=================================================================
This time, it has a proper uid (not a mail address) but still returns 0 entries.
Here is a section from s10c.log that accompanies this:
06/23/2004 15:30:38.595 (1560) {Addin } [Debug ]: calid property is missing in folder Shared Calendars with hr = 0x8004010f
06/23/2004 15:30:38.595 (1560) {Store } [Debug ]: S1OC FolderNotification Enter
06/23/2004 15:30:38.606 (1560) {Store } [Debug ]: S1OC FolderNotification GetSocsCalProps 0x80040108
06/23/2004 15:30:38.606 (1560) {Store } [Debug ]: S1OC FolderNotification Exit
06/23/2004 15:30:47.028 (1560) {Addin } [Error ]: wcap returned errno: 61
06/23/2004 15:30:47.028 (1560) {Addin } [Debug ]: getUserPropertiesByEmailID failed : Denied Access
06/23/2004 15:30:51.514 (1560) {Addin } [Error ]: wcap returned errno: 61
06/23/2004 15:30:51.514 (1560) {Addin } [Debug ]: getUserProperties failed : Denied Access: LDAP misconfigured?
06/23/2004 15:30:57.663 (1560) {Addin } [Info]: Exit - CApplicaton::Uninit
06/23/2004 15:30:57.843 (1560) {Addin } [Info]: Exit - CApplicaton::Uninit
06/23/2004 15:30:58.074 (1560) {Store } [Debug ]: S1OC CCalPropsList::UnInitCalPropsList Enter count(1) max(10)
06/23/2004 15:30:58.074 (1560) {Store } [Debug ]: S1OC CCalPropsList::UnInitCalPropsList Exit
06/23/2004 15:30:58.074 (1560) {Genrl } [Warning]: =============== Sun ONE Outlook Connector _UnInit=============== 612
Anyone have any clue as to what is the cause/fix?
Thanks,
Jeff Smith

