易截截图软件、单文件、免安装、纯绿色、仅160KB

SQL Server2008 BI问题

Business intelligence development studio 里面建一个简单的wizard report,

build 成功,但deploy 的时候每次总是弹出:Reporting Service Login 的登陆窗体。

google,尝试了很多办法,还是不行,

在Reporting service configuration manager里面配置都是成功的。
而且在Report manager URLs里面直接点击:http://localhost:80/reportserver能够正确显示。

刚摸索BI,有遇到同样问题的兄弟不?
帮顶

你跟小卒 到底什么关系

引用
你跟小卒 到底什么关系


谁是小卒?

在Report Manager站点上检查你在该目录下的角色是什么,看你是否有权限发布报表。

引用
在Report Manager站点上检查你在该目录下的角色是什么,看你是否有权限发布报表。


是指iis站点上吗?如何操作?谢谢




引用
http://localhost:80/reports
看下这个能不能登陆,
然后可以透过其管理权限。


http://localhost/reportserver/

可以访问,我的virtual directory是reportserver


摸索了很久,终于找到原因,

在系统user里面,找到一个ASPNET的用户,
把这个用户加到Administrator 组,

另外Reporting Service 2008 安装的时候IIS里面没有自动创建Reports 和ReportServer 虚拟目录,需要自己手动创建,
Reports虚拟目录路径:C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportManager(我机器上的)

ReportServer目录路径:


相关问答:

ASP链接SQL的简单登陆界面 - .NET技术 / ASP.NET

protected void btnLogin_Click(object sender, EventArgs e)
  {
  SqlConnection conn = new SqlConnection("Server = (local);user id = sa;pwd = 1;database = Login");
&nb ......

求一sql语句 - MS-SQL Server / 基础类


id bh  
1 10
2 11
3 12 
4 15
5 16
6 22
7 25
8 26
9 27
10 28
将bh按连续分段出来返回字符串:
10~12,15~16,22,25~28
SQL code:


declare @t tabl ......

sqlserver错误 - MS-SQL Server / 疑难问题

sqlserver2005 建立的数据库,与手持pda传输数据,最近突然出现无法传递数据的问题,pda端提示的错误时outofmemoryexception,但是pda上面的容量没有问题,
sqlserver的日子上的错误如下:
日期 2010-1-25 14:45: ......

关于SQL Server Mobile Edition - .NET技术 / ASP.NET

关于SQL Server Mobile Edition
用Microsoft SQL Server2005 Management Studio Express9.00.3042.00创建SQLCE数据库sqlmobile.sdf
在mobile系统终端上用SQL Server Mobile Edition3.0能查看sqlmobile.sdf里表数据 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号