Affichage des articles dont le libellé est stsadm. Afficher tous les articles
Affichage des articles dont le libellé est stsadm. Afficher tous les articles

4/07/2008

Backup Office SharePoint Server 2007 - Video Demo


Several tools are available to back up Microsoft Office SharePoint Server 2007. This demo focuses on the built-in tools, which are the stsadm command-line tool and the Perform a Backup page in Central Administration. Demo: Backup Office SharePoint Server 2007 (from TechNet Library mars 2008).
See also : Shows how to create and set the required permissions on a backup location that you can use for backing up Office SharePoint Server 2007 using the built-in tools. http://technet.microsoft.com/fr-fr/library/cc263097(en-us).aspx

--
P. Erol GIRAUDY
Président du Club MOSS 2007 et MUG.
Vice-Président Club UGO2007
http://clubmoss2007.org/
http://www.mugfrance.fr/
http://www.viadeo.com/fr/profile/pierreerol.giraudy

5/31/2007

Déterminer si l'outil de ligne de commande Stsadm.exe a été exécuté avec un succès dans Windows SharePoint Services 3.0 et SharePoint Server 2007

L'outil de ligne de commande Stsadm.exe dans Windows SharePoint Services 3.0 et SharePoint Server 2007 recherche des erreurs de syntaxe. Cependant le Stsadm.exe outil de ligne de commande n'affiche pas a détaillé des messages sur l'opération réussite.

Lorsque l'opération Stsadm.exe échoue même, l'outil de ligne de commande Stsadm.exe ne peut afficher le message "Opération a correctement terminé".

Pour déterminer si l'outil de ligne de commande Stsadm.exe a été exécuté avec un succès, examinez les fichiers Unified Logging Service (ULS) qui se trouvent dans le dossier suivant :

Programmez le serveur de Files\Common Files\Microsoft Shared\Web Extensions\12\LOGS

Remarque :
le fichier journal utilise le format ServerName-Date-Time .log.

Par exemple lorsque vous utilisez l'outil de ligne de commande Stsadm.exe pour activer ou pour installer les fonctionnalités qui contiennent un nom ContentType d'élément qui contient du espace de fin tel que YourContentTypeName, le message suivant s'affiche :
Opération se terminer avec un succès.

L'élément ContentType n'est pas créé parce que le nom ContentType d'élément comprend du espace de fin, dans ce cas correctement.

En outre le fichier journal ULS contient le message d'erreur suivant :
STSADM.EXE (0x176C) 0x0A48 6t4c Windows SharePoint Services General SPContentTypeElement.ElementActivated() inattendu. A ignoré l'activation à cause d'InvalidName : "YourContentTypeName"

P. Erol GIRAUDY
Pdt du Club SharePoint
http://clubmoss2007.org

5/30/2007

Performing a SharePoint Gradual Upgrade using STSADM

Performing a SharePoint Gradual Upgrade using STSADM

In the Chapter 24 of the Microsoft Office Sharepoint Server 2007 Administrator's Companion, I detailed how to use the STSADM command to upgrade a number of site collections using the Gradual upgrade approach. This was based on knowledge that was available during the beta. With RTM code, the process is as follows:

Note: Ensure that the root site collection is upgraded before any other site collection in the Web Application. If multiple site collections are upgraded at one time, the root site collection must be included in the first set of site collections selected to be upgraded.

Read this book great informations inside

EROL