Dear colleagues:
I come to you, because it is the first time that I have encountered this problem, which I have investigated a lot through documentation and I cannot find the solution.
I have an Informix IDS 7.31 TD6 engine on Windows 10, which is mounted as a test, to be able to make the modifications in it and then pass them to the production engine that is in a Windows 2008 Server.
The problem that I have in the test server is the following:
I run the following query:
SELECT cv.Rowid Row1, cvc.Rowid Row2
FROM cbtes_vence cv, OUTER (cbtes_vence_cptos cvc)
WHERE cv.idsucursal = cvc.idsucursal
AND cv.cbte_type = cvc.cbte_type
AND cv.grupo_cbte = cvc.grupo_cbte
AND cv.letra_cbte = cvc.letra_cbte
AND cv.nrocbte = cvc.nrocbte
AND cv.nrorenglon = cvc.nrorenglon
AND cv.nrovto = cvc.nrovto
INTO TEMP xx Missing WITH NO LOG;
And I get the error message "
SQL Error (-264): Could not write to a temporary file. [ISAM error -131: ISAM error: no free disk space"
But in the data chunks I have more than 12GB available, and I have created 30 temporary dbspaces of 2GB each, making a total of 60GB, which is a lot.
I have declared each of the temporary dbspaces in the ONCONFIG configuration variable DBSPACETEMP as indicated in the manuals, separated by commas and without spaces between them.
I got to install a third engine on a PC, but the same error keeps getting.
I hope some of you can help me.
In advance, I am very grateful for your time and attention.
Greetings!
Gustavo Echenique
------------------------------
Gustavo Echenique
------------------------------
#Informix