microsoft / ReportingServicesTools

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

Write-RsCatalogItem is not working with Form Based Authentication #190

Open Deadlyboy opened 6 years ago

Deadlyboy commented 6 years ago

Do you want to request a feature or report a bug? Yes What is the current behavior? Write-RsCatalogItem works with windows auth but not with form based auth If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. NA What is the expected behavior? It should work with powershell and forcibly ask for credential and server name or just get user name and allow us to login Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts? windows 2016 Problem with Write-RsCatalogItem command from PBIRS PowerShell CmdLet (Azure AD + Custom RSS Auth). It works with Windows Auth, but fails with below error when using custom RS authentication


Failed to establish proxy connection to http://localhost/pbirs/ReportService2010.asmx : There was an error downloading 'http://localhost/pbirs/ReportService2010.asmx'. At D:\test\ReportingServicesTools\0.0.4.7\Functions\Utilities\New-RsWebServiceProxy.ps1:114 char:9

aceptra commented 5 years ago

Any traction on this? We also have Custom Authentication with SSRS.

jtarquino commented 5 years ago

The item is an enhancement and we welcome additional contributions to introduce such feature