472,125 Members | 1,580 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

XMLDOM PROBLEM ON WIN2003

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
Dec 14 '06 #1
4 1407

<in da clubwrote in message news:ub**************@TK2MSFTNGP06.phx.gbl...
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
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?

Dec 14 '06 #2
Response.Write xml.parseError.reason
returned
Not enough storage is available to process this command.
Dec 14 '06 #3
and there is no problem with disk space or memory storage..
Dec 14 '06 #4
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

<in da clubwrote in message news:O6**************@TK2MSFTNGP02.phx.gbl...
and there is no problem with disk space or memory storage..

Dec 19 '06 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Randy | last post: by
3 posts views Thread by Robert Zurer | last post: by
8 posts views Thread by Mr. x | last post: by
4 posts views Thread by Adrian Parker | last post: by
2 posts views Thread by =?Utf-8?B?YzY3NjIyOA==?= | last post: by
reply views Thread by leo001 | last post: by

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.