Archive: How to deploy rdl with nsis?


How to deploy rdl with nsis?
Are exist some script to do that?
Upload report templates
Open a WEB browser and go to http://localhost/Reports
The HOME page of the admin should be displayed
create a new folder named Simple_Reports (same as the value for RPT_ReportsFolder into INIT.INI configuration)
enter the new folder and upload all report template (.rdl) files
edit the security - add a new account with same name as the 'User Name' that would be used by ISS for anonimous access (see above) and grant Content Manager role
open each report and configure the Data Source's Connection string value, and authentication (select 'Credentials stored securely in the report server' option and provide uername/pasword)
open the IIS manager and enable anonimous access for both <Reports> and <ReportServer>


When I search for rdl in the forums, I find only:
http://forums.winamp.com/showthread....hreadid=216425
So no, there is no ready to use script as far as I know.

But according to the following website you can deploy your report with the Reporting Services command line utility rs.exe:
http://weblogs.sqlteam.com/tarad/arc...1/05/3944.aspx
It requires some VB.NET coding though...
But there is a sample VB.NET script on the mentioned website, which you probably can use right away.