In Part 1 we took at look at the architecture of the Quest Free/Busy (F/B) Connector in Coexistence Manager for Notes (CMN) as well as how Exchange interfaces with it. We also configured the F/B Connector web services and the Domino Free Busy Connector Service. In Part 2, we configured the Exchange Free Busy Connector Service, the Domino QCALCON task, and the Exchange organization. In this post, we’ll complete the configuration by configuring Lotus Notes as well as building a test user in Exchange and Lotus Notes to validate the configuration. At the end of this post you should have working Free/Busy coexistence between Exchange and Notes.

As a reminder, here’s a copy of our sample environment that will be referenced:

image_thumb[12]

Configuring the Lotus Notes Domain

All of the configuration tasks in this section will be performed in the Domino Administrator tool.

  1. Browse to Configuration > Messaging > Domains.
  2. Select Add Domain on the toolbar.
  3. Populate the Basics tab with the following data:
    • Domain type: Foreign Domain
    • Foreign domain name: Exchange

image

  1. Populate the Mail Information tab with the following data:
    • Gateway server name: LN-ADM01/CONTOSO.
    • Gateway mail file name: mail.box.

image

  1. Populate the Calendar Information tab with the following data:
    • Calendar system name: LN-ADM01/CONTOSO.
    • Calendar system: mail.box.

image

  1. Click Save & Close.

At this point, Domino should begin routing Exchange calendar requests to the QCALCON task and over to Exchange. To test this, we’ll need to configure a couple test users.

Testing the Configuration

We’ll create two test users for this exercise. User George Washington will have mail on Lotus Notes, while user Abraham Lincoln will have mail on Exchange. First, let’s configure Exchange.

  1. Create a Contact in Exchange for George Washington. Specify an External Email Address (targetAddress) of gwashington@lotus.contoso.com.
  2. Create a Mailbox in Exchange for Abraham Lincoln. Ensure the primary email address for Abraham Lincoln is alincoln@contoso.com.

In step 1, we’ve created an object which will be used for routing mail as well as for ensuring that the availability service redirects free/busy information to the Quest components. Next, let’s add these users to Lotus Notes.

  1. Switch to the People & Groups tab in Domino Administrator.
  2. Browse to Domino Directories > CONTOSO’s Directory > People.
  3. Click Add Person.
  4. Populate the Basics tab as shown below:

image

  1. Populate the Miscellaneous tab as shown:

image

  1. Click Save & Close.

Next, we need to register George Washington with Notes.

  1. In People & Groups, expand People on the right under Tools, and click Register….
  2. Populate the Basics tab as shown. Be sure to select LN-SRV01 by clicking Registration Server….

image

  1. Check Advanced in the lower left
  2. Switch to the Address tab.
  3. Populate the Address tab as shown:

image

  1. Click Register.
  2. Press F9 to refresh the People view.

What we’ve done is created a Person document for Abraham Lincoln which forward to Exchange and specifies the Foreign Domain created earlier for calendaring. We’ve also created a full fledged mailbox enabled user for George Washington in Lotus Notes.

Testing

Populate Abraham Lincoln’s calendar with a few appointments in Exchange. In Lotus Notes, populate George Washington’s calendar with a few appointments as well.

  1. Open George Washington’s person document from the People view in the NAB.
  2. Click Open Mail File… on the toolbar.
  3. Click Mail and then Switch to Calendar in the upper left of George Washington’s mail file to open the calendar.
  4. Create a few appointments.

In Exchange, invite George Washington to a meeting using Outlook. Verify the free/busy information is displayed (e.g. no hash marks). In Lotus Notes, invite Abraham Lincoln to a meeting. verify that the Find Available Times tab shows free/busy information. Be advised that in both cases it may take a few moments for data to become available.

Troubleshooting

There are a number of places you can look to for troubleshooting information depending on where you think the problem lies. All of the Quest components log useful information to a file:

  • QCALCON (Domino to Exchange lookups) – c:\lotus\domino\qcalcon.exe.log.
  • Exchange Free/Busy Connector Service (Domino to Exchange lookups) – C:\Program Files (x86)\Quest Software\Quest Coexistence Manager for Notes\Free Busy Connector\ExchangeFreeBusyService.exe.log.
  • Domino Free/Busy Connector Service (Exchange to Domino lookups) – C:\Program Files (x86)\Quest Software\Quest Coexistence Manager for Notes\Free Busy Connector\DominoFreeBusyService.exe.log.

One additional useful tip surrounding the Quest components deals with caching. Both components keep requests cached in memory for 5 minutes by default. When you're troubleshooting, this can be problematic as you must restart the service each time you change a user in Notes or Exchange to see the effect. You can go in the Advanced configuration of either service in PowerGUI and tweak the cache lifetimes to "0" to disable caching. Just be sure to return the cache to the default values once you put the environment in production.

The Outlook availability service logging is also quite useful. You can enable that by going to Options>Advanced>Other>Enable Troubleshooting Logging. Restart Outlook and create a new meeting request. You’ll find logging information in %temp%\olkas which will include the exact errors and XML returned by the Quest components.