Questions tagged [reportservice2010]

5 questions
1
vote
1 answer

Why Am I Seeing These Errors in My SSRS Powershell Script in One Environment but Not Another?

I have a Powershell Script I'm working on for post-migration SSRS report administration tasks. In this particular scenario we have a DEV environment (where I've been primarily testing) which hosts a single instance of SSRS, and a Prod environment…
1
vote
1 answer

c# How to assign specified dataSource to SSRS .RDL files programmatically? ReportingService2010()

I am creating an application to upload SSRS .rdl files to our report server. This is using ReportingService2010() The upload of the .RDL file works fine. Next, the application should assign a specified datasource to the uploaded .RDL file, but…
1
vote
1 answer

How to remove a user from SSRS folder security using Powershell

I'm creating SSRS folder security programmatically using ReportService2010 and Powershell 4.0. I can create folders and then add users to the folder security successfully. My requirement is I want to add all users to the Home folder(Browser…
0
votes
0 answers

SSRS Webservice GetItemReferences() returns empty

I am trying to leverage the ssrs webservice for our report sever in native mode to add a new datasource to all our current reports. I can return all the items available on the report server. I can get data sources and the info contained in them, but…
0
votes
1 answer

ReportService2010.asmx ListChildren() Timeout exception

I have added a reference to SSRS web service in one of my exe - http://servername/ReportService2010.asmx When a call is made to ListChildren() with Recursive = false as var reportService = new ReportingService2010 { Credentials =…
inutan
  • 10,558
  • 27
  • 84
  • 126