<?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 : erreur</title><link>http://blogs.technet.com/franmer/archive/tags/erreur/default.aspx</link><description>Tags: erreur</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>PPS2007: Erreur Unable to set the orientation property of the PageSetup Class</title><link>http://blogs.technet.com/franmer/archive/2007/12/13/pps2007-erreur-unable-to-set-the-orientation-property-of-the-pagesetup-class.aspx</link><pubDate>Thu, 13 Dec 2007 15:14:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2642877</guid><dc:creator>Franck Mercier</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/franmer/comments/2642877.aspx</comments><wfw:commentRss>http://blogs.technet.com/franmer/commentrss.aspx?PostID=2642877</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Dans l'optimizer, il est possible de vous ayez l'erreur suivante "&lt;strong&gt;unable to set the orientation property of the PageSetup Class&lt;/strong&gt;" et qu'aucun graphique n'apparaisse.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D%5B21%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="211" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D_thumb%5B13%5D.png" width="598" border="0"&gt;&lt;/a&gt; &lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;Voici les étapes à suivre pour corriger le problème:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Vérifiez si le service "Print Spooler" est bien démarré (Start =&amp;gt; Administrative Tools =&amp;gt;&amp;nbsp;Services, puis cherchez le service "Print Spooler")&lt;/li&gt; &lt;li&gt;Rajoutez ensuite une imprimante. Si vous n'avez pas d'imprimabnte, rajoutez une imprimante de type "Fichier" Voir les copies d'écrans ci dessous:&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D%5B25%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="323" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D_thumb%5B15%5D.png" width="733" border="0"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D%5B26%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="377" src="http://blogs.technet.com/blogfiles/franmer/WindowsLiveWriter/PPS2007ErreurUnabletosettheorientationpr_BA25/image%7B0%7D_thumb%5B16%5D.png" width="551" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2642877" 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/error/default.aspx">error</category><category domain="http://blogs.technet.com/franmer/archive/tags/EPM/default.aspx">EPM</category><category domain="http://blogs.technet.com/franmer/archive/tags/optimizer/default.aspx">optimizer</category><category domain="http://blogs.technet.com/franmer/archive/tags/erreur/default.aspx">erreur</category></item></channel></rss>