Auteur de questions
Installation de Sharepoint 2016

Question
-
Bonjour,
Je tente d'installer la version Preview de SharePoint 2016. Ci dessus les éléments utilisés :
Windows Server 2016
SQL Server 2014
SharePoint Server 2016 preview.
J'ai installer les prérequis et j'ai lancé le setup d'installation ceci a bien fonctionné.
Lors de l’exécution du Wizard j'obtiens au niveau de l’étape 3 cette erreur : "Creating the configuration database" i getting this error " An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: One or more types failed to load. Please refer to the upgrade log for more details. Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load. Please refer to the upgrade log for more details
Quelqu'un aurais t'il une Solution à ce bug?
Vous remerciant d'avance,
Cordialement,
FBNM
Toutes les réponses
-
Bonjour,
À première vue ça semble un prérequis manquant ou des droits manquant au niveau du serveur SQL.
1) Vérifier vos prérequis :
https://msdn.microsoft.com/fr-ca/library/cc262485(v=office.16).aspx
2) Vérifier les autorisations de création de BD pour le compte utilisé dans l'assistant.
Merci
Samuel Levesque | http://sharepointerie.com | SVP utiliser le bouton "Marquer comme réponse" sur les réponses qui vous aide car cela permet aux personnes qui peuvent rencontrer le même problème que vous, de retrouver rapidement quelle est la réponse qui a résolu leur problème. De plus, cela encourage aussi la personne qui a répondu à votre question, à répondre aux suivantes...
- Modifié Samuel LevesqueMVP mardi 6 octobre 2015 16:02
-
Bonjour Samuel,
Et grand merci pour ta réponse
J'ai complété les prérequis manquants notamment :
- Update for Microsoft .NET Framework to disable RC4 in Transport Layer Security (KB2898850)
- Visual C++ Redistributable Package for Visual Studio 2013
- Microsoft Silverlight 3
- Microsoft Information Protection and Control Client (MSIPC)
Et au niveau du Serveur SQl, le compte qui exécute l'assistant a les autorisations suivantes:
- dbcreator
- Public
- SecurityAdmin
- ServerAdmin
- SetupAdmin
- Sysadmin
Apres redémarrage du serveur j'ai relancé l'assistant mais j'obtient la même erreur...ci dessous plus de détails des Logs :
10/05/2015 02:08:43 6 ERR Failed to create the configuration database.
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: One or more types failed to load. Please refer to the upgrade log for more details.
Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load. Please refer to the upgrade log for more details.
at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()
at Microsoft.SharePoint.Upgrade.SPActionSequence.get_Actions()
at Microsoft.SharePoint.Upgrade.SPActionSequence.get_ActionsInternal()
at Microsoft.SharePoint.Upgrade.SPUtility.GetLatestTargetSchemaVersionBeforeMajorVersion(Type typeActionSequence, Int32 majorVer)
at Microsoft.SharePoint.Upgrade.SPSiteSequence.get_PreviousTargetSchemaVersion()
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.PopulateSequencesTable(StringBuilder sqlstr, Boolean siteSequence)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ConstructSiteNeedsUpgradeQuery(Guid siteId)
at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.GetSiteNeedsUpgrade(SPUpgradeSession session, SPContentDatabase database, Dictionary`2& dictSitesNeedUpgrade, Dictionary`2& dictSitesNeedFeatureUpgrade)
at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.AddNextLevelObjects()
at Microsoft.SharePoint.Upgrade.SPHierarchyManager.Grow(SPTree`1 root, Boolean bRecursing, SPDelegateManager delegateManager)
at Microsoft.SharePoint.Upgrade.SPHierarchyManager.Grow(SPTree`1 root, SPDelegateManager delegateManager)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Administration.SPServerProductInfo.DetectLocalUpgradeStatus()
at Microsoft.SharePoint.Administration.SPServerProductInfo.DetectLocalProductVersions(SPProductVersions prodVer)
at Microsoft.SharePoint.Administration.SPServerProductInfo.UpdateProductInfoInDatabase(Guid serverGuid)
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost, Nullable`1 serverRole)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
Cordialement,
Fidèle
- Modifié FideleLync lundi 5 octobre 2015 10:48 complement
-
Bonjour,
Je n'ai jamais installé SP sur un Windows Server 2016 mais j'aurais tendance mais il semble que c'est supporté.
On dirait que SP n'arrive pas à se connecter au SQL.
Est-ce que le compte est administrateur local?
Autre point à vérifier, est-ce qu'il y une suite office d'installé ?
J'ai vu quelques articles qui mentionnent cette anomalie :
https://connect.microsoft.com/SQLServer/feedback/details/486316/one-or-more-type-failed-to-load
Merci
Samuel Levesque | http://sharepointerie.com | SVP utiliser le bouton "Marquer comme réponse" sur les réponses qui vous aide car cela permet aux personnes qui peuvent rencontrer le même problème que vous, de retrouver rapidement quelle est la réponse qui a résolu leur problème. De plus, cela encourage aussi la personne qui a répondu à votre question, à répondre aux suivantes...