My AREV application runs on AREV 3.12.
When I tried to rebuild index for a table, i got the following error message:-
'BUILDINDEX_SUB' lINE 1. B703 Variable exceeds maximum length.
Line 1 'BUILDINDEX_SUB' broke because a run time error was encountered.
!
Does anybody have any idea on it?
Thks in advance
Do you have a quickdex / rightdex on the file? If you do then remove it.
At TCL
DICT FILENAME
Then hit F6 and
then remove the Quickdex / Rightdex.
Steve
Could be a related index getting too large also. Do a listindex to see if any related indexes exist. If so do a: LIST filename WITH SIZE GE 32000
If there are any hits this could be the cause of the error. Solution could be complicated - either purge data, use smaller relational keys or design a different way to track relations.