Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 14th, 2006, 10:26 PM
Guest
 
Posts: n/a
Default 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


  #2  
Old December 14th, 2006, 10:26 PM
Anthony Jones
Guest
 
Posts: n/a
Default Re: XMLDOM PROBLEM ON WIN2003


<in da clubwrote in message news:ubAy2M3HHHA.3616@TK2MSFTNGP06.phx.gbl...
Quote:
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)
Quote:
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?



  #3  
Old December 14th, 2006, 10:26 PM
Guest
 
Posts: n/a
Default Re: XMLDOM PROBLEM ON WIN2003

Response.Write xml.parseError.reason
returned


Not enough storage is available to process this command.


  #4  
Old December 14th, 2006, 10:26 PM
Guest
 
Posts: n/a
Default Re: XMLDOM PROBLEM ON WIN2003

and there is no problem with disk space or memory storage..


  #5  
Old December 19th, 2006, 09:15 AM
Joe Fawcett
Guest
 
Posts: n/a
Default Re: XMLDOM PROBLEM ON WIN2003

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:O6Fxm34HHHA.2232@TK2MSFTNGP02.phx.gbl...
Quote:
and there is no problem with disk space or memory storage..
>

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles