2012-07-11 49 views
0

我已經與商業智能開發工作室(BIDS)開發了一些報表,但我無法部署它們。當我選擇部署時,我被要求提供我的憑證。我不知道這些憑據是什麼。無法訪問SSRS中的報表管理器URL

我試圖訪問報告管理器URL來查看我是否可以設置這些憑據。這也要求證書,但它讓我通過使用我的Windows帳戶登錄詳細信息(這不適用於從BIDS上述部署)。然而,URL與錯誤信息打開如下:

Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: The type initializer for 'System.Web.UI.BaseParser' threw an exception. 

Source Error: 

Line 1: <%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePage" %> 
Line 2: <%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" Assembly="ReportingServicesWebUserInterface" %> 

Source File: /Reports_SQLE/home.aspx Line: 1 

任何幫助將非常感激

+0

Errhm,幾乎聽起來像結束報表服務器安裝已損壞。你有選擇修復甚至重新安裝報告服務器嗎? – Jeroen 2012-07-11 12:28:00

回答

0

在我放棄了在SSRS並選擇了水晶報表

相關問題