What You Should Know About Instant Messaging and Presence Connections

16-6 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter utility and install it. This creates an executable called winhttpcertcfg.exe. Go to the install location and run the following command to grant permission: winhttpcertcfg.exe -g -c LOCAL_MACHINE\MY -s certificate-name -a IIS_WPG 3. Make an entry in C:WINDOWSsystem32driversetchosts for the pool name of the OCS server as follows: ip-address-of-ocs-box poolname-of-ocs-box For example: 10.177.252.146 pool01.example.com 4. Because the IIS server hosts the WebCenter Proxy Application, install Microsoft UCMA v2.0 on it. For detailed information, see Section 16.2.1.2.6, Installing UCMA v2.0. 5. After UCMA is installed, deploy the WebCenter Proxy Application on the IIS server. WebCenter Proxy Application provides web services for interacting with OCS server and sendingreceiving information. WebCenter talks to these web services and presents the data. For detailed information, see Section 16.2.1.2.7, Installing the WebCenter Proxy Application. 6. Go to the location where WebCenter Proxy Application was extracted. Open Web.config and edit the appSettings XML node to add the values noted in Step 7 in previous section. Ensure to set value for RemoteDeployment to true. For example, the appsettings XML node should look somewhat like this. appSettings add key=ApplicationName value=WebCenterProxyApplication add key=RemoteDeployment value=true add key=ApplicationServerFQDN value=iis.server.com add key=ApplicationServerGRUU value=sip:iis.server.comEXAMPLE.COM;gruu;opaque=srvr:WebCenterProxyApplicatio n:7mhSo94PlUK-5Q2bKPLyMAAA add key=ApplicationServerPort value=6001 appSettings The trust is established and the WebCenter Proxy Application can talk to OCS server.

16.2.1.2.6 Installing UCMA v2.0 Microsoft Unified Communications Managed API v2.0

UCMA is an endpoint API that allows advanced developers to build server applications that can interact with the OCS environment. In a simple deployment, the UCMA is installed on the same box as OCS. In a remote deployment, the OCS core libraries are installed on the OCS box, and the UCMA is installed on the IIS proxy box. 1. Download UCMA v2.0 from the following location: ■ For OCS2007 R1 installation 32 bit: http:www.microsoft.comdownloadsdetails.aspx?FamilyID=7 68efa33-6606-4b2b-809a-6c69274621d3displaylang=en Download and run the UcmaSDKWebDownload.msi file. This extracts set up files to the folder C:\Microsoft Unified Communications Managed API 2.0 SDK Installer package\i386.