microsoft / ReportingServicesTools

Reporting Services Powershell Tools
MIT License
457 stars 213 forks source link

Unable to connect to remote server #381

Closed hinlov closed 2 years ago

hinlov commented 2 years ago

Trying to execute: Get-RsFolderContent –RsFolder '/Sample Reports' -Credential Connect-RsReportServer -ReportServerUri 'http:///ReportServer' -Verbose| Format-Table -AutoSize -Verbose

gives the following error:

VERBOSE: Establishing proxy connection to http:///ReportService2010.asmx... Exception calling "ListChildren" with "2" argument(s): "Unable to connect to the remote server" At C:\Program Files\WindowsPowerShell\Modules\ReportingServicesTools\0.0.7.0\Functions\CatalogItems\Get-RsFolderContent.ps1:85 char:17

Works on a local server; only failing when making calls to remote SSRS server, please advise.

hinlov commented 2 years ago

Resolved - the config file on the remote server had to be changed to . It was set at 0 due to which remote connection was not being made.

pitanni commented 4 months ago

Would you be able to tell me exactly what to change? Thank you very much.