RE: [U2] Disappearing Indexes on UniVerse

2007-09-16 Thread Bernard Lubin
PROTECTED] On Behalf Of Bernard Lubin Sent: Sunday, July 08, 2007 4:21 PM To: u2-users@listserver.u2ug.org Subject: [U2] Disappearing Indexes on UniVerse I have several instances of indexes disappearing. The symptom is as follows: The index file is still present at unix, but it looks like it has been re

RE: [U2] Disappearing Indexes on UniVerse

2007-07-10 Thread John Jenkins
Every problem I have seen here was caused by running index operations while a file was in use. Golden rules: 1. Make sure no-one is using the file 2. REALLY make sure no-one is using the file 3. REALLY, REALLY make sure (you get the idea). fuser -u name of Unix file name This is your friend

Re: [U2] Disappearing Indexes on UniVerse

2007-07-09 Thread Ray Wurlod
Could be that RESIZE isn't re-creating the index pathname in the file's header - which, if true, would be a bug. A workaround would be to follow the RESIZE with a SET.INDEX command to re-inform the hashed file about the location of its indexes. --- u2-users mailing list

RE: [U2] Disappearing Indexes on UniVerse

2007-07-09 Thread Jerry Banker
-users@listserver.u2ug.org Subject: [U2] Disappearing Indexes on UniVerse I have several instances of indexes disappearing. The symptom is as follows: The index file is still present at unix, but it looks like it has been re-initialised (It looks like someone has manually deleted the index, then re

[U2] Disappearing Indexes on UniVerse

2007-07-08 Thread Bernard Lubin
I have several instances of indexes disappearing. The symptom is as follows: The index file is still present at unix, but it looks like it has been re-initialised (It looks like someone has manually deleted the index, then re-issued the CREATE-INDEX without running the BUILD.INDEX) This seems