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

Preguntas similare

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



Respuesta Responder a este mensaje
#2 Pedro Luna Montalvo, MVP
26/01/2005 - 16:49 | Informe spam
La propiedad ConnectionTimeOut determina el tiempo maximo para establecer
una conexion.

Para el tiempo de espera de ejecucion del comando, usa la propiedad
CommandTimeout, del objeto SqlCommand.

Saludos
Pedro Luna, [MVP VB.NET]
Gye, Ecu


"William" escribió en el mensaje
news:
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
>
>
>
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida