473,395 Members | 1,656 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

MSXML3 error '80072efd' in ASP 3

I wonder if anyone might be able to help me on this one. I am using
MSXML3 in ASP to do a POST to a JSP page that's on the same server as my
ASP page. The error I get is:

msxml3.dll error '80072efd'
A connection with the server could not be established
/xmlhttp.asp, line 19

Line 19 reads, "xmlhttp.send PostString" and PostString is a valid POST
string.

I have confirmed that the JSP page is working properly by creating a
separate HTML page that does the same POST to the JSP, all is fine with
that. Additionally, I can POST to the JSP using EXACTLY the same code
which fails with the above error, provided I do it from a remote server.

So the problem seems to be something to do with the MSXML3.dll on the
server. Having googled for this issue I have not been able to find
anything of consequence except for one forum post where someone said they
have run across the same error, which would only occur when trying to do
a POST via MSXML *to the same server*.

Can anyone suggest a possible resolution to this issue?

Thanks in advance!
FB
Jul 22 '05 #1
4 18035
It seems to me that your server may not be able to resolve the host name
you're using. Try using the IP address of the server in the URL and see if
that makes any difference.

Ray at work

"Charlie Company" <ch*****@viet.nam> wrote in message
news:Xn****************************@216.196.97.131 ...
I wonder if anyone might be able to help me on this one. I am using
MSXML3 in ASP to do a POST to a JSP page that's on the same server as my
ASP page. The error I get is:

msxml3.dll error '80072efd'
A connection with the server could not be established
/xmlhttp.asp, line 19

Line 19 reads, "xmlhttp.send PostString" and PostString is a valid POST
string.

I have confirmed that the JSP page is working properly by creating a
separate HTML page that does the same POST to the JSP, all is fine with
that. Additionally, I can POST to the JSP using EXACTLY the same code
which fails with the above error, provided I do it from a remote server.

So the problem seems to be something to do with the MSXML3.dll on the
server. Having googled for this issue I have not been able to find
anything of consequence except for one forum post where someone said they
have run across the same error, which would only occur when trying to do
a POST via MSXML *to the same server*.

Can anyone suggest a possible resolution to this issue?

Thanks in advance!
FB

Jul 22 '05 #2
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
news:ep**************@TK2MSFTNGP14.phx.gbl:
It seems to me that your server may not be able to resolve the host
name you're using. Try using the IP address of the server in the URL
and see if that makes any difference.


It's the same physical server. I'm using Request.ServerVariables
("SERVER_NAME") to get the server name. Unfortunately using the IP address
doesn't work because of multi-homing being activated on the box. Or am I
missing something?

Thanks for the attempt though, Ray.

Jul 22 '05 #3
Using Request.ServerVariables("SERVER_NAME") doesn't guarantee name
resoltion. That variable will return what's in the URL, such as
www.yourdomain.kom. If your machine doesn't have a good DNS server set, it
won't be able to resolve that name, even though it's itself.

Ray at work

"Charlie Company" <ch*****@viet.nam> wrote in message
news:Xn****************************@216.196.97.131 ...
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
news:ep**************@TK2MSFTNGP14.phx.gbl:
It seems to me that your server may not be able to resolve the host
name you're using. Try using the IP address of the server in the URL
and see if that makes any difference.


It's the same physical server. I'm using Request.ServerVariables
("SERVER_NAME") to get the server name. Unfortunately using the IP address
doesn't work because of multi-homing being activated on the box. Or am I
missing something?

Thanks for the attempt though, Ray.

Jul 22 '05 #4
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
news:OD**************@TK2MSFTNGP10.phx.gbl:
Using Request.ServerVariables("SERVER_NAME") doesn't guarantee name
resoltion. That variable will return what's in the URL, such as
www.yourdomain.kom. If your machine doesn't have a good DNS server
set, it won't be able to resolve that name, even though it's itself.


Well well welly well. Seems that name resolution was indeed the problem. I
aliased the site's IP to its name and used the IP, and Bob's my auntie's
live-in lover. Thanks so much for helping me to resolve this issue.
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Nigel Murdoch | last post by:
I have an online ordering site that returns this error message when an order is submitted which is supposed to fire a confirmation email. The complete error is: msxml3.dll error '80072ee7' ...
1
by: shubha | last post by:
Good Evening, I am using vb component in asp to get the google results. By running asp file i am getting error as Error Type: msxml3.dll (0x800C0005) The system cannot locate the resource...
3
by: delraydog | last post by:
I'm having a problem on Windows 2003 Server with this script. It appears to be a problem with MS XML 4.0 as this code was working fine under MS XML 3.0 and Windows XP or 2000. Any ideas? The...
0
by: Vinod | last post by:
Hi, I am getting this error in the notify-url of the paypal msxml3.dll error '80072f06' The host name in the certificate is invalid or does not match can you guys help me up regards vinod
5
by: ram | last post by:
Hi i AM USING VISUAL STUDIO.NET FOR MY ASP.NET PROGRAMS. I would like to access xml files using MSXML3.0 parser. Can any body tell me the syntax of "Import" statement to call this control in my...
0
by: Jim | last post by:
Can anyone think why Im getting the following message when I try to write to an XML fill using IIS but when I upload it to my web server it writes no problem? I've enabled write acces to the XML...
1
by: JordanRieger | last post by:
Here is a nasty issue that has been giving me grief for the last couple days. This requires good knowledge of IIS, MSXML, and Windows/NTFS permissions. We have an existing ASP (VBScript) app...
1
by: xxx300xxx | last post by:
Hey everyone, we recently switched over to godaddy.com for our hosting and all of a sudden myu asp is not working. It shows: msxml3.dll error '800c0005' The system cannot locate the resource...
4
by: Mike | last post by:
I have an asp page that is calling the msxml2.dll to open a XML file. When I load the page for the first time I get msxml3.dll error '80070005' Access Denied Error but when I refresh the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.