Lorsque l'on installe une cumulative update, il est important de mettre aussi à jour la partie database, pour rappel, les commandes sont les suivantes:
Normal 0 21 false false false FR X-NONE X-NONE
-
-
- If
Enterprise Edition Back End Server databases are not collocated with any
other databases, such as Archiving or Monitoring databases, at the
command line, type the following:
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN> - If
Enterprise Edition Back End Server databases are collocated with other
databases, such as Archiving or Monitoring databases, at the command
line, type the following:
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN> –ExcludeCollocatedStores - For
Standard Edition, type the following:
Install-CsDatabase –Update –LocalDatabases
- If
Enterprise Edition Back End Server databases are not collocated with any
other databases, such as Archiving or Monitoring databases, at the
command line, type the following:
-
Si vous essayez de mettre à jours un cluster SQL avec les commandes suivantes, vous aurez surement l'erreur: Exit code: ERROR_NO_DB_DRIVE_ACCESS (-42)
Pour que la commande passe avec succès, il faut rajouter l'option -UseDefaultSqlPath -Verbose