insert error

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

insert error

Post by sourceuno »

I get the following error when trying to perform an insert on a table that has about 300,000 records:

Can't read start pointers from KDBF file mytable.blb: error 0: Unknown error in the function kdbf_read_start while processing url ...

Is my table corrupt?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

insert error

Post by John »

How big is the mytable.blb file? Is there enough free disk space on the drive?
John Turnbull
Thunderstone Software
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

insert error

Post by sourceuno »

The size of the file is 2,097,164 KB and there is 78.2 GB of free space.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

insert error

Post by John »

You are probably running on a system where files are limited to 2GB, and have reached that limit.
John Turnbull
Thunderstone Software
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

insert error

Post by Kai »

You've reached the 2GB file size limit of 32-bit filesystems. You'll have to split the table into several smaller tables, or purchase a version of Texis that supports 64-bit files, such as on the Alpha or Solaris 2.[67].
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

insert error

Post by sourceuno »

Do you know of a way to increase the file size limit in Windows 2000?
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

insert error

Post by Kai »

Only 32-bit files are currently supported under the Windows version of Texis. We are working on 64-bit file support however.
Post Reply