Error de timeout

26/01/2005 - 15:28 por Franklin Marcano | Informe spam
Quien me podria ayudar sobre este erro y como hacer para solvertarlo.

Excepción no controlada del tipo
'System.Web.Services.Protocols.SoapException' en system.web.services.dll

Información adicional: System.Web.Services.Protocols.SoapException: Server
was unable to process request. > System.Data.SqlClient.SqlException:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at AdmpsysWebService.EdoCuentaDetallado.EstadoCuentaDetalladoWS(String
SucursalID, String FechaDesde, String FechaHasta, String VendedorID)
End of inner exception stack trace
 

Leer las respuestas

#1 William
26/01/2005 - 16:31 | Informe spam
Estas realizando una consulta que excede los tiempos por default que maneja
el objeto de conexion.

Incrementa el mismo en el objeto SQLConnection revisa la propiedad
ConnectionTimeOut

Saludos

"Franklin Marcano" wrote:


Quien me podria ayudar sobre este erro y como hacer para solvertarlo.

Excepción no controlada del tipo
'System.Web.Services.Protocols.SoapException' en system.web.services.dll

Información adicional: System.Web.Services.Protocols.SoapException: Server
was unable to process request. > System.Data.SqlClient.SqlException:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at AdmpsysWebService.EdoCuentaDetallado.EstadoCuentaDetalladoWS(String
SucursalID, String FechaDesde, String FechaHasta, String VendedorID)
End of inner exception stack trace



Preguntas similares