Secondary Indices on Distributed Files

2004-02-09 Thread gcanedy
I've got a Distributed File that I'm trying to create indices on. Four of the fields are D-Types, and CREATE.INDEX runs fine for them. Three fields though, are I-Types (that are compiled and working), where CREATE.INDEX gives the following error: I-descriptor must be compiled before execu

Re: Secondary Indices on Distributed Files

2004-02-10 Thread gcanedy
For some strange reason, the DICT of each Part File needed to contain copies of the I-Types from the Distributed File's DICT in order for CREATE.INDEX to work correctly. Next question... To avoid having to copy DICT items to all the Part Files each time a change is made, I updated the VOC pointe

Re: Secondary Indices on Distributed Files

2004-02-10 Thread gcanedy
Sorry, forgot to mention: UniVerse 9.5 on AIX 4.3.2 [EMAIL PROTECTED]

[UV] BSCAN error accessing Distributed Files with Indexes

2004-02-20 Thread gcanedy
We have converted a file from a Static Hashed file to a Distributed File with 3 Parts: POLICY --> POLICY.PART1 POLICY.PART2 POLICY.PART3 Each Part File points back to the D_POLICY file for its Dictionary in order to reduce the overhead of maintaining 4