Prev: unable to delete column
Next: Changing rows by Columns
From: Chetan on 10 May 2010 02:45 have written a code using SRS 2005 where report will download in PDF/ EXCEL format. All work fines except when we downoad same report concurrenlty. When same report is downloaded by 4-5 users simultaneously some of the users get error: Exception:System.Net.WebException: The request failed with HTTP status 405: Method Not Allowed 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) for this error on web it is mentioned that, try to use .asmx instead of .wsdl but I called asmx only. The reports works fine for single user when downloaded. Why sometimes it is not working? Is the issue with SRS web service
From: epdAaronK on 19 May 2010 20:15 what edition of windows are you using? On May 9, 11:45 pm, Chetan <chetan.sar...(a)gmail.com> wrote: > have written a code using SRS 2005 where report will download in PDF/ > EXCEL format. All work fines except when we downoad same report > concurrenlty. > > When same report is downloaded by 4-5 users simultaneously some of the > users get error: > > Exception:System.Net.WebException: The request failed with HTTP status > 405: Method Not Allowed 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) > > for this error on web it is mentioned that, try to use .asmx instead > of .wsdl but I called asmx only. > > The reports works fine for single user when downloaded. Why sometimes > it is not working? Is the issue with SRS web service
From: Chetan on 20 May 2010 23:19 I managed to resolve it. Basically one of the class object is made static, so it is giving the error. Created new instance every time solved the issue. "Chetan" wrote: > have written a code using SRS 2005 where report will download in PDF/ > EXCEL format. All work fines except when we downoad same report > concurrenlty. > > When same report is downloaded by 4-5 users simultaneously some of the > users get error: > > Exception:System.Net.WebException: The request failed with HTTP status > 405: Method Not Allowed 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) > > for this error on web it is mentioned that, try to use .asmx instead > of .wsdl but I called asmx only. > > The reports works fine for single user when downloaded. Why sometimes > it is not working? Is the issue with SRS web service > . >
|
Pages: 1 Prev: unable to delete column Next: Changing rows by Columns |