To resolve this issue, apply both the following updates:
- For more information, click the following article number to view the article in the Microsoft Knowledge Base:
969695 Description of the update for the Communicator 2007 R2: July 2009
- For more information, click the following article number to view the article in the Microsoft Knowledge Base:
969821 Description of the update package for Office Communications Server 2007 R2: July, 2009
For situation 4, set the
GalDownloadInitialDelay registry entry for immediate download of the GAL file. To do this, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator
- On the Edit menu, point to
New, and then click DWORD Value. - In the New Value #1 dialog box, type
GalDownloadInitialDelay, and then press the ENTER key.
- Right-click the GalDownloadInitialDelayregistry entry, and then click Modify.
- In the Value data box, type
0, and then click OK.
- If you set the value as 0, the address book download will take effect immediately after sign-in.
- If you do not set this registry value, the default value is random value between 0 and 60 minutes. Therefore, the delay is random a random value between 0 and 60 minutes.
- Exit Registry Editor.
If an administrator updates the ABServer.exe.config file before the update is installed, this file will not be updated as part of the update deployment. This is to make sure that changes that are made by the administrator before the latest update are not lost as part of the update. Follow these steps to update theABServer.exe.config file to incorporate the latest updates:
- Open the ABServer.exe.config file in Notepad.
Note The file is located at %ProgramFiles%\Microsoft Office Communications Server 2007 R2\Server\Core - In the ABServer.exe.config file, add the following lines under the configuration\appsettings section:
<add key="CompactDeltaOnly" value="false" /> <!-- Turn to true to stop generating legacy GAL delta files if all clients migrate to this update -->
<add key="CompactDelta_ExcludedIfSipURI" value="title,physicalDeliveryOfficeName"/>
<add key="CompactDelta_AlwaysExclude" value="otherHomePhone,otherMobile,manager"/>
Note If you do not make this change, an unnecessary surge in bandwidth may occur when the contact information in Communicator 2007 R2 changes. For example, a surge in bandwidth will occur if a company moves to a different location. This causes a change in the address information for all the employees in the company. In this example, every computer Communicator 2007 R2 user will download the GAL file again.
Note The setting for the
redirect key in the
appsetting section in the Web.config file for the address book file handler must be changed from
false to
true. This causes the handler to redirect traffic to a virtual directory that points to the underlying file share. IIS understands the Background Intelligent Transfer Service (BITS) protocol. Therefore, IIS sends the files. To do this, follow these steps:
- Open the Web.config file in Notepad from the following locations:
- %ProgramFiles%\Microsoft Office Communications Server 2007 R2\Web Components\Address Book Files\Int\Handler\
- %ProgramFiles%\Microsoft Office Communications Server 2007 R2\Web Components\Address Book Files\Ext\Handler\
- In the Web.config file, locate the following line in the appsetting section:
<add key="redirect" value="false"/>
- Replace the line in the step 3 with the following:
<add key="redirect" value="true"/>
- Save and close the Web.config file.