“This SQL Server instance does not have the required max degree of parallelism”
La solución a dicho problema es la siguiente:
- Correr el SQL Server Management Studio y correr el siguiente comando:
GO
RECONFIGURE WITH OVERRIDE;
GO
sp_configure 'max degree of parallelism', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
- Borrar la base de datos SharePoint Config que parcialmente se configuró Volver a correr el
- Products Configuration Wizard.
Pueden leer más acerca de "max degree of parallelism" acá