- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经在我的 PC 上安装了 SQl Server 2008 Reporting services,但是当我尝试访问 Report Manager URL 时
(http://localhost/Reports)
http://localhost/Reports/Pages/Folder.aspx.
最佳答案
并非所有管理员生来平等。我最近有了一台新 PC 并设置了一个“管理员”帐户。
这篇文章解释了我需要做什么才能启用真正的“管理员”。一旦他在那里,我以前显然是“管理员”的帐户就恢复为标准用户,难题就解决了。
http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/7f477018-aa14-4db0-8989-ce763b122a2a
真正帮助我的评论是 'dana_working' 的评论。如果文章被删除,我已经完整地重新制作了它。
Hi,
I don't know if the OP solved his issue or not, but I had the same problem and
after banging my head against my desk for two days thought I would share what
worked for me.
One caveat - I did try a number of things before hitting on what worked for me,
and there may be something else I did along the way that was also necessary
(though not sufficient). I did not make any registry or direct .config changes:
System setup: Windows 7 64-bit Home Premium; AMD processor; SQL Server Express 2008 R2;
just running this stuff on my machine for development purposes.
Symptoms: Could not get the URLs in Report Services Configuration Manager to work,
even though it was all working fine on a Vista system I set up a few months ago.
I have administrator priveleges. I tried opening IE as administrator, authorizing
my login in various ways through the configuration manager but just could not get in.
It is not possible, btw, to manage the report server grough SSMS in the Express
version. You need to find a way into Report Manager with the URL.
Crux/Solution: Basically, my administrator account was not THE administrator
account for the computer; THE administrator (which is hidden) is different than
having administrator rights. So the following steps worked to fix the issue
for me:
I authorized the "hidden Administrator" account. In Home Premium edition I did
this by opening a command prompt "as administrator" and entering net user
administrator /active:yes
From what I've read, this can be done through control panel with higher
versions of Windows 7.
Log off and voila there is another user now besides yourself.
Logon now as Administrator
Open IE "as administrator" and go to http://servername/Reports_SQLEXPRESS url.
I was able to log in at this point.
Once in Report Manager, I authorized my regular Windows account with all
privileges. I did this in two locations - maybe someone can explain the
difference between the two.
Click upper right for "Site Settings"; "Security"; Add yourself as New
Role as a Site Administrator - you can do this following the steps outlined
in reply Jin Chen above.
I also found I needed to go back to "Home"; "Folder Settings"; Add yourself
as New Role with Content Manager as outlined above by MustafaH.
Apply, save, etc.; log out; go back to your regular logon;
open IE "as administrator" (not sure if that's necessary but I did it anyway)
and go to the URL, log on with your id, saving credentials.
You now can get into Report Manager just opening IE and going to the URL's;
Deployment from Bus Intelligence Studio works now too.
Good luck!!
关于ssrs-2008 - 无法访问 Reporting Services 配置管理器中的报表管理器 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5651245/
是否可以创建一个 sql 语句来动态生成 3 行而无需任何表..这些将包括 value1 : 10 | value2: 10 value2 : 11 | value2: 11 value3 : 12
近日,葡萄城正式发布了SpreadJS最新版本 V17.1,为前端表格控件市场带来了一系列令人瞩目的新特性和功能增强。本次更新旨在进一步提升用户在计算引擎、报表生成和分析等方面的体验,为各行业的开发者
我正在使用 Visual Studio 的 Crystal 报告,我创建了一个需要有背景图像的报告。我找不到像 Microsoft Report Viewer Report 这样的背景图像的方法。有办
我正在开发一个使用 Crystal Reports 生成 pdf、excel 和 word 报告文件的大型 C# 项目。 项目位于 SVN 存储库下,我们有主干和一个单独的分支。 我们每周都会将主干合
我以正确的格式放置了我的 super 语句,但我唯一的错误是它指出类 java.lang.object 中的构造函数对象不能应用于这部分代码的给定类型: super (openFile
我正在使用 Visual Studio 2008 并希望在报告中显示以下 SQL 查询: select name, count(*) from mytable group by name; 我可以通过
我使用 C# 在我的 CR 上正确地导入了一个图像。现在我需要在同一页面上显示包含 4 种不同产品的报告,类似这样: | P1 | P2 | | P3 | P4 | 为此,我创建了一个报告并将选项 R
我正在使用 C#.net 2010,我想使用两个表创建发票。一个表 Order 包含客户订购的东西,如类别、数量、费率、总金额,另一个表 Details 包含最终支付金额的详细信息,如 Vat、Fin
我正在使用 C# 创建一个 Crystal Report,我必须在 320 个不同的参数中复制一个简单的公式,但始终具有相同的条件,如下所示: if ({Precios.AhorroE1}[1] =
我在 vs2010 中创建了一个项目,然后创建了一个已部署的安装项目。当我在我的 PC 上运行应用程序时,它显然运行良好,但对于客户端计算机,应用程序运行良好,除了 crystal报道。我制作了安装项
我正在使用 Visual Studio、.NET 创建一个使用 Crystal 报表的 Web 应用程序,除了手动拖放之外,有什么方法可以让我以有组织的方式格式化这些报表? 谢谢 最佳答案 是的,报告
我正在使用 Visual Studio 2010 创建一个使用 Crystal Reports 的 Web 应用程序。 我目前使用 odp.NET 连接到 oracle 数据库并且一切正常,当我通过
我在 Windows 窗体应用程序 C# 中有 mysql 数据库,我想使用 Crystal 报告进行报告,但我想在没有报告向导的情况下连接到数据库,因为我希望我的应用程序独立于数据库服务器地址,并且
我正在开发一个超过 200 个表的大项目,我使用 MySQL(Percona)、Java 和 Crystal Report JRC。我有一些报告非常大并且多个表之间有很多连接。在Java客户端中,我通
我有一份报告和一份带有法语国际化资源包的子报告。没有抛出任何错误或警告,但是当我使用此报告创建 pdf 时,出现奇怪的字符,因为编码错误(É 代表 é 是一个例子)。 我仍在调查那个问题,但我猜它与子
我在让 Crystal Reports 与我们的应用程序很好地协同工作时遇到了一些问题。而且我似乎找不到任何资源来回答我的问题。 基本上,我们有一个 Crystal 报表,在 Crystal 报表应用
我正在为 Winform 使用 VS 2008。我在元素中有 Crystal 报表,我想在 CSS 的帮助下对其进行格式化。 谁能给我指出正确的教程来开始这个? 最佳答案 Visual Studio
我是java和crysal报告的新手。两天以来,我尝试使用 java 和 jsf 创建 Crystal 报告 pdf。一切正常,但是当我在代码中包含参数传递时,出现错误 *HTTP Status 5
我是这个工具的新手,所以我不知道如何获取类的数据并显示在报告中。 我没有数据库,我的信息存储在类内的变量中。像这样(文件夹 Objetos): 我的程序执行以下操作:读取 XML、使用 XSD 验证、
我需要在只有一个独立数据集(未连接到任何类型的数据库)的应用程序中使用 Crystal Reports 生成报告。此外,我需要根据 DataTable 中的值生成报告。 你能帮我看看吗,我是新手。我有
我是一名优秀的程序员,十分优秀!