-- Generated by BladeSmith 3.70.TC1 DO NOT MODIFY. -- -- Modified outside BladeSmith to add nearest-neighbor error messages .-ERLT01 RLT01: unable to get key value from row .-ERLT02 RLT02: unable to create new root for rtree index .-ERLT03 RLT03: unable to allocate memory to start the index scan .-ERLT04 RLT04: _find_best_page for insert failed .-ERLT05 RLT05: _find_leaf page for insert failed .-ERLT06 RLT06: unable to generate new page version number .-ERLT07 RLT07: get meta-data for index failed during rollback .-ERLT08 RLT08: unable to get meta-data for index page .-ERLT09 RLT09: unable to get the next row, index scan failed .-ERLT10 RLT10: unable to start the scan .-ERLT11 RLT11: insert new row failed .-ERLT12 RLT12: move item from old page to new page during split failed .-ERLT13 RLT13: unable to create empty index .-ERLT14 RLT14: rtree page split failed .-ERLT15 RLT15: delete item from page failed .-ERLT16 RLT16: insert into page failed .-ERLT17 RLT17: update item on the page failed .-ERLT18 RLT18: unable to update meta-data of the page .-ERLT19 RLT19: update of the parent node failed .-ERLT20 RLT20: unable to allocate new page for index. (out of space?) .-ERLT21 RLT21: unable to release generic page buffer .-ERLT22 RLT22: unable to close an index page cursor .-ERLT23 RLT23: unable to get next item on the index page .-ERLT24 RLT24: unable to open an index page cursor .-ERLT25 RLT25: unable to get index page information .-ERLT26 RLT26: insert into generic page failed .-ERLT27 RLT27: read from generic page failed. (Row locked?) .-ERLT28 RLT28: update item on generic page failed. (Row locked?) .-ERLT29 RLT29: size of meta-data for index page is incorrect .-ERLT30 RLT30: incorrect number of keys - only single key allowed .-ERLT31 RLT31: index tuple does not point to the correct child .-ERLT32 RLT32: unable to allocate more memory .-ERLT33 RLT33: rtree allow scan on single column only .-ERLT34 RLT34: out of memory .-ERLT35 RLT35: unable to start the index scan .-ERLT36 RLT36: unable to close the index .-ERLT37 RLT37: delete from index failed .-ERLT38 RLT38: unable to end the scan .-ERLT39 RLT39: insert item into index failed .-ERLT40 RLT40: unable to open index for operation .-ERLT41 RLT41: unable to set index for rescan .-ERLT42 RLT42: unable to close the partition for index .-ERLT43 RLT43: unable to drop partition for index .-ERLT44 RLT44: unable to open partition for index .-ERLT46 RLT46: rtree does not support unique key .-ERLT45 RLT45: rtree does not support clustered indexing .-ERLT47 RLT47: the table descriptor is not for an rtree index .-ERLT48 RLT48: unknown rtree log rec .-ERLT49 RLT49: unknown key value .-ERLT50 RLT50: attempt to create multi-column rtree - not allowed .-ERLT51 RLT51: incorrect number of strategy functions, must be between 4 and 8 .-ERLT52 RLT52: incorrect number of support functions, must be 3 or 4 .-ERLT53 RLT53: version mismatch in rtree, need to upgrade your index .-ERLT54 RLT54: unable to start the index scan .-ERLT55 RLT55: unable to end the index scan .-ERLT56 RLT56: unable to start index for rescan .-ERLT57 RLT57: unable to continue the index scan, may have encountered a locked row .-ERLT58 RLT58: page version number mismatch - index is inconsistent .-ERLT59 RLT59: no parttition number for redo .-ERLT60 RLT60: redo info/index delete failed .-ERLT61 RLT61: redo info/index insert failed .-ERLT62 RLT62: redo info/index update failed .-ERLT63 RLT63: redo leaf delete failed .-ERLT64 RLT64: redo leaf insert failed .-ERLT65 RLT65: redo leaf update failed .-ERLT66 RLT66: variable size bounding box is not allowed in rtree .-ERLT67 RLT67: unable to create user data for index .-ERLT68 RLT68: unable to deallocate user data for index .-ERLT69 RLT69: unable to create udr capsule from FUNC_DESC .-ERLT70 RLT70: cannot create rtree index in non-logging database .-ERLT71 RLT71: unable to lock partition .-ERLT72 RLT72: rtree update failed .-BRTR00 Rtree unknown error, code 0 .-BRTR01 Rtree error, assertion failed. File %FILE%, line %LINE% .-BRTR02 Rtree internal error. File %FILE%, line %LINE% .-BRTR03 Rtree index cannot be unique .-BRTR04 Rtree index cannot be clustered .-BRTR05 Rtree index cannot have composite key .-BRTR06 Rtree error - could not read record in new root during search for parent. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR07 Rtree error - could not obtain page for anchor. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR08 Rtree error - could not obtain page for root. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR09 Rtree error - could not get page info about root. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR10 Rtree error - could not link split page with new root; possible multi-level tree growth. File %FILE%, line %LINE% .-BRTR11 Rtree error - error in user-defined SIZE function during node split, status = %PARM1%. File %FILE%, line %LINE% .-BRTR12 Rtree error - cannot drop index; table open for output. File %FILE%, line %LINE% .-BRTR13 Rtree error - error in user-defined UNION function during node split, status = %PARM1%. File %FILE%, line %LINE% .-BRTR14 Rtree error - trouble releasing buffer latches. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR15 Rtree error - could not open rsam cursor during page split. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR16 Rtree error - could not read record during page split. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR17 Rtree error - bad strategy function number: %PARM1%. File %FILE%, line %LINE% .-BRTR18 Rtree error - incorrect number of support functions - %PARM1% supplied, min = %PARM2%, max = %PARM3%. File %FILE%, line %LINE% .-BRTR19 Rtree error - incorrect number of strategy functions - %PARM1% supplied, min = %PARM2%, max = %PARM3%. File %FILE%, line %LINE% .-BRTR20 Rtree error - could not find user-defined function %PARM1%. File %FILE%, line %LINE% .-BRTR21 Rtree error - required EQUAL or CONTAINS function missing. File %FILE%, line %LINE% .-BRTR22 Rtree error - could not create user-defined function descriptor from ID. File %FILE%, line %LINE% .-BRTR23 Rtree error - could not read function capsule. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR24 Rtree error - could not create user-defined function descriptor from capsule. File %FILE%, line %LINE% .-BRTR25 Rtree error - could not allocate memory. %PARM1% bytes requested. File %FILE%, line %LINE% .-BRTR26 Rtree error - could not convert rsam partition number to rsam file descriptor. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR27 Rtree error - could not close rsam partition. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR28 Rtree error - could not obtain page for capsule. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR29 Rtree error - could not read names record from anchor page. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR30 Rtree error - could not find user-defined corruption test function %PARM1%. File %FILE%, line %LINE% .-BRTR31 Rtree error - no function ID for corruption test function %PARM1%. File %FILE%, line %LINE% .-BRTR32 Rtree error - could not create function descriptor for corruption test function %PARM1% from ID. File %FILE%, line %LINE% .-BRTR33 Rtree error - could not determine whether partition is a temporary table. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR34 Rtree error - could not determine whether x-lock held on the partition. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR35 Rtree error - could not begin rsam savepoint for node split. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR36 Rtree error - could not get rsam page information. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR37 Rtree error - could not obtain new page for node split. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR38 Rtree error - could not end rsam savepoint. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR39 Rtree error - could not read page version number (PVN) record. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR40 Rtree error - read wrong-size page version number (PVN) record. Expected %PARM1% bytes, read %PARM2%. Wrong index version? File %FILE%, line %LINE% .-BRTR41 Rtree error - could not update page version number (PVN) record. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR42 Rtree error - could not read glue record. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR43 Rtree error - could not read anchor record. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR44 Rtree error - anchor slot appears to have PVN - old version 9.1 index? File %FILE%, line %LINE% .-BRTR45 Rtree error - read wrong-size anchor record. Expected %PARM1% bytes, read %PARM2%. Wrong index version? File %FILE%, line %LINE% .-BRTR46 Rtree error - index version mismatch - expected %PARM1%, read %PARM2% .-BRTR47 Rtree error - could not delete to move item. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR48 Rtree error - could not insert to move item. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR49 Rtree error - could not insert. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR50 Rtree error - could not delete. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR51 Rtree error - could not update. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR52 Rtree error - could not open rsam partition. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR53 Rtree error - name too long for version 9.1: %PARM1%. File %FILE%, line %LINE% .-BRTR54 Rtree error - could not begin rsam savepoint to create new root. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR55 Rtree error - could not obtain page for new root. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR56 Rtree error - could not end rsam savepoint while creating new root. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR57 Rtree error - PVN (page version number) error during scan: %PARM1% on stack, not found in list. Index may be corrupted. File %FILE%, line %LINE% .-BRTR58 Rtree error - could not open rsam cursor during scan. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR59 Rtree error - could not read next record using rsam cursor. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR60 Rtree error - internal index record size does not match expected size. Expected %PARM1% bytes, read %PARM2%. File %FILE%, line %LINE% .-BRTR61 Rtree error - could not close rsam cursor. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR62 Rtree error - could not open page cursor to search new root for parent. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR63 Rtree error - read wrong-size names record. Expected %PARM1% bytes, read %PARM2%. File %FILE%, line %LINE% .-BRTR64 Rtree error - parent-child disconnect during upward change propagation. File %FILE%, line %LINE% .-BRTR65 Rtree error - could not read index entry. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR66 Rtree error - could not open rsam page cursor during index update. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR67 Rtree error - no rsam partition number for redo. File %FILE%, line %LINE% .-BRTR68 Rtree error - could not open rsam partition for redo. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR69 Rtree error - leaf insert failed during redo. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR70 Rtree error - leaf delete failed during redo. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR71 Rtree error - bad log record type during redo. File %FILE%, line %LINE% .-BRTR72 Rtree error - could not open rsam partition for undo. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR73 Rtree error - no rsam partition number for undo. File %FILE%, line %LINE% .-BRTR74 Rtree error - delete failed during undo of insert. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR75 Rtree error - insert failed during undo of delete. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR76 Rtree error - bad log record type during undo. File %FILE%, line %LINE% .-BRTR77 Rtree error - could not lock rsam partition with %PARM1%. File %FILE%, line %LINE%. RSAM error %RSERR% .-BRTR78 Rtree error executing strategy function for internal index nodes. File %FILE%, line %LINE% .-BRTR79 Rtree error executing strategy function for index leaf nodes. File %FILE%, line %LINE% .-BRTR80 Rtree error - invalid key on insert. File %FILE%, line %LINE% .-BRTR81 Rtree error - invalid new key for update. File %FILE%, line %LINE% .-BRTR82 Rtree error - invalid old key for update. File %FILE%, line %LINE% .-BRTR83 Rtree error - error in user-defined EQUAL function during update, status = %PARM1%. File %FILE%, line %LINE% .-BRTR84 Rtree error - invalid key for delete. File %FILE%, line %LINE% .-BRTR85 Rtree error - no bbox display function for index check. File %FILE%, line %LINE% .-BRTR86 Rtree error - no bbox print function for index check. File %FILE%, line %LINE% .-BRTR87 Rtree error - bad index check options: %PARM1%. File %FILE%, line %LINE% .-BRTR88 Rtree error - could not set trace level to %PARM1% for trace class %PARM2% .-BRTR89 Rtree error - could not set trace output file to %PARM1% .-BRTR90 Rtree error - missing user_data record in %PARM1% - should rlt_open() be called? File %FILE%, line %LINE% .-BRTR91 Rtree error - inconsistent bbox data size: %PARM1% in user data record, %PARM2% for inserted item. File %FILE%, line %LINE% .-BRTR92 Rtree error - could not create capsule from function descriptor. File %FILE%, line %LINE% .-BRTR93 Rtree error - could not get capsule length. File %FILE%, line %LINE% .-BRTR94 Rtree error - index is marked non-revertible, possibly because of long names. File %FILE%, line %LINE% .-BRTR95 Rtree error - bad capsule length: %PARM1% bytes read, computed length %PARM2%. File %FILE%, line %LINE% .-BRTR96 Rtree error - could not revert capsule. File %FILE%, line %LINE% .-BRTR97 Rtree error - error in user-defined EQUAL function, status = %PARM1%. File %FILE%, line %LINE%"" .-BRTR98 Rtree error - Sapi call resulted in failure. File %FILE%, line %LINE% .-BRTR99 All fragments of the Rtree index are empty. .-BRTRA0 Rtree error - could not get funcmap for opclass function number %PARM1%.File %FILE%, line %LINE% .-BRTRA1 Rtree error - could not get function address for opclass function number%PARM1%. File %FILE%, line %LINE% .-BRTRA2 Rtree error - could not get fparam for opclass function number %PARM1%.File %FILE%, line %LINE% .-BRTRN1 Unknown R-tree check option(s): %PARM1% .-BRTRN2 %PARM1% Errors found. Repair index, or drop and recreate .-BRTRN3 R-tree error - Can't get check desc from vii. .-BRTRN4 %PARM1% :Invalid R-tree check option syntax. .-BRTRN5 %PARM1% :Invalid R-tree decimal value. .-BRTRN6 R-tree Error - parsing error. File %FILE%, line %LINE% .-BRTRN7 Warning: Parent and child bounding boxes are not equal. .-BRTRN8 Page Version Number mismatch(index-pvn:%PARM1%, child-pvn:%PARM2%) .-BRTRN9 Parent: .-BRTRO0 Child: .-BRTRO1 Warning: Leaf tuple not contained in parent's bounding box .-BRTRO2 Leaf Tuple: .-BRTRO3 Child %PARM1%, Fullness %PARM2% .-BRTRO4 User Pages Only: data %PARM1%, free %PARM2%, overhead %PARM3% .-BRTRO5 Data record on page %PARM1%: size %PARM2%, rowid %PARM3%/%PARM4% .-BRTRO6 Node: Level %PARM1%, Pagenum %PARM2%, Usage %PARM3%, No. of Children %PARM4%, right %PARM5% .-BRTRO7 Tree Depth: %PARM1% .-BRTRO8 Internal Pages: %PARM1% .-BRTRO9 Leaf Pages: %PARM1% .-BRTRP0 Empty Pages: %PARM1% .-BRTRP1 Total Pages: %PARM1% .-BRTRP2 Root page items: %PARM1% .-BRTRP3 Leaf Page Tuples: %PARM1% .-BRTRP4 Internal Page Tuples: %PARM1% .-BRTRP5 Avg. Leaf Page Tuples per Leaf Page: %PARM1% .-BRTRP6 Space utilization: .-BRTRP7 Total Space: %PARM1% .-BRTRP8 Free Space: %PARM1% .-BRTRP9 Total Page Overhead: %PARM1% .-BRTRQ0 User Data Space: %PARM1% .-BRTRQ1 User Free Space: %PARM1% .-BRTRQ2 User Page Overhead: %PARM1% .-BRTRQ3 Total: user data: %PARM1%, free %PARM2%, overhead %PARM3% .-BRTRQ4 Bounding Box .-BRTRQ5 Information for Partition num: %PARM1% .-BRTRA3 Rtree error - Call to support function 'rtreeSFCbits' to get number of bits for spatial key failed. File %FILE%, line %LINE% .-BRTRA4 Rtree error - Unsupported number of bits for spatial key: %BITS%. Only 32 bits and 64 bits are allowed for spatial key. File %FILE%, line %LINE% .-ERTRA5 Rtree error - Call to support function 'rtreeSFCvalue' to compute spatial key failed. File %FILE%, line %LINE% .-BRTRC5 Rtree error - Call to support function 'rtreeLoThreshold' to get large object threshold for the index-column type failed. File %FILE%, line %LINE% .-BRTRC0 Rtree error - Header size too big: %BBOX%. File %FILE%, line %LINE%. .-BRTRC6 Rtree error - Invalid large object threshold specified by support function rtreeLoThreshold: %LOT%. File %FILE%, line %LINE%. .-BRTRA6 Rtree error - Internal error. Set read/write buffer size too small: %SRW%. File %FILE%, line %LINE%. .-BRTRB0 Rtree error - Internal error. Pointer in internal buffer to hold lvarchar is NULL. File %FILE%, line %LINE%. .-BRTRA7 Rtree error - Call to support function 'rtreeSetUnion' to compute union of array of bounding boxes failed. File %FILE%, line %LINE% .-BRTRA9 Rtree error - Internal error. Bottom-up build cleanup ended up in bad level (< 0). File %FILE%, line %LINE%. .-BRTRA8 Rtree error - Internal Error. Bottom-up build cleanup resulted in multiple root pages. File %FILE%, line %LINE%. .-BRTRB8 Rtree error - Invalid value specified for BOTTOM_UP_BUILD parameter in create index stmt: %BUB%. File %FILE%, line %LINE%. .-BRTRB9 Rtree error - Invalid value specified for FILLFACTOR parameter in create index stmt: %FILL%. File %FILE%, line %LINE%. .-BRTRC3 Rtree error - Invalid value specified for SORT_MEMORY parameter in create index stmt: %MEM%. File %FILE%, line %LINE%. .-BRTRB1 Rtree error - Function 'srtopen' failed with error: %SERR%. File %FILE%, line %LINE%. .-BRTRB2 Rtree error - Function 'srtwrite' failed with error: %SERR%. File %FILE%, line %LINE%. .-BRTRB3 Rtree error - Function 'srtexec' failed with error: %SERR%. File %FILE%, line %LINE%. .-BRTRB4 Rtree error - Function 'srtread' failed with error: %SERR%. File %FILE%, line %LINE%. .-BRTRB5 Rtree error - Function 'srtclose' failed with error: %SERR%. File %FILE%, line %LINE%. .-BRTRB7 Rtree error - Sort Routine Failed because of lack of TEMPDBSPACE. File %FILE%, line %LINE%. .-BRTRC1 Rtree error - Index key size too big: %SIZE%. Reduce large object threshold. Key size should be less than or equal to (1960 - bounding_box_size)/2. File %FILE%, line %LINE%. .-BRTRC2 Rtree error - Illegal bounding box size: %SIZE%. Total key size including bounding box should be less than or equal to (1960 - bounding_box_size)/2. File %FILE%, line %LINE%. .-BRTRB6 Rtree error - Call to strategy function 'Contains' failed when checking for bounding box expansion. File %FILE%, line %LINE%. .-BRTRC4 Call to Info() support function resulted in error. FILE %FILE%, line %LINE% .-BRTRC7 The size of datum is greater than max size specified by blade. Check if a funcional index is being built. It may not be supported. .-BRTRC8 Only one nearest-neighbor function allowed in a scan. File %FILE%, line %LINE%. .-BRTRC9 Number of nodes in priority queue has exceeded limit for nearest-neighbor scan. File %FILE%, line %LINE%. .-BRTRD0 Unable to retrieve key from the base table for a bounding-box only index. File %FILE%, line %LINE%. RSAM error %RSERR%. .-BRTRD1 Error calling nearest-neighbor distance function. status=%PARM1%. File %FILE%, line %LINE%. .-BRTRD2 Nearest-neighbor function '%PARM1%' not found. File %FILE%, line %LINE%. .-BRTRD3 Cannot use OR operator with nearest-neighbor function. File %FILE%, line %LINE%. .-BRTRD4 Nearest-neighbor scans must be read-only. File %FILE%, line %LINE%. .-BRTRD6 Nearest-neighbor scans do not work with a fragmented index. Fragments = %PARM1%. File %FILE%, line %LINE%. .-BRTRD7 Unable to locate keyword 'comp_index_type' in parameter string associated with composite index. File %FILE%, line %LINE%.