sourceuno
Posts: 225 Joined: Mon Apr 09, 2001 3:58 pm
Post
by sourceuno » Mon Jul 02, 2001 7:27 am
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?
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Mon Jul 02, 2001 9:15 am
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
Post
by sourceuno » Mon Jul 02, 2001 10:32 am
The size of the file is 2,097,164 KB and there is 78.2 GB of free space.
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Mon Jul 02, 2001 10:44 am
You are probably running on a system where files are limited to 2GB, and have reached that limit.
John Turnbull
Thunderstone Software
Kai
Site Admin
Posts: 1272 Joined: Tue Apr 25, 2000 1:27 pm
Post
by Kai » Mon Jul 02, 2001 10:44 am
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
Post
by sourceuno » Mon Jul 02, 2001 12:01 pm
Do you know of a way to increase the file size limit in Windows 2000?
Kai
Site Admin
Posts: 1272 Joined: Tue Apr 25, 2000 1:27 pm
Post
by Kai » Mon Jul 02, 2001 12:20 pm
Only 32-bit files are currently supported under the Windows version of Texis. We are working on 64-bit file support however.