Le Cloud de Christophe BOUCETTA

Voici le blog sur les communications unifiées et la collaboration Microsoft par un MVP nominé depuis 11 ans

Contexte:

Audit d'un environnement local Skype Entreprise avec des fermes de FE géographiquement dispersés ayant différentes problématiques.

Problème (un des problèmes):

L'erreur suivante est récurrente pour l'ensemble des serveurs FE: EventID 57005 "Error encountered pushing data to RtcXds Blob Store"

L'environnement est actuellement en CU5.

Correction:

Valider la version des bases de données avec la commande suivante.

Test-CsDatabase -ConfiguredDatabases -SqlServerFqdn pool01.nissarte.ca | Select SqlServerFqdn, DatabaseName, InstalledVersion, ExpectedVersion | ft -AutoSize

Pour mon cas de figure, la version installée diffère de celle espérée.

En fonction du type d'environnement, basé sur les recommandations précisés attachées au kb des CU, appliquer une des commandes suivantes:

If this is an Enterprise Edition Back End Server and there are no collocated databases on this server, such as Archiving or Monitoring databases, type the following at a command line:

Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <SQL Server FQDN>

If this is an Enterprise Edition Back End Server, and there are collocated databases on this server, type the following at a command line:

Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <SQL Server FQDN>  -ExcludeCollocatedStores

If this is an Standard Edition server, type the following at a command line: Install-CsDatabase -Update -LocalDatabases

Facebook Like