Archives
-
Unable to activate Managed Metadata Service
You are trying to use taxonomy with your Sharepoint farm but when you try to configure it, you obtain the following error : “The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.”. Check if the managed metadata [...]
Feb 4th, 2011 | Filed under Sharepoint, SP2010 -
Admin SVC must be running in order to create deployment timer job
Imagine, you just develop a new feature to add to your Sharepoint farm. Once packaged, you want to deploy it. You decide to use Powershell because it is THE new shell to manage Sharepoint. First, you have to add the solution using Add-SPSolution commandlet : Add-SPSolution -LiteralPath “c:\deploy\projectlist.wsp” If the solution is successfully added, you [...]
-
New : Sharepoint Controls in Visual Studio 2010
It was long time since I have write anything. I will try to post my different thoughts and discoveries about Sharepoint 2010 when I could find some time. Let’s start with the new IDE, all included for Sharepoint 2010 : Visual Studio 2010. No need to add plug-in or to do some batch or script [...]
Dec 1st, 2010 | Filed under Sharepoint, SP2010 -
Sharepoint et Office 2010 en RTM
L’information est tombée sur le blog de l’équipe, ici. Il ne reste plus qu’à attendre la sortie officielle prévue le 12 Mai : Save The Date.
-
Failed to register Sharepoint services : The login failed
Vous êtes en train de configurer SP 2010 et vous obtenez cette erreur : An exception of type System.Data.SqlClient.SqlException was thrown. Additional exception information: Cannot open database “Sharepoint_AdminContent_xxxxxxxxxxxxxxxxxx” requested by the login. The login failed. Login failed for user ‘Domain\Username’. Celle-ci se produit si vous avez désinstallé SP 2010 avant de tenter de le réinstaller. [...]
Mar 3rd, 2010 | Filed under Sharepoint, SP2010 -
Failed to create data sample : UserProfileException
L’installation de SP2010 est terminée et vous lancez la configuration. Tout se passe bien, les étapes se déroulent les unes après les autres, jusqu’à l’étape 8. Failed to create data sample En allant jeter un oeil dans le fichier de log, je trouve l’erreur suivante : An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception [...]
Mar 3rd, 2010 | Filed under Sharepoint, SP2010 -
Activation de feature IIS pour installer SP 2010
Un petit script pour activer rapidement les features nécessaires à l’installation de SP2010 sur Windows 7 : start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;WCF-NonHTTP-Activation ATTENTION : Tout doit tenir sur une seule ligne pour que le script s’exécute correctement.
Mar 3rd, 2010 | Filed under Sharepoint, SP2010 -
Installation SP2010 sur Windows 2008 R2
Voilà, avec du retard, je me lance enfin dans cette nouvelle aventure : l’installation de SP2010. Pour commencer, je décide de faire l’installation sur un Windows Server 2008 R2. Alors voilà, je lance l’installation : Tout d’abord, je commence par les pré requis, c’est tout de même mieux. J’accepte les termes de la licence Sharepoint [...]
Mar 1st, 2010 | Filed under Sharepoint, SP2010