RE: [U2] Disappearing Indexes on UniVerse

2007-09-16 Thread Bernard Lubin
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL 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. T

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 This is your friend here - check each file c

RE: [U2] Disappearing Indexes on UniVerse

2007-07-09 Thread Jerry Banker
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-initialised (It looks like someone has manually deleted the inde

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 u2-users@listserver.u

[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 to