Quantcast
Channel: Answers for "Change DataSource of SSRS Report with Powershell"
Browsing all 8 articles
Browse latest View live

Answer by Shawn_Melton

David Levy wrote a script that [changes the credentials][1] of SSRS reports using PowerShell that I think you might want to compare with yours on how he uses SetItemDataSources. I think your line...

View Article



Answer by eghetto

I got it now! Here's the working solution: cls; #Set variables: $reportserver = "myServer"; $url = "http://$($reportserver)/reportserver/reportservice2005.asmx?WSDL"; $newDataSourcePath = "/Data...

View Article

Answer by rajinxerox

Thanks, Worked like a charm. One Small correction in the second one, need to update the $url

View Article

Answer by rajinxerox

Declaring and Defining the $url variable is missing. Other than that, It works perfect

View Article

Answer by Shawn_Melton

David Levy wrote a script that [changes the credentials][1] of SSRS reports using PowerShell that I think you might want to compare with yours on how he uses SetItemDataSources. I think your line...

View Article


Answer by eghetto

I got it now! Here's the working solution: cls; #Set variables: $reportserver = "myServer"; $url = "http://$($reportserver)/reportserver/reportservice2005.asmx?WSDL"; $newDataSourcePath = "/Data...

View Article

Answer by rajinxerox

Thanks, Worked like a charm. One Small correction in the second one, need to update the $url

View Article

Answer by rajinxerox

Declaring and Defining the $url variable is missing. Other than that, It works perfect

View Article

Browsing all 8 articles
Browse latest View live




Latest Images