Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
XML
data.xmlanalysis
mappoint.webservice
msf
msxml-webrelease
netmyservices.sdk
passport.sdk
soap
soapsdk
uddi.general
uddi.programming
uddi.specification
xml
xmlsqlwebrelease
xsl
  
 
date: Mon, 8 Sep 2008 00:49:00 -0700,    group: microsoft.public.xml        back       


MSXML 4.0 SP2 "Not enough storage available to complete operation"   
Hi guys,

I have a difficulty in uploading a file via msxml 4.0 sp2 from client to 
server database.
It gives me error message:

Not enough storage is available to complete this operation

The file size is 70MB.

The machine environment is:
- 3 GB RAM
- More than 5GB disk space 
- 2GB Virtual Memory
- VB6

I able to upload a file with file size 50MB+.

The technical part that create error:
.dataType = "bin.base64"
.nodeTypedValue = < file in binary with 70MB >

I have done research on the issue and there's no definite answer on it.
Hope you guys can help me >.<

Many thanks!
date: Mon, 8 Sep 2008 00:49:00 -0700   author:   Darryl Lee Darryl

Re: MSXML 4.0 SP2 "Not enough storage available to complete operation"   
There is a limit on posted message data set by the receiving server. Or is 
the error occurring when you try to convert the data to Base 64?

-- 

Joe Fawcett (MVP - XML)

http://joe.fawcett.name

"Darryl Lee" <Darryl Lee@discussions.microsoft.com> wrote in message 
news:AB061640-2581-4B2F-8133-CB30DE293635@microsoft.com...
> Hi guys,
>
> I have a difficulty in uploading a file via msxml 4.0 sp2 from client to
> server database.
> It gives me error message:
>
> Not enough storage is available to complete this operation
>
> The file size is 70MB.
>
> The machine environment is:
> - 3 GB RAM
> - More than 5GB disk space
> - 2GB Virtual Memory
> - VB6
>
> I able to upload a file with file size 50MB+.
>
> The technical part that create error:
> .dataType = "bin.base64"
> .nodeTypedValue = < file in binary with 70MB >
>
> I have done research on the issue and there's no definite answer on it.
> Hope you guys can help me >.<
>
> Many thanks!
date: Tue, 9 Sep 2008 08:05:02 +0100   author:   Joe Fawcett am

Re: MSXML 4.0 SP2 "Not enough storage available to complete operation"   
"Darryl Lee" <Darryl Lee@discussions.microsoft.com> wrote in message 
news:AB061640-2581-4B2F-8133-CB30DE293635@microsoft.com...
> Hi guys,
>
> I have a difficulty in uploading a file via msxml 4.0 sp2 from client to
> server database.
> It gives me error message:
>
> Not enough storage is available to complete this operation
>
> The file size is 70MB.
>
> The machine environment is:
> - 3 GB RAM
> - More than 5GB disk space
> - 2GB Virtual Memory
> - VB6
>
> I able to upload a file with file size 50MB+.
>
> The technical part that create error:
> .dataType = "bin.base64"
> .nodeTypedValue = < file in binary with 70MB >
>
> I have done research on the issue and there's no definite answer on it.
> Hope you guys can help me >.<
>

What are you uploading to?
Are you using XmlHttp?
Why would you want to stuff 70MB of data into an XML file?
70MB binary = 93MB base64.
What component is actually throwing the error, the client side code or the 
server.


-- 
Anthony Jones - MVP ASP/ASP.NET
date: Tue, 9 Sep 2008 08:22:48 +0100   author:   Anthony Jones

RE: MSXML 4.0 SP2 "Not enough storage available to complete operation"   
-------------------------
There is a limit on posted message data set by the receiving server. Or is 
the error occurring when you try to convert the data to Base 64? 
-------------------------
The error message appread right during the binary value is assign to 
.nodeTypedValue. The "< file in binary with 70MB >" is a function where it 
converts a 70MB+ .pdf file (or any file that 70MB+) to byte() array. The 
function is processed smoothly


------------------------
What are you uploading to? 
Are you using XmlHttp? 
Why would you want to stuff 70MB of data into an XML file? 
70MB binary = 93MB base64. 
What component is actually throwing the error, the client side code or the 
server. 
------------------------
These are the actual codes:-
****************************************
Dim returnDom As New DOMDocument
Set objValue2 = returnDom.createElement("BinaryData")
objValue2.dataType = "bin.base64"
objValue2.nodeTypedValue = GlobalFunc_GetFileBinaryContent(sOpenDocFile)
****************************************
-I'm using DOMDocument
-I want to use MSXML to upload a file from client vb6 to a website server, 
where the website will store the file as binary into SQL Server
-The component throws the error at client side

Thanks a lot for the replies. hope my info can help.
date: Tue, 9 Sep 2008 01:54:06 -0700   author:   Darryl Lee

RE: MSXML 4.0 SP2 "Not enough storage available to complete operat   
I'm still struggling in this issue. Really appreciate if anyone can help. 
Thanks a lot.
date: Sun, 21 Sep 2008 19:57:01 -0700   author:   Darryl Lee

MSXML 4.0 SP2 "Not enough storage available to complete operation   
I'm still struggling in this issue. Really appreciate if anyone can help. 
Thanks a lot.
date: Sun, 21 Sep 2008 20:00:01 -0700   author:   Darryl Lee

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us