Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting "Not enought storage space......" error(ASP-XML)

Status
Not open for further replies.

SatishPutcha

Programmer
Mar 12, 2002
256
IN
Hello All,

I have a large file of 35MB containing multiple XML files.

I want to save each file into MSAccess using ASP. So I am getting the file as string using XMLHTTP, splitting at the &quot;<?xml version=&quot;1.0&quot; ?>&quot; tag, making an XML file, saving into database and then deleting the XML file.

I am getting this error:

************************************************************
MSXML3.DLL error '8007000e'

Not enough storage is available to complete this operation.

/iissamples/pap/pgb_xmltoaccess.asp, line 19&quot;
************************************************************

Line 19 has the following code:

************************************************************
splitXML = Split(obj_xmlhttp.responsetext,&quot;<?xml version=&quot;&quot;1.0&quot;&quot; ?>&quot;)
***********************************************************

Why am I getting this error and what can be done correct it?

I think it is related to the size of the file(35MB). Is this correct?

I am using PWS.

Please help!!!

REGARDS
SATISHKUMAR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top