Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not enough memory to complete,, Err# 43
Message
From
18/02/2011 07:47:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01500594
Message ID:
01500683
Views:
59
>All of a sudden we are getting the following error:
>
>"Not enough memory to complete this operations" - Error # 43
>(When trying to save an order).
>
>They also get the "Run Command Failed" error, when the application needs to run an external Executable.
>
>- What could be causing this ?
>
>- How can I check the amount of memory available in Windows ? (Not from VFP, but from the Windows Run command).
>And then find out what is occupying that memory space ?
>
>Any ideas would be appreciated.
>Thanks

Test limiting memory with something like:

= SYS(3050, 1, VAL(SYS(3050, 1, 0)) / 3)
= SYS(3050, 2, VAL(SYS(3050, 2, 0)) / 3)

or specific:

=SYS(3050, 1, 512*1024*1024)
=SYS(3050, 2, 512*1024*1024)

see: http://msdn.microsoft.com/en-us/library/z5z3a4y8%28v=vs.80%29.aspx

and after a command that does a lot of processing:

= SYS(1104)

There is also this bug:
http://support.microsoft.com/kb/957235#appliesto
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform