Replace Domino with Exchange 2007 (Part 3)
In part 1 and part 2 of this article series, we learned about Transporter Suite for Lotus Domino, installed this application, performed directory synchronization between two Contoso systems (using Exchange 2007) and Fabrikam (using Lotus Domino 7).
>> Replace Domino with Exchange 2007 (Part 1)
>> Replace Domino with Exchange 2007 (Part 2)
Now the address books have been synchronized, our next step is to ensure that every user on each system can check the schedule information of others. Sharing the address book is quite useful, but the ability to query free / busy information on schedule is much more useful.
Free / Busy Connector
The Directory Connector does not allow for Free / Busy information queries between the two systems, but you can do this via the Free / Busy Connector . With this tool Contoso and Fabrikam users can view the address book and schedule work together. Suppose a user in Contoso system named Exchange User 1 wants to schedule a meeting with the Fabrikam user called Domino Administrator via Outlook Web Access . Without using the Free / Busy Connector, Contoso users will not see any information when querying Free / Busy information as shown in Figure 1.
Before installing the Free / Busy Connector, there are a few things to note about this tool:
Prepare for Domino system
First we will initialize the Foreign Domain Document on the Domino Fabrikam server using the Domino Administrator application. Follow these steps:
Figure 7: The screen appeared after the successful creation of Foreign Domain.
Install Excalcon.exe
While in the Domino configuration area, you can also perform some other Domino configuration steps before installing excalcon.exe. This application needs to be installed on Fabrikam's Domino server by running the transport.msi file (or transporter32.msi file if you are using a 32-bit version) on the Domino server. Follow these steps:
The selected line in notes.ini (Figure 9) needs to be changed to contain the excalcon.exe process. The additional command that needs to be applied to this notes.ini file is in the following format:
After saving the changes to the notes.ini file, you can choose to restart the Domino server application or call the excalcon.exe process without having to restart Domino by entering the command with the following syntax Domino server console:
Conclude
In this article, we have done the first preparation for the process of creating and configuring a Free / Busy Connector between Exchange 2007 and Lotus Domino. These operations focus on the preparation process on Domino systems. In the next section, we will do some preparation on the Exchange system, and then create and configure the Free / Busy Connector.
>> Replace Domino with Exchange 2007 (Part 1)
>> Replace Domino with Exchange 2007 (Part 2)
Now the address books have been synchronized, our next step is to ensure that every user on each system can check the schedule information of others. Sharing the address book is quite useful, but the ability to query free / busy information on schedule is much more useful.
Free / Busy Connector
The Directory Connector does not allow for Free / Busy information queries between the two systems, but you can do this via the Free / Busy Connector . With this tool Contoso and Fabrikam users can view the address book and schedule work together. Suppose a user in Contoso system named Exchange User 1 wants to schedule a meeting with the Fabrikam user called Domino Administrator via Outlook Web Access . Without using the Free / Busy Connector, Contoso users will not see any information when querying Free / Busy information as shown in Figure 1.

Figure 1: Cannot query Free / Busy information without using Free / Busy Connector.
Before installing the Free / Busy Connector, there are a few things to note about this tool:
- A separate process of the Transporter Suite , excalcon.exe, must be launched on the Domino server to allow for Free / Busy queries.
- Need to create a domain document in addition to storing Free / Busy information (the Directory Connector does not need to use this domain).
- Domino server must be launched as a service (not as an application) to be able to look up Free / Busy information. You can configure on the window that appears when starting Domino server (Figure 2) by selecting the Start Domino as a Windows Services option .

Figure 2: Launch Domino as a service.
Prepare for Domino system
First we will initialize the Foreign Domain Document on the Domino Fabrikam server using the Domino Administrator application. Follow these steps:
- Run the Domino Administrator application.
- Click the Configuration tab and then expand the Messaging section in the left panel.
- In the options list of Messaging , select Domains (Figure 3).

Figure 3: List of Messaging options.
- Click the Add Domain button, then you will see the New Domain window.
- Basics tab has been selected by default. At this tab, you need to set the Domain type to Foreign Domain and then enter Exchange in the Foreign domain name field . It's best to use Exchange as Foreign Domain Name in Domino or you'll have to run the Set-DominoDirectoryConnector cmdlet with the -ForeignDomain parameter to change the configuration for the Directory Connector (Figure 4).

Figure 4: Foreign Domain Basics tab.
- Next, click the Mail Information tab. Then enter the name of the Domino server running excalcon.exe in the Gateway server name field . Assuming this server is installed and named Domino / Fabrikam , enter this name for the Gateway server name field. In the Gateway mail server field , enter mail.box as shown in Figure 5.

Figure 5: Foreign Domain Mail Information Tab.
- Then, click on the Calendar Information tab. Please re-enter the Domino server name running excalcon.exe named Domino / Fabrikam in the Calendar server name field . Next enter the Calendar System name of Exchange into the Calendar System field, assuming the name of this system on Exchange is ExchFreeBussy (Figure 6).

Figure 6: Foreign Domain Calendar Information Tab.
- After completing the configuration in these tabs, click the Save & Close button to complete the Foreign Domain creation process. If the process is successful, you will see a screen similar to Figure 7 that appears.

Figure 7: The screen appeared after the successful creation of Foreign Domain.
Install Excalcon.exe
While in the Domino configuration area, you can also perform some other Domino configuration steps before installing excalcon.exe. This application needs to be installed on Fabrikam's Domino server by running the transport.msi file (or transporter32.msi file if you are using a 32-bit version) on the Domino server. Follow these steps:
- Ignore the Welcome screen, then accept the License on the Licensing screen.
- At the Select Components and Install Location screen , you should not choose to install Microsoft Transporter Tools , instead choose to install Free / Busy Connector Add-In Task for Lotus Domino (Figure 8). This is done to ensure that only excalcon.exe is installed on the Domino server and does not install the rest of the Transporter Suite.

Figure 8: Installing Free / Busy components.
- After choosing it, click the Next button , then click the Install button on the Ready to Install screen.
- When the installation process finishes, you should configure the notes.ini file on the Domino server to always load excalcon.exe . By default, notes.ini will be saved in the Program FilesLotusDomino folder on any drive you have installed Domino on.

Figure 9: Default Notes.ini file.
The selected line in notes.ini (Figure 9) needs to be changed to contain the excalcon.exe process. The additional command that needs to be applied to this notes.ini file is in the following format:
, excalconIn our example scenario, Contoso's Exchange server is named W2K3BASE in the contoso.com domain . Remember, we just created Foreign Domain with Exchange name, so this command becomes:
, excalcon w2k3base.contoso.com exchangeTherefore, the edited notes.ini file will be similar to Figure 10 below.

Figure 10: File Notes.ini has been edited.
After saving the changes to the notes.ini file, you can choose to restart the Domino server application or call the excalcon.exe process without having to restart Domino by entering the command with the following syntax Domino server console:
load excalconIn our example this command will be:
load excalcon w2k3base.contoso.com exchangeHowever, when you run this command you will see an error (Figure 11) when loading excalcon on the Domino server. That's because we haven't created the Connector yet and the necessary service has not been launched on the Exchange server.

Figure 11: Error loading excalcon.exe on Domino server.
Conclude
In this article, we have done the first preparation for the process of creating and configuring a Free / Busy Connector between Exchange 2007 and Lotus Domino. These operations focus on the preparation process on Domino systems. In the next section, we will do some preparation on the Exchange system, and then create and configure the Free / Busy Connector.
4 ★ | 1 Vote
You should read it
- Replace Domino with Exchange 2007 (P.5)
- Replace Domino with Exchange 2007 (P.4)
- Limit sending and receiving mail in Exchange 2007
- Transfer Exchange 2003 to Exchange 2007 (Part 2)
- Security features of OWA (Part 2)
- Switch from Exchange 2000/2003 to Exchange Server 2007 (part 1)
- Transfer Exchange 2003 to Exchange 2007 (P.7)
- Transfer Exchange 2003 to Exchange 2007 (P.6)
May be interested
- Check mail in Exchange 2007 (Part 2)in part one of this article we looked at the default configuration of message tracking within exchange 2007 and how to change those settings using powershell cmdlets. you can remember those major changes in exchange 2007 mail checking on the server
- Transfer Exchange 2003 to Exchange 2007 (Part 2)in this article, we will continue the process to build the exchange 2007 system starting with the installation of the hub transport and client access server.
- Switch from Exchange 2000/2003 to Exchange Server 2007 (part 1)how is the conversion from exchange server 2000 or exchange server 2003 to exchange server 2007 done? you will have to move data from every available exchange server in the exchange organization to the new exchange 2007 servers after having them shut down.
- Managing Resource Mailboxes in Exchange Server 2007 (Part 2)in the previous part of this series, we learned how to create a resource mailbox and how to enable it so that a user can access it through the add-mailboxpermission cmdlet. at that time, we still couldn't do this through the exchange management console, but today with exchange server 2007 service pack 1
- Transfer Exchange 2003 to Exchange 2007 (Part 3)in the previous two sections, we installed the first exchange 2007 servers, combining hub transport and client access servers in an exchange 2003 environment.
- Transfer from Linux Mail Server to Exchange Server 2007 (Part 1)in exchange server 2003, we can use the exchange migration wizard to switch from an imap4 running environment to active directory and exchange server 2003. in this article, however, i don't want to talk about exchange server 2003 but instead. gi
- Discover EMC in Exchange Server 2010 (Part 2)in the previous article, we learned some new features in exchange server 2010, including: high availability, archiving, federation and sharing.
- GroupWise to Exchange 2007 - Interoperability and transformation (Part 6)this article will introduce the exchange server 2003 migration wizard. we will start by outlining the prerequisites and shedding some light on some of the more confusing issues.
- Replace the Exchange 2003 Frontend OWA serverin this article we will show you the advantages and disadvantages of replacing the exchange 2003 front-end owa server with exchange server 2007 client access.
- Installing Exchange 2007 (Part II)installing exchange is not difficult. however, exchange 2007 has some changes in the installation program that are a bit surprising. part 2 of this series will take you to the installation options of the gui and gui