nice idea, In our case, we would also have to build a cross reference to all the 'F' VOC's whose actual filenames are different from their ID's, since we have a lot of longer filenames with truncated unix filenames.
Or is there a system cross reference file already setup we could tap. George > -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Baakkonen, Rodney A (Rod) 46K > Sent: Thursday, July 16, 2009 5:10 PM > To: U2 Users List > Subject: Re: [U2] More questions on indexing > > One more thing that we do. We build a database of our indexes every > night using a 'cron'. It does a > find / \( -name 'idx001' -o -name 'X_*' \) at a UNIX level. > > The results of this 'find' are then passed into a Unidata program. > Using > a combination of LIST.INDEX and INDICES we get all the info we need to > build the index and write a record to a database using the FILE.NAME as > the key. We then have a process to rebuild indexes using this database. > So if I want to re-build an index. I just type REBUILD.INDEX file name > and everything gets redone. This is really nice for when you have a > file > with 10 indexes and you want to rebuild it. -Rod > > _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
