all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

I need to know how to deploy reports without Visual Studio


I need to know how to deploy reports without Visual Studio Kelly Gross
12/16/2004 1:52:50 PM
sql server reporting services:
I have reviewed the available documentation and was unable to locate a
method to deploy reports outside of Visual Studio without instantiating
the web service. We have a package we would like to bundle with some
reports.
Does anyone know an easy way to deploy reports using an .rdl file?
Re: I need to know how to deploy reports without Visual Studio Daniel Reib [MSFT]
12/16/2004 2:09:51 PM
The only way to deploy reports is through the web service. (VS uses the web
service) Look for the method CreateReport. You can always use rs.exe and
create a simple script to do the deployment.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: I need to know how to deploy reports without Visual Studio Kelly Gross
12/16/2004 2:26:06 PM
The rs utility requires administrator permission on the target machine.
We are using an msi install which runs in the context of the local
system account. Do we have sufficient permission to run the rs utility?
Re: I need to know how to deploy reports without Visual Studio Daniel Reib [MSFT]
12/16/2004 3:50:52 PM
Non admins can run rs, but there is an issue on W2k that prevents this. XP
and W2k should be fine. However the local system account is an admin so you
should not see this issue (although I have not tried it and can't be 100%
sure). The problem is not a permission issue, but something with the
framework.

The user will need permission within RS. As long as local admins have
permission to publish to RS then you should have no issues.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: I need to know how to deploy reports without Visual Studio Tao Zuo
12/20/2004 8:05:02 AM
Why not use the upload file buttom of the Report Manager
(http://yourreportsite/reports) to do the deployment?

a) Upload the rdl;
b) Create the db connection manually again within the Report Manager.

Tao

[quoted text, click to view]
AddThis Social Bookmark Button