hi i'm geting particulars on the calling app but a peer of mine trying to render my report from his app got the following error. i reached out to him to determine if he entered the ssrs report directory correctly but if the community can offer insight on what else this might be pls help. when i see ssrs refusing something, i think first of those server settings you often have to enable on the engine server in order for it to take requests from outside of the server itself...
**** Error [8/19/2020 3:11:56 PM] *****
Experienced an exception while executing [ReportItemExists]; The request failed with HTTP status 403: Forbidden.
System.Web.Services
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.GetItemType(String ItemPath)
at Mongoose.MGReportProcessor.SsrsReportProcessor.ReportItemExists(String reportServerDeploymentMode, String reportServerUrl, String itemPath, String itemType)
***** Error [8/19/2020 3:11:56 PM] *****
Experienced an exception while executing [ReportItemExists]; The request failed with HTTP status 403: Forbidden.
System.Web.Services
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.GetItemType(String ItemPath)
at Mongoose.MGReportProcessor.SsrsReportProcessor.ReportItemExists(String reportServerDeploymentMode, String reportServerUrl, String itemPath, String itemType)
***** Error [8/19/2020 3:11:57 PM] *****
Experienced an exception while executing [RenderReport]; Unable to connect to the remote server
System
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.ReportExecutionService.ListSecureMethods()
at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods()
at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname)
at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname)
at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.ExecuteTReturn
at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
at Microsoft.Reporting.WinForms.ServerReport.GetParameters()
at Mongoose.MGReportProcessor.SsrsReportProcessor.RenderReport()
<InnerException>No connection could be made because the target machine actively refused it xx.xxx.x.xxx:xxx</InnerException>