I get the following sometimes when I try to either remove a record from a table or drop the entire table:
<!-- 006 /texisUpdate/DelByID:24: Cannot delete value (Elwood) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:24: Cannot delete value (Park Forest) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:26: Cannot delete value (San Diego) from index d:\morph3\texis\mktDB\mkt2000007LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:27: Cannot delete value (San Diego) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:29: Cannot delete value (fairview) from index d:\morph3\texis\mktDB\mkt2000014LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:30: Cannot delete value (fairview) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:26: Cannot delete value (El Paso) from index d:\morph3\texis\mktDB\mkt2000007LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:27: Cannot delete value (El Paso) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:29: Cannot delete value (Spring Lake) from index d:\morph3\texis\mktDB\mkt2000014LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:30: Cannot delete value (Spring Lake) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
The records seem to be deleted fine, I just get these messages occasionally. What do they mean?
<!-- 006 /texisUpdate/DelByID:24: Cannot delete value (Elwood) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:24: Cannot delete value (Park Forest) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:26: Cannot delete value (San Diego) from index d:\morph3\texis\mktDB\mkt2000007LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:27: Cannot delete value (San Diego) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:29: Cannot delete value (fairview) from index d:\morph3\texis\mktDB\mkt2000014LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:30: Cannot delete value (fairview) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:26: Cannot delete value (El Paso) from index d:\morph3\texis\mktDB\mkt2000007LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:27: Cannot delete value (El Paso) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:29: Cannot delete value (Spring Lake) from index d:\morph3\texis\mktDB\mkt2000014LocationCity.btr -->
<!-- 006 /texisUpdate/DelByID:30: Cannot delete value (Spring Lake) from index d:\morph3\texis\mktDB\mkt2000000LocationCity.btr -->
The records seem to be deleted fine, I just get these messages occasionally. What do they mean?