<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Dec 2014 14:19:00 Z</lastBuildDate><pubDate>18 Dec 2014 13:30:00 Z</pubDate><description>Hi,&#13;
the following code works just fine in a WD17application and a HFSQL v17 database:&#13;
&#13;
// Describe an immediate backup&#13;
Backup_Doc is hBackupDescription&#13;
Backup_Doc..Description = "Doc Backup"&#13;
Backup_Doc..WithIndex = True&#13;
Backup_Doc..ProgressBar = "PROGBAR_ProgBarHand"&#13;
Backup_Doc..Destination =MyDirectory&#13;
Backup_Doc..Source = "*"&#13;
Backup_Doc..LimitNumberBackups = 0&#13;
// Save the backup&#13;
nMyBackup=HBackup(myconnect, Backup_Doc)&#13;
///////////////////////////////////////////////////////////////////////&#13;
&#13;
When I upgrade this app/code to WD19 and HFSQL 19 - it gives an error - near the end of the backup - saying .."Not enough storage is available to process this command(8)".&#13;
and an errorcode 70151 (which means INSUFFICIENT MEMORY)&#13;
&#13;
I get the same error with the WD19 app and HFSQL 17 ....&#13;
&#13;
Any Ideas ?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev/read.awp</link><title>HFBackup in WinDEV 19</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49565/read.awp</comments><pubDate>22 Dec 2014 14:19:00 Z</pubDate><description>Hi Ola,&#13;
I tested it and it happens on Windows 2012R2 Server (also 2008R2) and Windows 7, Windows 8 and 8.1 !!!!&#13;
&#13;
The same cod…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49565/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49565/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev/read.awp">HFBackup in WinDEV 19</source><title>Re: HFBackup in WinDEV 19</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49563/read.awp</comments><pubDate>22 Dec 2014 13:44:00 Z</pubDate><description>Hi Steven,&#13;
&#13;
What is the OS? If it is Win 8 or Win8.1, then it may be a problem with the OS. I have seen similar kinds of (wron…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49563/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49563/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev/read.awp">HFBackup in WinDEV 19</source><title>Re: HFBackup in WinDEV 19</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49542/read.awp</comments><pubDate>18 Dec 2014 18:32:00 Z</pubDate><description>Hi Ned,&#13;
yes I have a lot of space.&#13;
I sent a report to PCSoft about the problem, but in the meantime I bypassed the problem cha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49542/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49542/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev/read.awp">HFBackup in WinDEV 19</source><title>Re: HFBackup in WinDEV 19</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49538/read.awp</comments><pubDate>18 Dec 2014 14:25:00 Z</pubDate><description>Hi Steven,&#13;
&#13;
The error message reads like it it has two meanings:&#13;
1) Not enough memory&#13;
2) Not enough hard disk space...&#13;
&#13;
Qu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49538/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev-49538/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49537-hfbackup-windev/read.awp">HFBackup in WinDEV 19</source><title>Re: HFBackup in WinDEV 19</title></item></channel></rss>
