IReportViewerMessages 錯誤

徵狀

當您執行報表從 Microsoft Dynamics CRM 4.0 中報告的伺服器時,您會收到下列錯誤訊息: 錯誤 報告服務錯誤 報表伺服器上發生內部錯誤。...

<script type="text/javascript"></script>

當您執行報表從 Microsoft Dynamics CRM 4.0 中報告的伺服器時,您會收到下列錯誤訊息:
錯誤
報告服務錯誤

報表伺服器上發生內部錯誤。 請參閱錯誤記錄,如需詳細資訊。 (rsInternalError) 取得線上說明
執行子要求,如 /ReportServer/pages/ReportViewer.aspx 時發生錯誤。
型別 Microsoft.Crm.Web.Reporting.CrmReportViewerMessages,Microsoft.Crm.Application.Pages,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35 不實作 IReportViewerMessages,或找不到

SQL Server Reporting Services

發生的原因

如果您在相同網站中安裝 Microsoft Dynamics CRM 4.0] 和 [Microsoft SQL Server Reporting Servic...

<script type="text/javascript"></script>

如果您在相同網站中安裝 Microsoft Dynamics CRM 4.0] 和 [Microsoft SQL Server Reporting Services (SSRS) 就會發生這項問題。

其他可行方案

如果要解決這個問題而定,使用 [其中一個下列的方法]。 方法 1不同的網站安裝 Microsoft Dynamics CRM 4.0] 和 [SQL Serve...

<script type="text/javascript"></script>

如果要解決這個問題而定,使用 [其中一個下列的方法]。

方法 1

<script type="text/javascript"></script> 不同的網站安裝 Microsoft Dynamics CRM 4.0] 和 [SQL Server Reporting Services。

方法 2

<script type="text/javascript"></script> 請修改 Microsoft Dynamics CRM 4.0 的 Web.config 檔,以便在 SQL Server Reporting Services 會忽略在 Microsoft Dynamics CRM 4.0 時發生錯誤。 如果要執行這項操作,請執行這些步驟:
  1. 在記事本中, 開啟 Web.config 檔案)。

    請注意 web.config 檔案位於您安裝 Microsoft Dynamics CRM 網站目錄中。
  2. 找出下列節點:
  3. </System.Web> 結尾的標籤之後加入下列陳述式。
    <appSettings> 
       <remove key="ReportViewerMessages" /> 
    </appSettings>
    
    DEFAULT:
          <location path="ReportServer">
                <system.web>
                      <pages enableSessionState="true" validateRequest="false" enableViewState="true" />
                      <httpModules>
                            <remove name ="CrmAuthentication"/>
                            <remove name ="MapOrg"/>
                      </httpModules>
                </system.web>
          </location>
    
    EDITED:
          <location path="ReportServer">
                <system.web>
                      <pages enableSessionState="true" validateRequest="false" enableViewState="true" />
                      <httpModules>
                            <remove name ="CrmAuthentication"/>
                            <remove name ="MapOrg"/>
                      </httpModules>
                </system.web>
                <appSettings> 
                     <remove key="ReportViewerMessages" /> 
                </appSettings>
          </location>
  4. 在 [ 檔案 ] 功能表中上, 按一下 [ 儲存 ]。
發佈了75 篇原創文章 · 獲贊 5 · 訪問量 11萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章