简体   繁体   English

SQL Reporting Services 2005不显示内容或属性

[英]SQL Reporting Services 2005 not Showing Contents or Properties

I installed and configured SQL Server 2005 with Reporting Services, Workgroup Edition on Windows 7. I have updated to Service Pack 4. The problem is that when I navigate to http://localhost/reports/Pages/Folder.aspx , Reporting Services don't show/display Contents or Properties menus, all I see is the SQL Server Reporting Services header with the Home/Help button. 我在Windows 7上安装了带有Reporting Services Workgroup Edition的SQL Server 2005,并对其进行了配置。我已经更新到Service Pack4。问题是,当我导航到http://localhost/reports/Pages/Folder.aspx时 ,Reporting Services没有没有显示/显示“目录”或“属性”菜单,我所看到的只是带有“主页/帮助”按钮的SQL Server Reporting Services标头。

EDIT: I figured it out. 编辑:我想通了。 You need to create role assignments that explicitly grant you access together with full permissions. 您需要创建角色分配,以明确授予您访问权限以及完整权限。 To do this, follow these steps: Start Internet Explorer together with the Run as administrator option. 若要这样做,请按照下列步骤操作:启动Internet Explorer和以管理员身份运行选项。 To do this, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator. 为此,请单击“开始”,单击“所有程序”,右键单击“ Internet Explorer”,然后单击“以管理员身份运行”。 Open Report Manager. 打开报表管理器。 By default, the Report Manager URL is http://ServerName/reports . 默认情况下,报表管理器URL为http:// ServerName / reports

If you use SQL Server Express with Advanced Services SP2, the Report Manager URL is http://ServerName/reports $sqlexpress. 如果您将SQL Server Express与Advanced Services SP2一起使用,则报表管理器URL为http:// ServerName / reports $ sqlexpress。 If you use a named instance of Reporting Services, the Report Manager URL is http://ServerName/reports $InstanceName In the Home dialog box, click Properties. 如果您使用Reporting Services的命名实例,则报表管理器URL为http:// ServerName / reports $ InstanceName。在“主页”对话框中,单击“属性”。 Click New Role Assignment. 单击新角色分配。 Type a Windows user account name by using the following format: Domain\\User Click to select the Content Manager check box. 通过使用以下格式键入Windows用户帐户名称:域\\用户单击以选中“内容管理器”复选框。 Click OK. 单击确定。 In the Home dialog box, click Site Settings. 在“主页”对话框中,单击“站点设置”。 Click Configure site-wide security. 单击“配置站点范围的安全性”。 Click New Role Assignment. 单击新角色分配。 Type a Windows user account by using the following format: Domain\\User Click System Administrator. 通过使用以下格式键入Windows用户帐户:域\\用户单击系统管理员。 Click OK. 单击确定。 Close Report Manager. 关闭报表管理器。

I figured it out. 我想到了。 You need to create role assignments that explicitly grant you access together with full permissions. 您需要创建角色分配,以明确授予您访问权限以及完整权限。 To do this, follow these steps: Start Internet Explorer together with the Run as administrator option. 若要这样做,请按照下列步骤操作:启动Internet Explorer和以管理员身份运行选项。 To do this, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator. 为此,请单击“开始”,单击“所有程序”,右键单击“ Internet Explorer”,然后单击“以管理员身份运行”。 Open Report Manager. 打开报表管理器。 By default, the Report Manager URL is http://ServerName/reports . 默认情况下,报表管理器URL为http:// ServerName / reports

If you use SQL Server Express with Advanced Services SP2, the Report Manager URL is http://ServerName/reports $sqlexpress. 如果您将SQL Server Express与Advanced Services SP2一起使用,则报表管理器URL为http:// ServerName / reports $ sqlexpress。 If you use a named instance of Reporting Services, the Report Manager URL is http://ServerName/reports $InstanceName In the Home dialog box, click Properties. 如果您使用Reporting Services的命名实例,则报表管理器URL为http:// ServerName / reports $ InstanceName。在“主页”对话框中,单击“属性”。 Click New Role Assignment. 单击新角色分配。 Type a Windows user account name by using the following format: Domain\\User Click to select the Content Manager check box. 通过使用以下格式键入Windows用户帐户名称:域\\用户单击以选中“内容管理器”复选框。 Click OK. 单击确定。 In the Home dialog box, click Site Settings. 在“主页”对话框中,单击“站点设置”。 Click Configure site-wide security. 单击“配置站点范围的安全性”。 Click New Role Assignment. 单击新角色分配。 Type a Windows user account by using the following format: Domain\\User Click System Administrator. 通过使用以下格式键入Windows用户帐户:域\\用户单击系统管理员。 Click OK. 单击确定。 Close Report Manager. 关闭报表管理器。

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

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