简体   繁体   English

如何在Windows 7计算机上安装的报表服务器上部署报表?

[英]How to deploy a report on a report server installed on a Windows 7 machine?

I need to deploy a report using Reporting services but I'm getting this error, using visual studio to deploy the report 我需要使用Reporting Services部署报告,但使用Visual Studio部署报告时遇到此错误

The permissions granted to user 'Domain\\user\u0026#39; are insufficient for performing this operation 授予用户'Domain\\user\u0026#39;的权限不足以执行此操作

Right now I'm the administrator of the machine, so why I'm getting I don't have enough permissions? 现在我是计算机的管理员,那么为什么我没有足够的权限?

Note: 注意:

The scenario is the following: 该方案如下:

Developing and deploying on a Windows 7. The report server is in the same machine. 在Windows 7上进行开发和部署。报表服务器位于同一台计算机上。 In conclusion, running all local. 总之,所有本地运行。

This problem took me a whole day to figure it out. 这个问题花了我整整一天的时间来解决。 That's why i'm posting the answer. 这就是为什么我发布答案。

To resolve this problem you should follow this steps. 要解决此问题,您应该遵循以下步骤。

  1. Run Internet explorer -> Internet Options -> Security->Trust Sites -> Add localhost -> Uncheck the last textbox. 运行Internet Explorer-> Internet选项->安全->信任站点->添加localhost->取消选中最后一个文本框。 Also change the security level for trusted sites to low. 还将可信站点的安全级别更改为低。 You can change this later. 您可以稍后更改。
  2. Go to the Reporting Services Configuration Manager -> Report Manager URL -> Copy the URL 转到Reporting Services配置管理器->报表管理器URL->复制URL
  3. Run Internet Explorer as an Administrator 以管理员身份运行Internet Explorer
  4. Copy the URL, hit Enter 复制网址,然后按Enter
  5. On the site -> Site Configuration -> Security -> Add your account as System Administrator permission 在站点上->站点配置->安全->将您的帐户添加为系统管理员权限
  6. Home -> Properties -> New Role Assigment -> Add your account as Content Manager 主页->属性->新角色分配->将您的帐户添加为Content Manager
  7. Run Visual Studio and deploy, see if it worked. 运行Visual Studio并部署,看看是否可行。

That was it. 就是这样

I'm leaving here one link that helped me a lot. 我离开这里的一个链接对我有很大帮助。 Click Here to see web page that helped me 点击这里查看对我有帮助的网页

Hope it helps. 希望能帮助到你。

PS: If this not works: change the security level on my trusted sites to Low PS:如果这不起作用:将我信任的站点上的安全级别更改为“低”

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

相关问题 如何在Windows机器上安装的Unix服务器和Windows机器上安装的ms sql服务器之间设置连接 - How to setup connection between a unix server installed on windows machine and a ms sql server installed in windows machine 如何使用带有径向量规的Windows窗体报告 - How to use windows forms report with radial gauge 如何将事件报告给 Windows 系统登录 python - How to report event to Windows System log in python Windows 7不生成txt报告 - windows 7 not generating txt report Windows程序报告按键 - Windows program to report keypresses 在Windows应用程序中从报表服务器访问报表服务(远程模式)时出错 - Error while accessing report service(remote mode) from Report server with in a windows application 如何使用Python在Windows机器上远程获取已安装的证书? - How to get installed certificates on a windows machine remotely with Python? 如何在Windows计算机上安装的python中运行Unix命令? - How to run Unix commands in python installed on a windows machine? 如何找到 .NET Core Desktop Runtime 安装在 windows 机器上 - How to find the .NET Core Desktop Runtime is installed in a windows machine 如何在我的 Windows 机器上找到 JDK 的安装位置? - How do I find where JDK is installed on my windows machine?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM