I ran Rscope 6.5 on my database and got the following error. How do I fix this. Reload??
'The attribute name and the hash value for the attribute are different'
Thom;
As with almost all structural errors, UNLOAD to a file and RUN the file in a temp
directory to recreate the database. This is the way to resolve 99.99% of structural
errors.
Here is the sequence:
SET NULL -0- OUTPUT <filename> UNLOAD ALL OUTPUT SCREEN
Now, move the file and associated LOB to a temp directory for recreation:
DISCONNECT RUN <filename>
Hope this helps.
Mike ------------------------------------------- Michael Willochell Director, Customer Support R:BASE Technologies, Inc. 3935 Old William Penn Highway Murrysville, PA 15668-1854 Phone: 724-733-0053 FAX: 724-733-0196 URL: www.rbase.com Sales: [EMAIL PROTECTED] Support: [EMAIL PROTECTED] -------------------------------------------

