Mois: novembre 2013
Erreur « max degree of parallelism » lors d’une installation sharepoint 2013 avec SQL server 2012 SP1 – CU6
Bonjour,
Lors d’une installation Sharepoint 2013 avec autospinstaller, je rencontre l’erreur suivante lorsque je tente de créer la base de configuration :
New-SPConfigurationDatabase : This SQL Server instance does not have the required « max degree of parallelism » setting of 1. Database provisioning operations will continue to fail if « max degree of parallelism » is not set 1 or the current account does not have permissions to change the setting. See documentation for details on manually changing the setting.
At \\APP\@install\sharepoint2013\10_package\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:1562 char:13
+ New-SPConfigurationDatabase -DatabaseName « $configDB »
-DatabaseServe …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share…urationDatabase:
SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase
SQL server est en version 2012 SP1 avec le CU6
Pour résoudre ceci, il suffit de modifier les propriétés de l’instance SQL comme suit, en configurant « Max Degree of Parallelism » à 1 :
Après ceci vous pouvez supprimer votre base de configuration et relancer l’installation.
[update] L’article technet mentionnant comment configurer l’option Degré maximal de parallélisme à suivre http://technet.microsoft.com/fr-fr/library/ms189094.aspx