473,322 Members | 1,522 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,322 software developers and data experts.

Help - script stopped working

Hello, I am new here, but read many posts over the past year or so which has helped my business.

We have a dedicated server running a script to call a remote XML file using the following code:
Expand|Select|Wrap|Line Numbers
  1.  strXSLFile=server.MapPath("comparison.xsl") 
  2. remote_file_name="theadvisory-p.xml"
  3. response.ContentType="text/html"
  4. dim objXML, objXSL
  5. set objXML=server.CreateObject("MSXML2.DOMDocument")
  6. set objXSL=server.CreateObject("MSXML2.DOMDocument")
  7. objXML.async=False
  8. objXSL.async=False
  9. objXML.setProperty "ServerHTTPRequest",true
  10. objXML.load "http://www.domain.co.uk/xmlfeed/XMLdata/"&remote_file_name
  11. objXSL.load (strXSLFile)
  12. response.write objXML.transformNode(objXSL)
  13. set objXML=nothing
  14. set objXSL=nothing
  15.  
The code has been running fine until this morning when it suddenly stopped, I have uploaded it to our shared server where it runs fine, but just wont work on our dedicated server.

Could anyone please shed some light on what could be the issue?

This is the dedicated server: http://www.compareandconvey.co.uk/test-remote-read.asp

This is the shared server: http://www.web-conveyancing.co.uk/te...emote-read.asp

Any help would be appreciated
Apr 9 '08 #1
1 1741
Problem solved, I think it was caused by the new IP addresses that we added yesterday
Apr 10 '08 #2

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

Similar topics

8
by: lawrence | last post by:
I'm a beginner with Javascript and especially cross-browser Javascript. I got this working in IE, but not in Netscape 7. It seems like, in Netscape, every time I click on a button, the focus shifts...
6
by: Andy | last post by:
I'm not sure why my checkbox code is not working as per intended. It always keeps saying "Please select the department" even though I check the department... appreciate any help. <!DOCTYPE HTML...
2
by: Jeffrey T. | last post by:
I had some JavaScript functions defined in the <SCRIPT> section at the top of an aspx page (tested fine there). I then moved the JavaScript functions to their own separate file and then...
5
by: dhnriverside | last post by:
Hiya Okay, I'm working on a page with a lot of validation, and I needed to do some "instant" validation, so I pulled in the JS file so I could write some client side code to check validation. ...
23
by: keyser_Soze | last post by:
I have MS Visual Studio 2003 on Windows XP Pro. I have IIS running on this machine and I am trying to debug some existing code which has both ASP and ASP.NET components. When I try and launch...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
2
by: dhallmark | last post by:
The following VB script stopped working after installing Internet Explorer 7. This is done using an Intranet web site. Can anyone tell me why it stopped working since it worked just fine prior to...
2
by: bigmentor | last post by:
Good Morning Folks I have bought and own a copy of ASPImage. Installed on my Internet server. Works like a Dream writing and saving image files containing text. My brain seems to have...
3
by: GazK | last post by:
I have been using an xml parsing script to parse a number of rss feeds and return relevant results to a database. The script has worked well for a couple of years, despite having very crude...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.