bkioWrite:Not enough disk space during writting

Ruben Campos

New Member
I have a message in the log file:

09:38:35 SRV 1: bkioWrite:Insuficiente espacio en disco durante write, fd 292, len 16384, offset -2147483648, fichero E:\bases\ems2ind.db. (6091)
09:38:35 SRV 1: bkiowrite: lseek error 131 sobre el fichero 292 en -2147483648, fichero E:\bases\ems2ind.db. (6081)
09:38:35 SRV 1: bkioWrite:Insuficiente espacio en disco durante write, fd 292, len 16384, offset -2147483648, fichero E:\bases\ems2ind.db. (6091)
09:38:35 SRV 1: bkxtn: error de escritura, fichero E:\bases\ems2ind.db errno: 0. (3646)

the translation is: not enough capacity in fixed disk during writting

I check Fixed disk capacity and there is enough capacity, what shoul ti be? and what should I do?

thanks, Regards
 

Ruben Campos

New Member
Possible solution???

thanks for answer my question, but, should I delete data to liberate register space? or do you know how to expand the 2 GB DB capacity?
 

Casper

ProgressTalk.com Moderator
Staff member
Well,

I guess if you can delete the data without a problem then it's a shame that it's in the database already... ;-)
You didn't tell what version you're on. But you can add a new extent to your database.

Casper.
 

Ruben Campos

New Member
version

well, thanks for your answer,


I am using 8.3B Progress Enterprise DB, I alredy erase some data from DB, and now it's working but the same problem is goin on.

thanks again,

Regards
 

vinod_home

Member
from your first post, I guess you have a single volume db. Look up how to create a multi-volume db and that should help you..
 
Top