Previous Topic: OverviewNext Topic: Troubleshooting Tips


Configure the Lync Collector

Use the Lync Server Management Shell to configure the Lync collector and identify UC Monitor as the report recipient.

Prerequisites:

Follow these steps:

  1. Open the Lync Server Management Shell (PowerShell) on the front-end server, or any other server in the Lync site that meets the prerequisites.
  2. Run the following command:
    Get-CsQoEConfiguration
    

    Data is returned. If the ExternalConsumerURL parameter is not blank, contact CA Technical Support.

  3. Run the following one-line command with the hostname parameter as noted. The limits of the page size may prevent the command from being displayed on one line.
    Set-CsQoEConfiguration -EnableExternalConsumer $true -ExternalConsumerName UCMonitor -ExternalConsumerURL http://<hostname>/QMSReportConsumer/QMSReportConsumer.asmx/ReceiveReport
    
    hostname

    The host name of the management console server.

  4. Run the following command to confirm the validity of the parameters you set:
    Get-CsQoEConfiguration
    
  5. Place a Lync call to confirm the configuration.

    Configuration is successful when data appears in reports in the management console. In addition, the name of the Lync collector appears in the Collection Device List at Administration, Data Collection, Collectors in the management console.

    You can also see data in the \datafiles directory, which is located by default at
    <install path>\CA\Voipmonitor\datafiles. Lync data is contained in files with the following naming convention: q_*.xml.

    Tip: Propagation may not have completed if data is not sent to the management console when you place the Lync call. You can restart services on the front-end and back-end servers to force propagation.