tobania / VSTS.Extension.SqlReportingServices

VSTS Extension for uploading SSRS Reports
MIT License
14 stars 20 forks source link

System.Management.Automation.ActionPreferenceStopException:The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop #20

Closed Kishore10211 closed 6 years ago

Kishore10211 commented 6 years ago

Hi, I added the SqlReportingServicesDeployment task in VSTS release definition for deploying the reports to the Report Server.

I configured the release definition in VSTS like this below figure. s2

After that, I created release in private agent then I faced the issue like this below:

System.Management.Automation.ActionPreferenceStopException: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The HTML document does not contain Web service discovery information.

Can you please tell me how to resolve this issue as soon as possible?

Regards Kishore

anton-kirschhock commented 6 years ago

Can you post the url (not the serverpart but the path)? I think your used url is wrong (see tooltip for more details)

Kishore10211 commented 6 years ago

Hi

I gave incorrect web service URL, that's why I am getting above error. by seeing @muziekklas comment then I updated web service URL like this below. http://XXXXX/ReportServer_SQLSERVER/ReportService2010.asmx?wsdl

anton-kirschhock commented 6 years ago

You're welcome :) A review on the marketplace is appreciated :)