error '80004005' . objeto Microsoft.XMLHTTP

17/10/2005 - 12:59 por qui_soc_jo | Informe spam
hola a to2.
estoy usando el objeto CreateObject("Microsoft.XMLHTTP") con mi asp para
poder enviar a una direccion url unos sms.
utilizo lo siguiente
Set GetConnection = CreateObject("Microsoft.XMLHTTP")
GotothisURL="http://direcion url"
' Conect to specified URL
GetConnection.Open "get", GotothisURL, False
GetConnection.Send
' ResponsePage is the response we will get when visiting GotothisURL
ResponsePage = GetConnection.responseText
Set GetConnection = Nothing


Me funciona bien pero de vez en cuando me aparece el siguiente error:
error '80004005'
Unspecified error

y me indica la linea GetConnection.Send

alguien puede ayudarme?

Preguntas similare

Leer las respuestas

#1 Jhonny Vargas P. [MVP]
17/10/2005 - 15:53 | Informe spam
Hola,

En vez de usar el componente "XMLHTTP" usa "SERVERXMLHTTP.4.0" o el
"SERVERXMLHTTP.3.0"

y vuelve a probar.


Saludos,
Jhonny Vargas P.
Santiago de Chile
http://msmvps.com/jvargas



"motki" escribió en el mensaje
news:
hola a to2.
estoy usando el objeto CreateObject("Microsoft.XMLHTTP") con mi asp para
poder enviar a una direccion url unos sms.
utilizo lo siguiente
Set GetConnection = CreateObject("Microsoft.XMLHTTP")
GotothisURL="http://direcion url"
' Conect to specified URL
GetConnection.Open "get", GotothisURL, False
GetConnection.Send
' ResponsePage is the response we will get when visiting GotothisURL
ResponsePage = GetConnection.responseText
Set GetConnection = Nothing


Me funciona bien pero de vez en cuando me aparece el siguiente error:
error '80004005'
Unspecified error

y me indica la linea GetConnection.Send

alguien puede ayudarme?

email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida