简体   繁体   English

无法访问SSRS中的报表管理器URL

[英]Cannot Access Report Manager URL in SSRS

I have developed a couple of reports with the Business Intelligence Developement Studio (BIDS), but I cannot deploy them. 我已经使用Business Intelligence Developement Studio(BIDS)开发了一些报告,但是无法部署它们。 When I select Deploy I am asked for my Credentials. 当选择“部署”时,系统会要求我提供凭据。 I have no idea what these credentials are. 我不知道这些凭证是什么。

I have tried to access the Report Manager URL to see if I can set up these credentials. 我试图访问报表管理器URL,以查看是否可以设置这些凭据。 That too asks for Credentials but it lets me in by using my windows account log in details (this doesnt work for the aforementioned deployment from BIDS). 这也要求提供凭据,但是它允许我使用Windows帐户登录详细信息来登录(对于BIDS中的上述部署不起作用)。 However the URL opens with a error message as follows: 但是,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 

Any help would be most appreciated 非常感激任何的帮助

最后,我放弃了SSRS,选择了Crystal Reports

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM