<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Blog EPM : SharePoint</title><link>http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx</link><description>Tags: SharePoint</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Installation de MOSS2007 et Reporting Services sur le même port</title><link>http://blogs.technet.com/franmer/archive/2009/08/05/installation-de-moss2007-et-reporting-services-sur-le-m-me-port.aspx</link><pubDate>Wed, 05 Aug 2009 08:52:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270746</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/3270746.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=3270746</wfw:commentRss><description>&lt;P&gt;Lors de création de machine virtuelle type Virtual PC ou Hyper-V, il arrive parfois que MOSS et Reporting Services (RS) soient installés sur le même port (80 par exemple), ce qui entraine souvent des messages d’erreur lorsque l’on souhaite accéder aux URL de RS (&lt;A href="http://localhost/reports" mce_href="http://localhost/reports"&gt;http://localhost/reports&lt;/A&gt; ou &lt;A href="http://localhost/reportserver" mce_href="http://localhost/reportserver"&gt;http://localhost/reportserver&lt;/A&gt;):&lt;/P&gt;
&lt;P&gt;Le genre d’erreur ci dessous peut donc arriver, si les installations des produits ont été faîtes par défaut, sans spécification de port et que RS n’est pas en mode “SharePoint Intégré”&lt;/P&gt;
&lt;H4&gt;&lt;EM&gt;The type Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c does not implement IReportViewerMessages or could not be found&lt;/EM&gt;&lt;/H4&gt;
&lt;P&gt;&lt;EM&gt;&lt;B&gt;Description: &lt;/B&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;BR&gt;&lt;B&gt;Exception Details: &lt;/B&gt;Microsoft.Reporting.WebForms.InvalidConfigFileTypeException: The type Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c does not implement IReportViewerMessages or could not be found&lt;/EM&gt;&lt;/P&gt;Une copie d’écran du type d’erreur possible: 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/InstallationdeMOSS2007etReportingService_6ECD/image_2.png" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/InstallationdeMOSS2007etReportingService_6ECD/image_2.png"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/InstallationdeMOSS2007etReportingService_6ECD/image_thumb.png" width=612 height=295 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/InstallationdeMOSS2007etReportingService_6ECD/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Ce type d’erreur est due au fait que MOSS utilise par défaut le lien URL “/reports” pour son centre de rapport, qui est le même utilisé par Reporting Services&lt;/P&gt;
&lt;P&gt;une solution que j’utilise est la suivante et consiste en la modification des fichiers web.config qui se trouve , par défaut, dans les répertoires c:\inetpub\wwwroot, c:\Program Files\Microsoft SQL Server\MSSQL.3\ReportServices\ReportManager et c:\Program Files\Microsoft SQL Server\MSSQL.3\ReportServices\ReportServer:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&lt;FONT color=#ffffff&gt;1.&lt;/FONT&gt; Dans le fichier web.config qui se trouve dans le dossier virtuel racine (par défaut, c:\inetpub\wwwroot), mettre en commentaire la ligne suivante :&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;&amp;lt;!--&lt;/FONT&gt;&lt;/STRONG&gt; &amp;lt;sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" /&amp;gt; &lt;FONT color=#ff0000&gt;–-&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color=#ff0000&gt;&lt;STRONG&gt;&lt;FONT color=#000000&gt;&lt;FONT color=#ffffff&gt;2.&lt;/FONT&gt; &lt;/FONT&gt;&lt;/STRONG&gt;Dans les répertoires Reportserver&amp;nbsp; and ReportManager, rajoutez dans le fichier web.config la ligne suivante dans la section appSettings. Il se peut que cette section doit être créée car absente du fichier:&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P align=left&gt;&amp;lt;remove key="ReportViewerMessages" /&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270746" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/franmer/archive/tags/error/default.aspx">error</category><category domain="http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/franmer/archive/tags/reporting/default.aspx">reporting</category><category domain="http://blogs.technet.com/franmer/archive/tags/erreur/default.aspx">erreur</category><category domain="http://blogs.technet.com/franmer/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Erreur Reporting Services sur une machine avec MOSS et Project Server 2007</title><link>http://blogs.technet.com/franmer/archive/2009/08/03/erreur-reporting-services-sur-une-machine-avec-moss-et-project-server-2007.aspx</link><pubDate>Mon, 03 Aug 2009 21:29:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3270362</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/3270362.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=3270362</wfw:commentRss><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Lorsque que vous voulez atteindre la page WEB /reports de votre serveur reporting services, vous obtenez l’erreur suivante:&lt;/p&gt;  &lt;p&gt;“Impossible d’utiliser “partitionResolver” sauf si le mode est “StateServer” ou “SQLServer”&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurReportingServicessurunemachineavec_12023/clip_image002%5B7%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002[7]" border="0" alt="clip_image002[7]" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurReportingServicessurunemachineavec_12023/clip_image002%5B7%5D_thumb.jpg" width="578" height="269" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Pour corriger cette erreur, allez dans le fichier Web.config qui se trouve dans le dossier virtuel “reports” (par défaut ce chemin est : c:\Program File\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager)&lt;/p&gt;  &lt;p&gt;Rechercher la ligne:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&amp;lt;sessionState mode=”InProc” cookieless=”false” timeout=”20”/&amp;gt; &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Remplacez là par &lt;/p&gt;  &lt;p&gt;&lt;i&gt;&amp;lt;sessionState mode=&amp;quot;InProc&amp;quot; partitionResolverType=&amp;quot;&amp;quot; cookieless=&amp;quot;false&amp;quot; timeout=&amp;quot;20&amp;quot;/&amp;gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;De plus, sous IIS, dans les pool d’applications, verifiez le compte utilisé par le Pool reportings services.&lt;/p&gt;  &lt;p&gt;Il se peut, si vous modifiez le compte du Pool d’application, que vous soyez obligé aussi d’exécuter à nouveau l’outil “&lt;strong&gt;Configuration de Reporting Services&lt;/strong&gt;”&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3270362" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/franmer/archive/tags/error/default.aspx">error</category><category domain="http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/franmer/archive/tags/reporting/default.aspx">reporting</category><category domain="http://blogs.technet.com/franmer/archive/tags/erreur/default.aspx">erreur</category><category domain="http://blogs.technet.com/franmer/archive/tags/Reporting+Services/default.aspx">Reporting Services</category></item><item><title>Erreur lors d’association de sites SharePoint</title><link>http://blogs.technet.com/franmer/archive/2009/05/07/erreur-lors-d-association-de-sites-sharepoint.aspx</link><pubDate>Thu, 07 May 2009 17:33:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3236908</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/3236908.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=3236908</wfw:commentRss><description>&lt;p&gt;Dans le menu « &lt;b&gt;Settings/SharePoint Server Settings/SharePoint Entity Associations »&lt;/b&gt;, vous rencontrez le message suivant lors d’une association à un site SharePoint : &lt;/p&gt;  &lt;p&gt;&lt;i&gt;“Could not get the list of the available sites for server 'Litware SharePoint Server'. Error message was : Key not valid for use in specified state.”&lt;/i&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image002_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="246" alt="clip_image002" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image002_thumb.jpg" width="594" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Vérifiez alors le point suivant dans le menu « &lt;b&gt;Préférences&lt;/b&gt; » : &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Cliquer sur Cliquer sur SharePoint « &lt;b&gt;SharePoint Servers&lt;/b&gt; » &lt;/li&gt;    &lt;li&gt;Sélectionner le &lt;b&gt;bouton radio à gauche&lt;/b&gt; du nom du serveur SharePoint puis cliquer sur le bouton «&lt;b&gt; Edit&lt;/b&gt; » : &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image004_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="198" alt="clip_image004" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image004_thumb.jpg" width="528" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Entrer les informations « &lt;b&gt;Username &lt;/b&gt;» et « &lt;b&gt;password&lt;/b&gt; » puis cliquer sur « &lt;b&gt;Update&lt;/b&gt; » &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image006_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="196" alt="clip_image006" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image006_thumb.jpg" width="403" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Si le message d’erreur suivant apparaît : &lt;b&gt;Cryptographic Exception, maybe the database was restored from another machine? &lt;/b&gt;=&amp;gt; exécuter le script suivant &lt;b&gt;dans SQL sur la table SfSETTINGS&lt;/b&gt; de la base &lt;strong&gt;AccountData&lt;/strong&gt;:       &lt;ul&gt;       &lt;li&gt;DELETE FROM sfSETTINGS WHERE (Name LIKE '%key%') &lt;/li&gt;        &lt;li&gt;Plus de détails dans la KB &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;952381&amp;amp;sd=rss&amp;amp;spid=12172"&gt;ici&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Après avoir passé le script Entrer à nouveau les informations « &lt;b&gt;Username&lt;/b&gt; » et « &lt;b&gt;password &lt;/b&gt;» puis cliquer sur «&lt;b&gt; Update&lt;/b&gt; » &lt;/li&gt;    &lt;li&gt;L’association manuelle des sites WSS sera alors possible via le menu « &lt;b&gt;Settings/SharePoint Server Settings/SharePoint Entity Associations&lt;/b&gt; »       &lt;ul&gt;       &lt;li&gt;ATTENTION !! Cette association suppose que le site WSS soit déjà crée côté SharePoint &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image008_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="574" alt="clip_image008" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/ErreurlorsdassociationdesitesSharePoint_DCC7/clip_image008_thumb.jpg" width="602" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3236908" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/franmer/archive/tags/Portfolio/default.aspx">Portfolio</category><category domain="http://blogs.technet.com/franmer/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.technet.com/franmer/archive/tags/error/default.aspx">error</category><category domain="http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/franmer/archive/tags/param_26002300_233_3B00_trage/default.aspx">param&amp;#233;trage</category><category domain="http://blogs.technet.com/franmer/archive/tags/erreur/default.aspx">erreur</category></item><item><title>Affichage en jours dans &amp;quot;Mes T&amp;#226;ches&amp;quot;</title><link>http://blogs.technet.com/franmer/archive/2008/08/14/affichage-en-jours-dans-mes-t-ches.aspx</link><pubDate>Thu, 14 Aug 2008 17:36:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3105802</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/3105802.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=3105802</wfw:commentRss><description>&lt;p&gt;Il se peut que la web part ne conserve pas l'affichage en jour après paramétrage, et affiche toujours des heures alors que le comportement est celui d'un paramétrage en jour. Autrement dit, l'affichage est en heure dans "Mes tâches" et lorsque l'on saisi "1" pour une heure (vu que l'affichage est en heure :)), après un recalcule, la web part affiche 8h. &lt;p&gt;Ce comportement est du aux options d'affichage de date et l’utilisation de « &lt;b&gt;l’affichage chronologique&lt;/b&gt; » &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="175" alt="clip_image002" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image002_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;p&gt;Pour afficher correctement les jours dans la web part, voici les étapes à suivre: &lt;p&gt;· Aves les droits administrateur, connectez vous à Project Web Access (PWA): &lt;p&gt;· Cliquez sur « &lt;b&gt;Mes Tâches&lt;/b&gt; »  &lt;p&gt;· En haut à droite de la page, cliquez sur « &lt;b&gt;Actions du site&lt;/b&gt; »&amp;nbsp; puis sur « &lt;b&gt;Modifier la page&lt;/b&gt; »  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image004_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="166" alt="clip_image004" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image004_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;p&gt;· A droite, sur un des bandeaux jaunes de la web part « &lt;b&gt;Mes Tâches&lt;/b&gt; », un bouton « &lt;b&gt;Modifier&lt;/b&gt; » apparait. Cliquez dessus et sélectionnez « &lt;b&gt;Modifier le composant WebPart partagé&lt;/b&gt; »  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image006_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="151" alt="clip_image006" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image006_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;p&gt;· Un volet s’ouvre sur la droite. Cliquez sur le signe « &lt;b&gt;+ &lt;/b&gt;» à gauche de « &lt;b&gt;Project Web Access&lt;/b&gt; »  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image008_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="161" alt="clip_image008" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image008_thumb.jpg" width="195" border="0"&gt;&lt;/a&gt; &lt;p&gt;· Dans la liste déroulante « &lt;b&gt;Format de date&lt;/b&gt; », sélectionnez « &lt;b&gt;Mois/Jour&lt;/b&gt; ». La web part « Mes tâches » s’affiche alors en jour : &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image010_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="352" alt="clip_image010" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/AffichageenjoursdansMesTches_E98F/clip_image010_thumb.jpg" width="804" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3105802" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/franmer/archive/tags/Project/default.aspx">Project</category><category domain="http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/franmer/archive/tags/EPM/default.aspx">EPM</category><category domain="http://blogs.technet.com/franmer/archive/tags/param_26002300_233_3B00_trage/default.aspx">param&amp;#233;trage</category></item><item><title>Rajouter un modèle de site WSS</title><link>http://blogs.technet.com/franmer/archive/2008/05/26/rajouter-un-mod-le-de-site-wss.aspx</link><pubDate>Mon, 26 May 2008 11:48:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3061108</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/3061108.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=3061108</wfw:commentRss><description>&lt;P&gt;Afin de rationaliser et simplifier les communications autour de ses projets, le chef de projets peut être amené à mettre un place un système de partage d’information. Ce partage d’information peut aussi bien concerner des documents (livrables) que des remontées d’incidents, la gestion des risques ou des communications ponctuelles sur le déroulement du projet. 
&lt;P&gt;La solution EPM propose une telle fonctionnalité en standard et peut être étendue afin de répondre plus précisément aux besoins des chefs de projets. 
&lt;P&gt;Ce post explique comment rajouter un modèle de site WSS dans les paramètres de mise en service de l’espace de travail de projet 
&lt;P&gt;Par défaut, après installation de Project Serveur 2007, les espaces de travail sont créés en utilisant le modèle par défaut « Espace de travail Microsoft Office Project ». 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image002%5B11%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image002%5B11%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image002[11] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image002%5B11%5D_thumb.jpg" width=244 height=136 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image002%5B11%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Voici la procédure permettant de rajouter des modèles de site dans la liste déroulante d’espace de travail par défaut. 
&lt;P&gt;A partir de Project Professional 2007, publier un projet (vide par exemple) en choisissant l’option de création du site de travail (site WSS) (Menu Fichier/Publier) 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image004%5B8%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image004%5B8%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image004[8] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image004%5B8%5D_thumb.jpg" width=244 height=85 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image004%5B8%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Connectez-vous sur le site de Project Web Access, puis allez dans le centre de projets. Sélectionnez le projet nouvellement publié, puis dans le menu « &lt;B&gt;Atteindre&lt;/B&gt; », cliquez sur « &lt;B&gt;Espace de travail du projet&lt;/B&gt; ». 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image006%5B9%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image006%5B9%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image006[9] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image006%5B9%5D_thumb.jpg" width=244 height=154 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image006%5B9%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Le site de travail par défaut s’ouvre alors : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image008%5B8%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image008%5B8%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image008[8] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image008%5B8%5D_thumb.jpg" width=244 height=143 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image008%5B8%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;Laissez la fenêtre du site de travail&lt;/B&gt; ouvert et revenez sur le site de Project Web Access (PWA). 
&lt;P&gt;Cliquez sur « &lt;B&gt;Paramètres du serveur&lt;/B&gt; », puis sur « &lt;B&gt;Espaces de travail de projet&lt;/B&gt; ». Sélectionnez le projet puis cliquez sur « &lt;B&gt;Modifier l’adresse du site&lt;/B&gt; ». Sélectionnez « &lt;B&gt;Supprimer l’URL du site SharePoint&lt;/B&gt; » puis cliquez sur « &lt;B&gt;OK&lt;/B&gt; »&amp;nbsp; et encore sur « &lt;B&gt;OK&lt;/B&gt; » sur la fenêtre de confirmation. 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image010%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image010%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image010[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image010%5B7%5D_thumb.jpg" width=244 height=193 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image010%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Revenez sur le site WSS ouvert Précédemment. Dans le cas où vous avez fermé les fenêtres Internet Explorer, le site WSS se retrouve à partir de la page d’accueil PWA en cliquant sur le lien « &lt;B&gt;Liens sites SharePoint&lt;/B&gt; ». 
&lt;P&gt;Personnalisez votre site WSS en rajoutant des web parts à partir du menu « &lt;B&gt;Actions du site&lt;/B&gt; » : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image012%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image012%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image012[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image012%5B7%5D_thumb.jpg" width=244 height=132 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image012%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Voici un exemple de personnalisation simple : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image014%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image014%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image014[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image014%5B7%5D_thumb.jpg" width=244 height=128 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image014%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Nous allons maintenant enregistrer ce site comme modèle de site 
&lt;P&gt;Dans le menu « &lt;B&gt;Actions du site&lt;/B&gt; » cliquez sur « &lt;B&gt;Paramètres du site&lt;/B&gt; » puis « &lt;B&gt;Enregistrer le site en tant que modèle &lt;/B&gt;» : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image016%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image016%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image016[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image016%5B7%5D_thumb.jpg" width=244 height=169 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image016%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image019%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image019%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image019[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image019%5B7%5D_thumb.jpg" width=244 height=117 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image019%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;La fenêtre suivante apparaît. Renseignez le nom que vous souhaitez donner à votre modèle puis cliquez sur « &lt;B&gt;Ok &lt;/B&gt;» : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image021%5B9%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image021%5B9%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image021[9] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image021%5B9%5D_thumb.jpg" width=244 height=225 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image021%5B9%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;La fenêtre suivante apparaît : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image023%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image023%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image023[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image023%5B7%5D_thumb.jpg" width=244 height=67 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image023%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Cliquez sur le lien « &lt;B&gt;Galerie de modèles de sites&lt;/B&gt; » : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image025%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image025%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image025[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image025%5B7%5D_thumb.jpg" width=244 height=67 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image025%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Cliquez sur le nom du modèle, puis cliquez sur « &lt;B&gt;Enregistrer&lt;/B&gt; ». Enregistrez ce fichier dans un dossier sur le serveur Project Serveur : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image027%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image027%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image027[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image027%5B7%5D_thumb.jpg" width=244 height=120 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image027%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Dans une invite DOS, positionnez vous dans le répertoire « C:\Program Files\Fichiers communs\Microsoft Shared\web server extensions\12\BIN » puis tapez la commande suivante : 
&lt;P&gt;Stsadm.exe –o addtemplate –filename « c:\temp\test.stp » -title « test » 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image029%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image029%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image029[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image029%5B7%5D_thumb.jpg" width=244 height=76 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image029%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Redémarrez IIS en tapant la ligne de commande &lt;B&gt;iisreset &lt;/B&gt;: 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image031%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image031%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image031[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image031%5B7%5D_thumb.jpg" width=244 height=80 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image031%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Connectez-vous à nouveau à PWA. Dans le menu « &lt;B&gt;Paramètres du serveur&lt;/B&gt; » cliquez sur « &lt;B&gt;Paramètres de mise en service de l'espace de travail de projet&lt;/B&gt; ». Le nouveau modèle de site apparaît dans la liste déroulante : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image033%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image033%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image033[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image033%5B7%5D_thumb.jpg" width=244 height=118 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image033%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Pour tester le nouveau site, publier un nouveau projet. Sous PWA, allez dans le « &lt;B&gt;Centre de projets&lt;/B&gt; » : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image035%5B7%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image035%5B7%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image035[7] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image035%5B7%5D_thumb.jpg" width=244 height=85 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image035%5B7%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Cliquez sur «&lt;B&gt; Atteindre&lt;/B&gt; », « &lt;B&gt;Espace de travail du projet&lt;/B&gt; » 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image037%5B8%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image037%5B8%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image037[8] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image037%5B8%5D_thumb.jpg" width=198 height=72 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image037%5B8%5D_thumb.jpg"&gt;&lt;/A&gt; 
&lt;P&gt;Le projet est alors associé au nouveau site de travail : 
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image039%5B10%5D.jpg" mce_href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image039%5B10%5D.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" border=0 alt=clip_image039[10] src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image039%5B10%5D_thumb.jpg" width=244 height=75 mce_src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/RajouterunmodledesiteWSS_A5AA/clip_image039%5B10%5D_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3061108" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/franmer/archive/tags/WSS/default.aspx">WSS</category><category domain="http://blogs.technet.com/franmer/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/franmer/archive/tags/EPM/default.aspx">EPM</category><category domain="http://blogs.technet.com/franmer/archive/tags/param_26002300_233_3B00_trage/default.aspx">param&amp;#233;trage</category></item></channel></rss>