We are seeing errors loading on a couple Visual Foxpro9 tables with CDX index files. The error is an NPE. If I delete the CDX file, there is no error.
To debug, I called REINDEX ALL ON tablename. This gave me the error:
Failed to reindex file for Can't parse index expression group+userid
This leads me to believe that the problem is due to a column that is a reserved word (group). The other table has an index on the column "order".
We have no control over the name of the column or the fact that it needs to be indexed. Is there any way around this error? Can we programmatically ignore the CDX file?
|
>Failed to reindex file for Can't parse index expression group+userid
Failed to recur your issue. Please download the latest package, and try REINDEX ALL ON tablename again. "group+userid" and "order" should have been supported.
|
The latest package solved the problem. Thank you.
|