Questions tagged [rs.exe]

The rs.exe utility processes script you provide in an input file. Use this utility to automate report server deployment and administration tasks.

The rs.exe utility processes script you provide in an input file. Use this utility to automate report server deployment and administration tasks.

http://technet.microsoft.com/en-us/library/ms162839.aspx

19 questions
7
votes
2 answers

RS.exe subscribe report with parameters

I am trying to create dynamic report subscriptions through rs.exe. How ever I cannot get the parameters to work. The enddate value is data/time, so I think that might be causing it, but I do not know what to do about it. I have tried casting, but…
user1054844
  • 922
  • 5
  • 17
  • 34
5
votes
2 answers

Deleting multiple SSRS reports across subfolders using command line?

I'm new to SSRS deployment, and I've been searching around but can't quite find the exact scenario that applies to my situation. I have several reports deployed across different subfolders in SSRS 2012. For…
2
votes
1 answer

Is it possible to deploy only reports which were changed using RS.exe?

Assuming I have 20 rdl files and I modified just one, is it possible in the deploy process to overwrite just this file instead the whole 20 in the SSRS server using RS.exe and VB.NET file?
arielma
  • 1,308
  • 1
  • 11
  • 29
2
votes
1 answer

Changing the icon of an .exe file in Rust

So I did some research and found out about rs.exe in Windows to convert my resources.rs file containing a name to_do and PATH to ico to res. The only problem is after navigating to its directory and running the command rs resource.exe. I get the…
2
votes
1 answer

Build/Deploy SSRS with TFS 2010

I am trying to build and deploy an SSRS project (rptproj) but MSBuild does not support this project type. What can I use to build and deploy this project? I looks like I can use RS.EXE and Dev Env. What are the benefits of each?
user472292
  • 1,069
  • 2
  • 22
  • 37
1
vote
1 answer

How I can deploy all reports to SSRS using RS.exe

Following the below article, I was able to deploy one report to SSRS thought command line: sql-server-reporting-services-ssrs-rsexe-utility What I should modify in order to deploy all the reports in my folder? the VB.NET file or RS.exe command…
rel.foo.fighters
  • 422
  • 1
  • 3
  • 16
1
vote
1 answer

Is there a way to pass in an array to rs.exe

I am trying to make a command line util to let me register updates to my TFS SSRS reports. I am using rs.exe. It has the -v option where you can pass in a parameter. Is there a way to pass in an array (or some kind of collection). I would like to…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
1
vote
1 answer

Multiple rs.exe invocations

I've a python based SSRS report generation utility that I'm using to generate multiple reports (often 100+). The way it's setup is - Multiple threads are invoked using threading.Thread and each of them is given a dictionary. Each thread parses the…
Murali
  • 111
  • 1
  • 3
  • 9
0
votes
0 answers

Migrating ssrs reports

We are trying to use ssrs_migration.rss to migrate reports and subscriptions from one rs server to another we are getting the error This method explicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy…
0
votes
0 answers

SSRS RS.exe migrating reports / datasets in wrong order

I am using RS.exe to migrate all SSRS content from one server (SQL Server 2008) to another (SQL 2012). It is moving everything in a mixed order which is causing items to be not migrated. Eg a Report is migrated before the dataset or datasource. A…
SkipFeeney
  • 61
  • 1
  • 6
0
votes
1 answer

VB RS.exe - DataSource is not defined

I have this code to programmatically export a report to PDF. Public Sub Main() TRY DIM historyID as string = Nothing DIM deviceInfo as string = Nothing DIM extension as string = Nothing DIM encoding as string DIM mimeType as string =…
A. Savva
  • 632
  • 10
  • 30
0
votes
1 answer

SSRS report deployments

I would appreciate some help or advice on this subject... So deploying reports to other SSRS sites. Not on the same domain and firewall (but I can remote into the server and work from remote session). 100's of reports (so not reasonable to use the…
zanq
  • 105
  • 1
  • 3
  • 13
0
votes
1 answer

RS.EXE not found

I have made an application and installing it using installation wizard in which the application is being installed and in the same process the SSRS installation is called.In which enter image description here a) Report services not being installed…
duke
  • 1
  • 1
0
votes
1 answer

Error while publishing a report using rs.exe

I'm getting the following error when publishing a report from the command line using the report scripting tool: System.Web.Services.Protocols.SoapException: The definition of this report is not valid or supported by this version of Reporting …
C. Williamson
  • 319
  • 3
  • 13
0
votes
1 answer

Error trying to Upload image using srrs using rs.exe -"The required field Property is missing from the input structure"

Scenario : Upload image using srrs using rs.exe (using code not GUI) Environment : Sql server 2012, rs.exe , vb.script 'Utility to Publish the Png file ( snippet) 'Sample inputs PublishImageFile("myimagefilename.png", "image/png") Public Sub…
Ram
  • 15,908
  • 4
  • 48
  • 41
1
2