473,508 Members | 2,032 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

msxml6.dll error '80072ee7' The server name or address could not be resolved

1 New Member
Hi There,


We are migrating our ASP application from Windows 2000 to 2008 R2. Currently,I am getting below error in win 2008 R2 while accessing one of our webservice.


msxml6.dll error '80072ee7'

The server name or address could not be resolved


Error is occuring at:
oXMlHTTP.Send

The Code used is as follows.

************************************************** ***********
Expand|Select|Wrap|Line Numbers
  1. <%
  2.  
  3. Dim oXMLHTTP
  4. Dim strStatusTest
  5. Dim sxml
  6. Dim strErrorCode
  7. Dim strErrorCode1 
  8. Dim objDispatch
  9. Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.6.0")
  10.  
  11. oXMLHTTP.setTimeouts 5000, 60000, 10000, 100000
  12. oXMLHTTP.setProxy 2, "proxydetails",""
  13. oXMLHTTP.setOption 2, 13056
  14. oXMlHTTP.Open "GET","https://www.webservice.com/Download/xmldownload.jsp?reportId=XMLDownload.XML&ServiceID=ABCD12345&userID=Userid&password=password",False
  15. oXMlHTTP.Send
  16. If oXMLHTTP.Status = 200 Then
  17.  
  18.     sxml = oXMLHTTP.responseXML.xml
  19. response.ContentType = "text/xml"
  20. Response.Write(oXMLHTTP.responseXML.xml)
  21.  
  22.   End If
  23. Set oXml = Server.CreateObject("Microsoft.XMLDOM")
  24.     oXml.async = false
  25.     oXml.loadXML sxml
  26.     strErrorCode =  oXml.documentElement.childNodes(0).childNodes(0).text
  27.     myLog.WriteLine strErrorCode
  28.     Response.Write(strErrorCode)
  29.     myLog.WriteLine strErrorCode1
  30.     Response.Write(strErrorCode1)
  31.  
  32.     %>
  33.  
  34. <HTML>
  35. <HEAD>
  36. </HEAD>
  37. <BODY>
  38. <%
  39.  
  40. %>
  41. </BODY>
  42. </HTML>
  43.  
************************************************** ********

The same URL i am to browse in IE, I have also installed the certificate issued for that webservice,

Any help in much appreciated,


Thanks,
Rajkumar
Oct 26 '15 #1
0 2781

Sign in to post your reply or Sign up for a free account.

Similar topics

2
13343
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
5003
by: steven virnig | last post by:
A server with SQL 2000 installed is moving to a new physical location. Our company standards mean that the name of the server and the IP address of the server will change also. This SQL instance...
1
1782
by: ruca | last post by:
hi, Can Anyone tell me or indicate some sites to get information, what's the differences between calling my Web Application with an Ip Address or the Server Name??? Example: Ip Address...
1
2276
by: Lyners | last post by:
What I need - To retrieve the server name that the ASP application is running on. Why - Our current intranet is on a network where we have users that are on a domain and some that are not. Using...
0
1216
by: dmlinliverpool | last post by:
I am running VS.net 2005 Express and Sql Server 2005 Express. The DB and VS are both on the same PC. I cannot connect to a database from within VS. In Database Explorer I click Connect To...
1
6392
by: vinaykeshav | last post by:
hi, I had a web proj which i overwrite with another copy of solution from a n/w place to update the files... but after doing this the web doesnt load... all other web applications doesnt have...
3
7075
by: cmk817 | last post by:
Hi All, I'm just starting out (sort of)... and i can't even get connected to a database. We have an intranet server running CF... I'm trying to connect using dreamweaver... something funky is...
8
4004
by: msnews.microsoft.com | last post by:
Our IT team relocated our application servers yesterday. They had to take one machine out of the cluster because it would prompt users for credentials if accessed using the IP address, which I...
1
4608
by: Don Roberts | last post by:
I have five websites with my hosting service. I built them all with FrontPage. Several months ago, my web host removed FrontPage extensions from its servers. That meant I could longer access and open...
0
7125
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
7328
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
7388
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...
1
7049
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7499
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...
1
5055
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4709
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1561
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
767
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.