Error while running metamorph search query

Post Reply
barry.marcus
Posts: 288
Joined: Thu Nov 16, 2006 1:05 pm

Error while running metamorph search query

Post by barry.marcus »

Not sure what this error means, or what I might do to give Texis more buffers (if I even can do that). It occured when running a particularly complex query

<!-- 011 [backgroundSearch]:434: Buffer size 0 too small (need 8) for item 479 of page 0x6d400e0 of B-tree (temp RAM DBF) in the function fbtgetnext -->
User avatar
Kai
Site Admin
Posts: 1270
Joined: Tue Apr 25, 2000 1:27 pm

Error while running metamorph search query

Post by Kai »

It's referring to the available space on a fixed-size page in a B-tree; there's no way to increase the buffer size there. The B-tree is essentially saying it backed itself into a corner somehow.

If you're able to reproduce the error with a relatively small and fixed data set, let tech support know.
User avatar
John
Site Admin
Posts: 2595
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error while running metamorph search query

Post by John »

Depending on what operations are happening you might try the SQL statement:

set btreecachesize = 40;

to see if that changes anything.
John Turnbull
Thunderstone Software
Post Reply