Why this error may occur?
Posted: Mon Jun 20, 2016 8:13 pm
Why this error may occur?
Line 8686:
Could such an error occur due to congestion of the processor?
Line 8686:
Code: Select all
CLOSE ALL
Donnay Software Web Forums
http://bb.mobile.donnay-software.com/Donnay/
http://bb.mobile.donnay-software.com/Donnay/viewtopic.php?f=2&t=1909
Code: Select all
CLOSE ALL
I don't know what would cause your processor to become congested, but I have had problems with mine becoming constipated.Could such an error occur due to congestion of the processor?
Code: Select all
Function ABOCLoseAll()
***********************
LOCAL bError , aWorkareas , x, y
bError := ErrorBlock( {|e| Break(e)} )
aWorkAreas := workspacelist()
y := len(aWorkAreas)
for x = 1 to y
BEGIN SEQUENCE
(aWorkAreas[x])->(DbClearRelation())
(aWorkAreas[x])->(DbCloseArea())
ENDSEQUENCE
next
ErrorBlock(bError)
bError := nil
Return nil
EH 1006 // two many memory-objects: there are not enough handles.Eugene Lutsenko wrote:Error Codes: EH: 1006 Sub: 0(0) OS: 0 XPP: 15
I thought so. I now have on the local computer running two processing process, requiring large computational resources. will work for several days. Intelligent processing of large data. On the server it is generally not possible to process due to memory limitations.Auge_Ohr wrote:EH 1006 // two many memory-objects: there are not enough handles.Eugene Lutsenko wrote:Error Codes: EH: 1006 Sub: 0(0) OS: 0 XPP: 15
XPP 15 XPP_ERR_MEMORY_FULL Not enough memory or swapping space available.
No. But I tried to run it through TeamViewer on a computer at work, and there occurs the same. It seems impossible to make an indexed array to the base with 2 million recordsCliff Wiernik wrote:Where can you find a listing of the descriptions for those error codes?
don't know where ( ASCN ?) i got it, here it is EH Error List found in PDR 6356Cliff Wiernik wrote:Where can you find a listing of the descriptions for those error codes?
Many thanks! I almost did lemmatization (rus). I will make - will placeAuge_Ohr wrote:don't know where ( ASCN ?) i got it, here it is EH Error List found in PDR 6356Cliff Wiernik wrote:Where can you find a listing of the descriptions for those error codes?