USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  ASP - Active Server Page
Voltar
Autor Assunto:  Active Server Pages error 'ASP 0113' - URGENTE
LuizRicarte
SÃO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 14/10/2004 09:15 hs            
Olá Pessoal
Estou fazendo uma determinada consulta em SQL SERVER mas esta me apresentando um erro, e qdo rodo esta consulta no Enterprise ou no Query analizer ela roda normal, e me retorna em aproximadamente 4 seg, como o erro é de tempo, eu tentei aumentar o tempo do IIS mas mesmo assim continuo apresentnado o mesmo erro.
 
Rotina:
<%
  Set objConn = Server.CreateObject("ADODB.Connection")
  objConn.Open "IntraTDCS","IUSR_STS51WK3","iusrsts51wk3"
  Set rs = Server.CreateObject("ADODB.Recordset")
  rs.open "Select Distinct NOcorrencia from CAC where dtAbertura='"&request.QueryString("Ano")&request.QueryString("Mes")&"01' and respSolitacao='"&request.QueryString("Responsavel")&"'",objConn
  
  dim cont, dia
  while not rs.eof
  cont=cont+1
  wend
  rs.close
  objConn.close
  dia=cont
  Set rs=Nothing
  Set objConn=Nothing
  Response.Write(cont)%>
 
Erro:
 

Active Server Pages error 'ASP 0113'

Script timed out

/desenvolvimento/restrito/GerenciaCac/Gerencia.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

 

Aguardo uma Ajuda

Obrigado

   
LuizRicarte
SÃO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 14/10/2004 11:04 hs            
Encontrei meu erro..
esqueci do Movenext dentro do While
Valeu
   
Página(s): 1/1    

CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página