Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Description of the cumulative update 5.0.8308.291 for Lync Server 2013, Core Components: February 2013


View products that this article applies to.

Summary

This article describes the cumulative update for Microsoft Lync Server 2013, Core Components that is dated February 2013. The version number of this update is 5.0.8308.291.

↑ Back to the top


Introduction

Issues that this update package fixes

The cumulative update fixes the following issues:
  • 2785193 Missed call notification for delegates who do not answer incoming calls in a Lync Server 2013 environment
  • 2785196 A PIC or unverified user can unexpectedly view your presence status in Lync 2013 in a Lync Server 2013 organization
  • 2798143 An update is available that enables you to use a Call Leg Media Quality Report in a Lync Server 2013 environment
  • 2798145 Changes are not updated in the ABS databases for a user whose distinguished name is changed in AD DS in a Lync Server 2013 environment
  • 2794261 You cannot sign in to a client for Lync Server 2013 after a connection issue occurs between the primary Front End server and other servers in a Lync Server 2013 environment

↑ Back to the top


More Information

Microsoft Download Center

To install the cumulative update for Lync Server 2013, Core Components, use one of the following methods.

Method 1: Cumulative Server Update Installer

The Cumulative Server Update Installer applies all updates for the appropriate server role in one operation. To use the Cumulative Server Update Installer, follow these steps.

Note If User Account Control (UAC) is turned on, you must start the Cumulative Server Update Installer by using elevated permissions to make sure that all updates are installed correctly.
  1. Download the Cumulative Server Update Installer. To do this, go to the following Microsoft Download Center website:
    Download Download the update package now.
  2. Run the Cumulative Server Update Installer by using the user interface (UI) or by using a command line.

    Note When you click Install Updates, the UI indicates which updates are installed.

    To run the Cumulative Server Update Installer, run the following command together with the appropriate switches for your situation:
    LyncServerUpdateInstaller.exe [/silentmode [/forcereboot]] | [/extractall]
    Notes
    • The /silentmode /forcereboot switch applies all applicable updates in the background. Additionally, the switch automatically restarts the server at the end of the installation process if this is necessary.
    • The /extractall switch extracts the updates from the installer and saves the updates in a subfolder that is named "Extracted." The subfolder is in the folder in which you ran the command.

Method 2: Microsoft Update

Lync Server 2013 updates are also available from the Microsoft Update website.

Note After you install the updates for Lync Server 2013 by using Microsoft Update, you also need to update the databases on the back-end servers.

Update the database after the installation

After you install the update for the Core Components server role on a Lync Server 2013 Enterprise Edition front end server or on a Lync Server 2013 Standard Edition server, the updated SQL databases on the server are dropped. To apply the database changes, run the following cmdlet.

Lync Server 2013 Standard Edition

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn SE.FQDN -Verbose
Note You must run the cmdlet on the Lync Server 2013 Standard Edition server.

Lync Server 2013 Enterprise Edition

You must perform several configuration operations, depending on the kind of Lync Server 2013 Enterprise Edition back end servers that you are using.

Note Different kinds of Lync Server 2013 Enterprise Edition back end server include mirrored Enterprise Edition back end servers and mirrored Enterprise Edition back end servers that have the Central Management Server collocated.
  • If the Lync Server 2013 Enterprise Edition back end servers do not have SQL mirroring configured, run the following cmdlet to apply the changes:
    Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose
    Note In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with a Lync Server 2013 Enterprise Edition back end server, run this cmdlet on the Enterprise Edition front end server.
  • If the Lync Server 2013 Enterprise Edition back end servers have SQL mirroring configured, follow these steps to apply the database changes:
    1. Run the following cmdlet to retrieve the mirror database state:
      Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
      • In the returned results, the value of the StateOnPrimary field should be "Principal" for all the databases that are associated with the server pool.
      • If an SQL database mirroring witness is deployed, some databases may fail over to the primary database, and other databases may fail over to the mirror database. If you do not configure all databases to fail over to the primary database before you run the Uninstall-CsMirrorDatase cmdlet, the databases are split across both servers.
    2. Run the following cmdlet to remove the mirror:
      Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose
    3. Run the following cmdlet to apply the changes:
      Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.Fqdn -Verbose
      Note In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with an Enterprise Edition back end server, run this cmdlet on the Lync Server 2013 Enterprise Edition back end server.
    4. Run the following cmdlet to reinstall the mirror:
      Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.Fqdn -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -Verbose
    5. Run the following cmdlet to retrieve the mirror database state:
      Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose


      Note In the results, the StateOnPrimary field should be Principal for all databases that are associated with the server pool.
  • If the Lync Server 2013 Enterprise Edition back end servers have SQL mirroring configured and the Central Management database installed, follow these steps to apply the database changes:
    1. Run the following cmdlet to retrieve the mirror database state:
      Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
      Notes
      • In the returned results, the value of the StateOnPrimary field should be "Principal" for all the databases that are associated with the server pool.
      • If an SQL database mirroring witness is deployed, some databases may fails over to the primary database, and other databases may fail over to the mirror database. If you do not configure all databases to fail over to the primary database before you run the Uninstall-CsMirrorDatase cmdlet, the databases are split across both servers.
    2. Run the following cmdlet to remove the mirror:
      Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose
    3. Run the following cmdlet to apply the changes to the Lync Server 2013 Enterprise Edition back end server:
      Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.FQDN -Verbose
      Note In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with an Enterprise Edition back end server, run this cmdlet on the Enterprise Edition back end server.
    4. Run the following cmdlet to apply the changes to the Central Management Server database:
      Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn CMS.FQDN -SqlInstanceName DBInstanceName -Verbose
      Note In a Lync Server 2013 Enterprise Edition environment in which the Central Management Service is collocated with an Enterprise Edition back-end server, run this cmdlet from the Lync Server 2013 Enterprise Edition front-end server.
    5. Run the following cmdlet to reinstall the mirror:
      Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -Verbose
    6. Run the following cmdlet to retrieve the mirror database state:
      Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
      Note In the results, the StateOnPrimary field should be Principal for all databases that are associated with the server pool.
  • To apply the changes to the Monitoring back end database, following these steps:
    1. If the Archiving and Monitoring databases are not collocated, run the following cmdlet to apply the database changes:
      Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn ArchMonBE.FQDN -VerboseNote
      In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are not collocated with an Enterprise Edition back end server, run this cmdlet on the Enterprise Edition front end server.
After the Lync Server 2013 Enterprise Edition front end server or the Lync Server 2013 Standard Edition server is updated, run the following cmdlet to update the Central Management Store:
Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn CMS.FQDN -SqlInstanceName DBInstanceName -Verbose
Note In a Lync Server 2013 Standard Edition environment, run the cmdlet on the Standard Edition server.

To enable the Mobility service, run the following cmdlet:
Enable-CsTopology

Prerequisites

There are no prerequisites for installing this cumulative update.

Registry information

To use one of the cumulative updates in this package, you do not have to make any changes to the registry.

Restart requirement

You may have to restart the computer after you apply this cumulative update.

Update package installation information

To apply this cumulative update, run the LyncServerUpdateInstaller.exe on computers that are the following server roles:
  • Lync Server 2013 - Standard Edition Server
  • Lync Server 2013 - Enterprise Edition - Front End server
  • Lync Server 2013 - Director
  • Lync Server 2013 - Edge Server
  • Lync Server 2013 - Standalone Mediation Server
  • Lync Server 2013 - Monitoring Server
  • Lync Server 2013 - Archiving Server
  • Lync Server 2013 - Administration Tools
  • Lync Server 2013 - Persistent Chat Server
  • Lync Server 2013 - Trusted Application Server
File information
This cumulative update may not contain all the files that you must have to fully update a product to the latest build. This cumulative update contains only the files that you must have to correct the issues that are listed in this article.

After the cumulative update is installed, the global version of this cumulative update has the file attributes, or a later version of the file attributes, that are listed in the following table:
File nameFile versionFile sizeDateTimePlatform
Cdrdb.sqlNot Applicable1,278,23218-Feb-1311:26Not Applicable
Component_gac_microsoft.rtc.internal.storage.dll5.0.8308.291777,78418-Feb-1314:03x86
Dbcommon.sqlNot Applicable27,21518-Feb-1311:20Not Applicable
Dbrtc.sqlNot Applicable1,975,82018-Feb-1311:40Not Applicable
File_clsagent.exe5.0.8308.291332,76818-Feb-1314:03x86
File_clscontroller.resources.dll.de_de5.0.8308.026,65618-Feb-1314:09Not Applicable
File_clscontroller.resources.dll.es_es5.0.8308.026,67218-Feb-1314:09Not Applicable
File_clscontroller.resources.dll.fr_fr5.0.8308.026,65618-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.it_it5.0.8308.026,67218-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.ja_jp5.0.8308.027,16818-Feb-1314:09Not Applicable
File_clscontroller.resources.dll.ko_kr5.0.8308.026,14418-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.pt_br5.0.8308.026,65618-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.ru_ru5.0.8308.029,21618-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.zh_cn5.0.8308.025,13618-Feb-1314:10Not Applicable
File_clscontroller.resources.dll.zh_tw5.0.8308.025,12018-Feb-1314:11Not Applicable
File_clsformat.dll5.0.8308.291701,92818-Feb-1314:02x64
File_cpsdyn.sqlNot Applicable18,79823-Jan-1316:09Not Applicable
File_default.tmxNot Applicable#########18-Feb-1313:10Not Applicable
File_default.xmlNot Applicable1,409,73518-Feb-1313:10Not Applicable
File_deploy.exe5.0.8308.291737,24018-Feb-1314:10x86
File_deploy.resources.dll.de_de5.0.8308.291256,51218-Feb-1314:11Not Applicable
File_deploy.resources.dll.es_es5.0.8308.291256,00018-Feb-1314:11Not Applicable
File_deploy.resources.dll.fr_fr5.0.8308.291257,55218-Feb-1314:08Not Applicable
File_deploy.resources.dll.it_it5.0.8308.291256,00018-Feb-1314:08Not Applicable
File_deploy.resources.dll.ja_jp5.0.8308.291260,11218-Feb-1314:08Not Applicable
File_deploy.resources.dll.ko_kr5.0.8308.291256,00018-Feb-1314:07Not Applicable
File_deploy.resources.dll.pt_br5.0.8308.291256,01618-Feb-1314:07Not Applicable
File_deploy.resources.dll.ru_ru5.0.8308.291270,84818-Feb-1314:07Not Applicable
File_deploy.resources.dll.zh_cn5.0.8308.291250,88018-Feb-1314:06Not Applicable
File_deploy.resources.dll.zh_tw5.0.8308.291251,39218-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.de_de5.0.8308.023,71218-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.es_es5.0.8308.023,69618-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.fr_fr5.0.8308.023,71218-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.it_it5.0.8308.023,18418-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ja_jp5.0.8308.023,71218-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ko_kr5.0.8308.023,18418-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.pt_br5.0.8308.023,18418-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.ru_ru5.0.8308.024,22418-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_cn5.0.8308.022,67218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.admin.authenticationhelper.dll.zh_tw5.0.8308.022,67218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.chat.endpoint.dll5.0.8308.2911,202,22418-Feb-1314:02x86
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.de_de5.0.8308.29127,23218-Feb-1314:14Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.es_es5.0.8308.29127,23218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.fr_fr5.0.8308.29127,75218-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.it_it5.0.8308.29127,24018-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ja_jp5.0.8308.29128,78418-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ko_kr5.0.8308.29127,76818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.pt_br5.0.8308.29127,25618-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.ru_ru5.0.8308.29129,28818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_cn5.0.8308.29126,72818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.clscontrollerlib.resources.dll.zh_tw5.0.8308.29126,23218-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.internal.clscommon.dll5.0.8308.291372,28818-Feb-1314:03x86
File_gac_microsoft.rtc.internal.clscontrollerlib.dll5.0.8308.291324,68018-Feb-1314:14x86
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.de_de5.0.8308.0145,54418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.es_es5.0.8308.0145,54418-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.fr_fr5.0.8308.0145,54418-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.it_it5.0.8308.0145,54418-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ja_jp5.0.8308.0145,56018-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ko_kr5.0.8308.0145,54418-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.pt_br5.0.8308.0145,54418-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.ru_ru5.0.8308.0145,54418-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_cn5.0.8308.0145,54418-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.internal.setup.xamluilib.resources.dll.zh_tw5.0.8308.0145,54418-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.internal.ucwa.clientmodel.dll5.0.8308.291594,01618-Feb-1314:04x86
File_gac_microsoft.rtc.internal.ucwa.resourcecontract.dll5.0.8308.291368,24818-Feb-1314:03x86
File_gac_microsoft.rtc.management.adconnect.resources.dll.de_de5.0.8308.048,76018-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.es_es5.0.8308.047,75218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.fr_fr5.0.8308.050,80818-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.it_it5.0.8308.047,75218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ja_jp5.0.8308.051,32018-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ko_kr5.0.8308.049,28818-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.pt_br5.0.8308.047,75218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.ru_ru5.0.8308.056,45618-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_cn5.0.8308.044,68018-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.adconnect.resources.dll.zh_tw5.0.8308.044,15218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.de_de5.0.8308.024,19218-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.es_es5.0.8308.024,19218-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.fr_fr5.0.8308.024,70418-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.it_it5.0.8308.024,19218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ja_jp5.0.8308.024,72018-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ko_kr5.0.8308.024,70418-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.pt_br5.0.8308.024,19218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.ru_ru5.0.8308.025,23218-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_cn5.0.8308.023,68018-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.archjournal.resources.dll.zh_tw5.0.8308.023,68018-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.de_de5.0.8308.049,27218-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.es_es5.0.8308.047,73618-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.fr_fr5.0.8308.049,76818-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.it_it5.0.8308.047,23218-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ja_jp5.0.8308.051,84018-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ko_kr5.0.8308.048,25618-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.pt_br5.0.8308.047,20818-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.ru_ru5.0.8308.057,46418-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_cn5.0.8308.043,62418-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.common.resources.dll.zh_tw5.0.8308.043,62418-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.core.de_de5.0.8308.291841,82418-Feb-1314:04Not Applicable
File_gac_microsoft.rtc.management.core.es_es5.0.8308.291841,82418-Feb-1314:04Not Applicable
File_gac_microsoft.rtc.management.core.fr_fr5.0.8308.291844,89618-Feb-1314:04Not Applicable
File_gac_microsoft.rtc.management.core.it_it5.0.8308.291840,80018-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.core.ja_jp5.0.8308.291850,52818-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.core.ko_kr5.0.8308.291843,87218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.core.pt_br5.0.8308.291840,80018-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.core.ru_ru5.0.8308.291863,34418-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.core.zh_cn5.0.8308.291834,14418-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.core.zh_tw5.0.8308.291833,63218-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.dbsetup.dll5.0.8308.291151,61618-Feb-1314:03x86
File_gac_microsoft.rtc.management.dbsetup.resources.dll.de_de5.0.8308.29143,64818-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.es_es5.0.8308.29143,13618-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.fr_fr5.0.8308.29147,23218-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.it_it5.0.8308.29143,64818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ja_jp5.0.8308.29147,23218-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ko_kr5.0.8308.29145,16818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.pt_br5.0.8308.29142,60818-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.ru_ru5.0.8308.29150,30418-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_cn5.0.8308.29141,07218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.dbsetup.resources.dll.zh_tw5.0.8308.29140,56018-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.de_de5.0.8308.291443,02418-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.deployment.dll5.0.8308.2912,318,43218-Feb-1314:09x86
File_gac_microsoft.rtc.management.deployment.es_es5.0.8308.291440,44818-Feb-1314:09Not Applicable
File_gac_microsoft.rtc.management.deployment.fr_fr5.0.8308.291448,65618-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.it_it5.0.8308.291438,92818-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.ja_jp5.0.8308.291456,83218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.ko_kr5.0.8308.291444,54418-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.deployment.pt_br5.0.8308.291437,88818-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.ru_ru5.0.8308.291481,91218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_cn5.0.8308.291420,99218-Feb-1314:10Not Applicable
File_gac_microsoft.rtc.management.deployment.zh_tw5.0.8308.291420,47218-Feb-1314:11Not Applicable
File_gac_microsoft.rtc.management.dll5.0.8308.2917,038,49618-Feb-1314:03x86
File_gac_microsoft.rtc.management.lynconlineconnector.dll.de_de5.0.8308.020,12818-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.es_es5.0.8308.020,14418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.fr_fr5.0.8308.020,64018-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.it_it5.0.8308.020,12818-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ja_jp5.0.8308.020,12818-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ko_kr5.0.8308.020,12818-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.pt_br5.0.8308.020,12818-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.ru_ru5.0.8308.020,64018-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_cn5.0.8308.020,12818-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.management.lynconlineconnector.dll.zh_tw5.0.8308.020,14418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.resources.dll.de_de5.0.8308.291583,76818-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.es_es5.0.8308.291576,08818-Feb-1314:12Not Applicable
File_gac_microsoft.rtc.management.resources.dll.fr_fr5.0.8308.291613,46418-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.it_it5.0.8308.291564,82418-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ja_jp5.0.8308.291630,34418-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ko_kr5.0.8308.291582,21618-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.pt_br5.0.8308.291567,39218-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.ru_ru5.0.8308.291724,04018-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_cn5.0.8308.291507,97618-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.resources.dll.zh_tw5.0.8308.291507,98418-Feb-1314:13Not Applicable
File_gac_microsoft.rtc.management.writableconfig.de_de5.0.8308.29135,98418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.writableconfig.es_es5.0.8308.29135,98418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.writableconfig.fr_fr5.0.8308.29137,00818-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.writableconfig.it_it5.0.8308.29135,47218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ja_jp5.0.8308.29138,04818-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ko_kr5.0.8308.29136,48818-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.writableconfig.pt_br5.0.8308.29134,96018-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.management.writableconfig.ru_ru5.0.8308.29142,13618-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_cn5.0.8308.29133,93618-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.management.writableconfig.zh_tw5.0.8308.29133,93618-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.server.mcuinfrastructure.dll5.0.8308.2912,577,51218-Feb-1314:11x86
File_gac_microsoft.rtc.server.udclib.dll5.0.8308.291479,80018-Feb-1314:11x86
File_gac_microsoft.rtc.synthetictransactions.dll5.0.8308.2911,813,07218-Feb-1314:04x86
File_gac_microsoft.rtc.synthetictransactions.resources.dll.de_de5.0.8308.291433,79218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.es_es5.0.8308.291433,79218-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.fr_fr5.0.8308.291441,47218-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.it_it5.0.8308.291433,78418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ja_jp5.0.8308.291445,06418-Feb-1314:05Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ko_kr5.0.8308.291434,30418-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.pt_br5.0.8308.291430,71218-Feb-1314:06Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.ru_ru5.0.8308.291464,00818-Feb-1314:07Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_cn5.0.8308.291420,48018-Feb-1314:08Not Applicable
File_gac_microsoft.rtc.synthetictransactions.resources.dll.zh_tw5.0.8308.291419,96018-Feb-1314:08Not Applicable
File_installcsdatabase.exe5.0.8308.291225,30418-Feb-1314:10x86
File_localocscmdlets.format.ps1xmlNot Applicable354,33318-Feb-1314:10Not Applicable
File_microsoft.rtc.management.core.dll5.0.8308.2911,945,65618-Feb-1314:02x86
File_microsoft.rtc.management.dbsetup.dll5.0.8308.291151,61618-Feb-1314:03x86
File_microsoft.rtc.management.dllhelp.xmlNot Applicable#########23-Jan-1316:08Not Applicable
File_microsoft.rtc.management.dllhelp.xml.de_deNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.es_esNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.fr_frNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.it_itNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ja_jpNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ko_krNot Applicable#########23-Jan-1316:04Not Applicable
File_microsoft.rtc.management.dllhelp.xml.pt_brNot Applicable#########23-Jan-1316:05Not Applicable
File_microsoft.rtc.management.dllhelp.xml.ru_ruNot Applicable#########23-Jan-1316:05Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_cnNot Applicable#########23-Jan-1316:05Not Applicable
File_microsoft.rtc.management.dllhelp.xml.zh_twNot Applicable#########23-Jan-1316:05Not Applicable
File_microsoft.rtc.management.writableconfig.dll5.0.8308.2911,826,91218-Feb-1314:03x86
File_microsoft.rtc.rgs.management.dllhelp.xmlNot Applicable467,76923-Jan-1316:08Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.de_deNot Applicable497,05523-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.es_esNot Applicable489,43323-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.fr_frNot Applicable500,00023-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.it_itNot Applicable492,73923-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ja_jpNot Applicable540,74023-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ko_krNot Applicable489,68023-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.pt_brNot Applicable494,37223-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.ru_ruNot Applicable589,33223-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_cnNot Applicable446,02623-Jan-1316:04Not Applicable
File_microsoft.rtc.rgs.management.dllhelp.xml.zh_twNot Applicable444,46123-Jan-1316:04Not Applicable
File_remoteocscmdlets.format.ps1xmlNot Applicable358,84918-Feb-1314:03Not Applicable
File_reportdata.de_de.xmlNot Applicable#########18-Feb-1314:10Not Applicable
File_reportdata.en_us.xmlNot Applicable#########18-Feb-1311:30Not Applicable
File_reportdata.es_es.xmlNot Applicable#########18-Feb-1314:13Not Applicable
File_reportdata.fr_fr.xmlNot Applicable#########18-Feb-1314:15Not Applicable
File_reportdata.it_it.xmlNot Applicable#########18-Feb-1314:17Not Applicable
File_reportdata.ja_jp.xmlNot Applicable#########18-Feb-1314:20Not Applicable
File_reportdata.ko_kr.xmlNot Applicable#########18-Feb-1314:22Not Applicable
File_reportdata.pt_br.xmlNot Applicable#########18-Feb-1314:27Not Applicable
File_reportdata.ru_ru.xmlNot Applicable#########18-Feb-1314:29Not Applicable
File_reportdata.zh_cn.xmlNot Applicable#########18-Feb-1314:25Not Applicable
File_reportdata.zh_tw.xmlNot Applicable#########18-Feb-1314:08Not Applicable
File_reportsetup.exe5.0.8308.291498,16018-Feb-1314:08x86
File_reportsetup.resources.dll.de_de5.0.8308.29120,50418-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.es_es5.0.8308.29120,50418-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.fr_fr5.0.8308.29120,50418-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.it_it5.0.8308.29120,52018-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.ja_jp5.0.8308.29120,52018-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.ko_kr5.0.8308.29120,52018-Feb-1314:08Not Applicable
File_reportsetup.resources.dll.pt_br5.0.8308.29120,50418-Feb-1314:09Not Applicable
File_reportsetup.resources.dll.ru_ru5.0.8308.29120,52018-Feb-1314:09Not Applicable
File_reportsetup.resources.dll.zh_cn5.0.8308.29119,99218-Feb-1314:09Not Applicable
File_reportsetup.resources.dll.zh_tw5.0.8308.29119,99218-Feb-1314:09Not Applicable
File_rtcsres.dll.de_de5.0.8308.2911,531,87218-Feb-1314:05Not Applicable
File_rtcsres.dll.en_us5.0.8308.2911,287,12818-Feb-1314:02Not Applicable
File_rtcsres.dll.es_es5.0.8308.2911,530,84818-Feb-1314:06Not Applicable
File_rtcsres.dll.fr_fr5.0.8308.2911,575,39218-Feb-1314:08Not Applicable
File_rtcsres.dll.it_it5.0.8308.2911,501,15218-Feb-1314:05Not Applicable
File_rtcsres.dll.ja_jp5.0.8308.291777,71218-Feb-1314:06Not Applicable
File_rtcsres.dll.ko_kr5.0.8308.291749,55218-Feb-1314:07Not Applicable
File_rtcsres.dll.pt_br5.0.8308.2911,447,90418-Feb-1314:07Not Applicable
File_rtcsres.dll.ru_ru5.0.8308.2911,416,67218-Feb-1314:07Not Applicable
File_rtcsres.dll.zh_cn5.0.8308.291531,44018-Feb-1314:06Not Applicable
File_rtcsres.dll.zh_tw5.0.8308.291545,24818-Feb-1314:06Not Applicable
File_xds_replica_1_to_2.sqlNot Applicable2,26218-Feb-1313:11Not Applicable
File_xds_replica_2_to_1.sqlNot Applicable2,21318-Feb-1313:11Not Applicable
Qoedb.sqlNot Applicable785,25118-Feb-1311:43Not Applicable
Rtcabdb.sqlNot Applicable141,25518-Feb-1311:38Not Applicable


↑ Back to the top


References

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates
For more information about the latest updates for Lync Server 2013, click the following article number to view the article in the Microsoft Knowledge Base:
2809243 Updates for Lync Server 2013

↑ Back to the top


Keywords: kbfix, atdownload, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2781550
Revision : 1
Created on : 1/7/2017
Published on : 9/4/2013
Exists online : False
Views : 248