• Looking for Lync Documentation

    Looking for documentation on Lync? Hope these links can help you out…

    • Microsoft Lync Server 2010 (Release Candidate) Lab Deployment Guide

    o A step-by-step, how-to document you can use to install a Microsoft Lync Server 2010 (Release Candidate) Standard Edition server, along with an Edge Server. This document is suited to lab and product evaluation deployments.

    o http://www.microsoft.com/downloads/en/details.aspx?FamilyID=709d1609-a62a-47bd-baa4-6221dfd3c34c

    • Microsoft Lync Server 2010 (Release Candidate) Getting Started

    o Descriptions of new features in Microsoft Lync Server 2010 (Release Candidate). Both server features and client features are included.

    o http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e33765bc-9c5d-49b2-bb4f-ec8d42ccc1c7

    • Microsoft Lync Server 2010 (Release Candidate) System Requirements

    o A short document that outlines the hardware, operating system, and database requirements for Microsoft Lync Server 2010 (Release Candidate) and its related clients

    o http://www.microsoft.com/downloads/en/details.aspx?FamilyID=634a3616-4199-4d51-88ee-618e72d91b7c

    • Microsoft Lync Server 2010 (Release Candidate) Planning Documents

    o Documents you can use when planning your deployment of Microsoft Lync Server 2010 (Release Candidate). Includes planning documents for IM and Conferencing, Enterprise Voice, Edge Servers, Monitoring Server, Archiving Server, virtualization and DNS load balancing, along with guidelines for planning your network infrastructure.

    o http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2da9fa26-e032-4dcf-b487-da916ddc508f

    Ilse

  • Troubleshooting Lync-Exchange OWA Integration

    Received a lot of feedback on one of my previous blog posts, on how to configure Lync RC and Exchange to enable OWA as a Lync Endpoint:

    Configuring Lync RC and Exchange 2010 Sp1 to Enable OWA as a Lync Endpoint

    And it seems a lot of you are experiencing the same problem I had when configuring it, being, you log into OWA, you get presence for your own account, and the Contact List appears to be “expanding”:

     IVC-0255

    IVC-0254

    But after a while the following error message shows up: “Instant Messaging isn’t available right now. the Contact List will appear when the service becomes available”…

    IVC-0256

    Time to troubleshoot, and here are the steps to follow…

    Step 1. Start the logging tool

    Log into your Lync RC server, and launch the Lync Server Logging Tool

    IVC-0257

    And check that you want to log All Flags for the SIP Stack, and then click Start Logging.

    IVC-0258

    Step 2. Log into OWA again, and wait for the error message to appear, when the error is there, click Stop Logging

    Step 3. Download the OCS R2 Resource Kit on your Lync Management server, where you have launched the Logging tool

    For download, here’s the link: http://www.microsoft.com/downloads/en/details.aspx?familyid=9e79a236-c0df-4a72-aba6-9a9602a93ed0&displaylang=en

    Step 4. Click Analyze Log Files

    IVC-0241

    Have a close look at the given error message! In my case it clearly pointed out that the Peer “cs14ex.lync.local” was not a configured server on this network interface, which was right since I hadn’t added cs14ex.lync.local as a CsTrustedApplication yet.

    What you can check is:

    • Is the certificate used on Lync, and Exchange issued by a trusted CA for both Lync and Exchange
    • Does the certificate have the correct name, both for Lync and Exchange
    • Did you ran Enable-CSTopology after adding Exchange as a csTrustedApplication
    • Is your replication working as it should on Lync, check by using the cmdlet Get-CsManagementStoreReplicationStatus

    IVC-0259

    Good Luck!

    Ilse