如何从客户端在远程服务器中部署SSRS
嗨
我正在使用DotNet Reporting项目在本地系统中开发一个SSRS项目.
我的本地系统中没有SQLServer数据库引擎,用于与远程服务器连接的数据库连接.
报告预览已在我的本地计算机中生成.现在,我想从本地计算机在远程服务器中部署此应用程序.为此,我在项目属性中提供了服务器信息,但是由于用户权限问题,它没有部署在服务器中.所以我想知道,如何部署它以及应该在远程服务器中进行哪些配置设置.
在此先感谢,
Kirthiga
Hi
I am developing a SSRS Project in my local system using DotNet Reporting project.
I am not having SQLServer Database Engine in my local system , for database connection i connected with remote server.
The report preview has been generated in my local machine . Now i want to deploy this application in remote server from my local machine . For this i gave server machine infromation in my project properties but it is not deployed in server machine because of user rights problem. So I want know , How to deploy it and what are the configuration settings should I made in remote server.
Thanks in Advance,
Kirthiga
To give yourself rights to the report server you need to login to the report manager
"http://servername/reports" or whatever it has been setup to use. if you can't reach that site ensure reporting services has been installed correctly by logging into the server and checking the reporting service configuration. if you can connect to the report manager in your browser click on security and add your AD account and give full permissions. if you don't get an administrator to login to the website and give you rights.
Also ensure your trying to upload to the reportserver and not report manager.
reportserver = http://servername/reportserver
reportmanager= http://servername/reports<b></b>
the below article may be of use.
http://msdn.microsoft.com/en-us/library/ms180265.aspx