473,663 Members | 2,705 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 2799

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

Similar topics

2
13354
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' The server name or address could not be resolved
1
5011
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 name is the same as the server name. Will I have to uninstall and reinstall SQL Server (and recover the databases) when this move is made so that the instance name equals the server name? Is there a stored procedure that changes the instance...
1
1792
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 calling:
1
2281
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 I.P. addresses all the users can access the ASP pages. Using I.P. addresses, no one can use our .net pages because the header that is passed back from the server has extra security that require the end users to "log-in" to the server. This is...
0
1239
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 Database to add an existing DB to the DB Explorer. In the dialog box I navigate to the MDF of my DB and after I click Test Connection it takes some 20 seconds before giving the error ..."Error
1
6400
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 this probs... the err msg is get is :- The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/Servicing'. 'The server name or address could not be resolved'.
3
7083
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 happening when i define a testing server (I'm wanting to use the same directory - so nothing is stored on my localmachine) I have tried everything and i keep gettig the same message when i click on specifiy the RDS login (i know that it is enabled with a...
8
4011
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 guess is what happens when it is accessed through the firewall. However, it works as expected when I use the machine name in place of the IP address. To summarize, the application servers were moved to a new hosting site and one machine is...
1
4644
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 web files for editing. Last Friday (2/6), I downloaded MS Expression Web 4. After logging on to the host servers to do some editing, I began to get this error on my web browser for ALL of my sites -- msxml3.dll error '80072ee7', The server...
0
8435
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8345
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8857
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8768
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7368
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5655
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4181
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
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 we have to send another system

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.