Groups | Blog | Home
all groups > inetserver asp general > december 2006 >

inetserver asp general : XMLDOM PROBLEM ON WIN2003


<in da club>
12/14/2006 12:00:00 AM
It works perfect on my Win xp machine but when i upload the page into my
server which is win2003 it returns 0
What is the possible cause of it ?


Dim xml
Set xml = Server.CreateObject("MSXML.DOMDocument")
xml.async = False
xml.setProperty "ServerHTTPRequest", True
xml.load (http://www.xx.com/Xml/xx.xml)
Set itemList = xml.getElementsByTagName("FENERHABER")
Response.Write itemlist.Length

Anthony Jones
12/14/2006 12:00:00 AM

[quoted text, click to view]


[quoted text, click to view]

Change to:-

Response.Write xml.parseError.reason

Have you tried accessing the resource directly in IE when logged on to an
interactive session on the Win2003 box?


<in da club>
12/14/2006 2:35:57 PM
Response.Write xml.parseError.reason
returned


Not enough storage is available to process this command.

<in da club>
12/14/2006 4:41:01 PM
and there is no problem with disk space or memory storage..

Joe Fawcett
12/19/2006 12:00:00 AM
So how big is the document and how much free RAM is there, you'll need about
4 times the actual document size?

--

Joe Fawcett (MVP - XML)

http://joe.fawcett.name

[quoted text, click to view]

AddThis Social Bookmark Button