Re: [U2] Indexes have disappeared

2008-04-25 Thread Louie Bergsagel
I just found out that the original indexes had a virtual path (correct terminology?) (../directory.name), which didn't work with the new version of UniVerse (10.2.7), so our vendor changed them to a physical path (u2/ directory.name), which didn't match our other system. So now we do a SET.INDEX

RE: [U2] Indexes have disappeared

2008-04-25 Thread JPB-U2UG
To: u2-users@listserver.u2ug.org Subject: Re: [U2] Indexes have disappeared I just found out that the original indexes had a virtual path (correct terminology?) (../directory.name), which didn't work with the new version of UniVerse (10.2.7), so our vendor changed them to a physical path (u2

RE: [U2] Indexes have disappeared

2008-04-23 Thread JPB-U2UG
Certified Solutions Expert -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Louie Bergsagel Sent: Tuesday, April 22, 2008 7:06 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Indexes have disappeared No, but how could it have worked

Re: [U2] Indexes have disappeared

2008-04-23 Thread Richard Nuckolls
Are the file systems truly identical, or are you using symbolic links to make them look the same? Use SET.INDEX filename INFORM to see where your index is really pointing. -Rick On Apr 22, 2008, at 3:12 PM, Louie Bergsagel wrote: We use flashcopy to move data from one computer to another,

RE: [U2] Indexes have disappeared

2008-04-23 Thread John Jenkins
Otherwise - did you make any changes to the indexes and copy the files while the change was In progress? Regards JayJay --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Indexes have disappeared

2008-04-22 Thread iggchamp
Hi Louie, Did you perform a SET.INDEX after moving the data? -- Original message -- From: Louie Bergsagel [EMAIL PROTECTED] We use flashcopy to move data from one computer to another, and recently noticed that UniVerse is no longer recognizing the indexes even

Re: [U2] Indexes have disappeared

2008-04-22 Thread Wally Terhune
Subject [U2] Indexes have disappeared 04/22/2008 04:12 PM

RE: [U2] Indexes have disappeared

2008-04-22 Thread Hona, David S
] On Behalf Of Louie Bergsagel Sent: Wednesday, 23 April 2008 8:13 AM To: U2 Subject: [U2] Indexes have disappeared We use flashcopy to move data from one computer to another, and recently noticed that UniVerse is no longer recognizing the indexes even though they are copied along with the files. We

Re: [U2] Indexes have disappeared

2008-04-22 Thread Louie Bergsagel
We've never done a SET.INDEX, but the indexes used to work just fine. I wonder if they have to be set once and they work until the next upgrade? -- Louie --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Indexes have disappeared

2008-04-22 Thread Louie Bergsagel
No, but how could it have worked before? If a SET.INDEX was required, wouldn't it have to be executed after every copy? We've never done that. On Tue, Apr 22, 2008 at 4:32 PM, Wally Terhune [EMAIL PROTECTED] wrote: Identical file system path to the files and indexes? --- u2-users mailing

RE: [U2] Indexes have disappeared

2008-04-22 Thread Hona, David S
Of Louie Bergsagel Sent: Wednesday, April 23, 2008 10:06 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Indexes have disappeared No, but how could it have worked before? If a SET.INDEX was required, wouldn't it have to be executed after every copy? We've never done that. On Tue, Apr 22, 2008

RE: [U2] Indexes have disappeared

2008-04-22 Thread David Murray
:[EMAIL PROTECTED] On Behalf Of Louie Bergsagel Sent: Tuesday, April 22, 2008 7:19 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Indexes have disappeared We've never done a SET.INDEX, but the indexes used to work just fine. I wonder if they have to be set once and they work until the next

Re: [U2] Indexes have disappeared

2008-04-22 Thread iggchamp
] cc stserver.u2ug.org Subject [U2] Indexes have disappeared 04/22/2008 04:12 PM Please respond to [EMAIL PROTECTED] er.u2ug.org We use flashcopy to move data from one computer to another, and recently noticed that UniVerse is no longer recognizing the indexes even

RE: [U2] Indexes

2008-03-17 Thread Eric Armstrong
You can also do the same with the LIST.DIFF, LIST.UNION, LIST.INTER, etc. commands. Eric -Original Message- From: Tom Dodds [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 6:38 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Indexes I recently put together a Tech Tip

RE: [U2] Indexes

2008-03-16 Thread Ray Wurlod
Ya left out LIST.INTER, LIST.UNION and LIST.DIFF commands! These, admittedly, work with saved - rather than active, in-memory - Select Lists. - Original Message - From: Tom Dodds [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] Indexes Date: Fri, 14 Mar 2008 08

RE: [U2] Indexes

2008-03-16 Thread Tom Dodds
Got me. Thanks Tom Dodds -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Sunday, March 16, 2008 6:59 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Indexes Ya left out LIST.INTER, LIST.UNION and LIST.DIFF commands

[U2] Indexes

2008-03-14 Thread Dennis Bartlett
My dumb question for the day (just cant remember how to... and the manual's example is too simplistic...) How do I programmatically get an index value out, eg I have a STOCK file, and a REPAIRS file. Whoever designed this needs their head read, but the repairs file only has the stock code as a

RE: [U2] Indexes

2008-03-14 Thread Symeon Breen
March 2008 10:04 To: u2-users@listserver.u2ug.org Subject: [U2] Indexes My dumb question for the day (just cant remember how to... and the manual's example is too simplistic...) How do I programmatically get an index value out, eg I have a STOCK file, and a REPAIRS file. Whoever designed this needs

Re: [U2] Indexes

2008-03-14 Thread Raul_Dominguez
At the universe tcl: SELECT REPAIR SAVING UNIQUE STOCK.ID Providing the the id to the STOCK file is in a field called STOCK.ID. Raul - Original Message - From: Dennis Bartlett [EMAIL PROTECTED] Sent: 03/14/2008 12:03 PM ZE2 To: u2-users@listserver.u2ug.org Subject: [U2] Indexes

RE: [U2] Indexes

2008-03-14 Thread Brian Leach
March 2008 10:04 To: u2-users@listserver.u2ug.org Subject: [U2] Indexes My dumb question for the day (just cant remember how to... and the manual's example is too simplistic...) How do I programmatically get an index value out, eg I have a STOCK file, and a REPAIRS file. Whoever

RE: [U2] Indexes

2008-03-14 Thread Tom Dodds
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Friday, March 14, 2008 5:38 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Indexes I would use the SAVING clause on a select of the repairs file to build a list of stock id's then use a merge list

RE: [U2] Indexes

2008-03-14 Thread Dennis Bartlett
Thanks! This is by far the easiest, and it works! -Original Message- [EMAIL PROTECTED] wrote: At the universe tcl: SELECT REPAIR SAVING UNIQUE STOCK.ID --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Indexes

2008-03-14 Thread Scott Ballinger
There is no function like the T correlative to translate to an indexed file from a dict item, so you will need to do in BASIC as an I-type. The command is BSCAN, e,g. BSCAN BVAL,ID.LIST FROM FV,ID USING FIELDNAME ELSE BVAL = ID.LIST contains an AM delimited list of keys to records in file FV

RE: [U2] Indexes

2008-03-14 Thread Brutzman, Bill
Subject: [U2] Indexes My dumb question for the day (just cant remember how to... and the manual's example is too simplistic...) How do I programmatically get an index value out, eg I have a STOCK file, and a REPAIRS file. Whoever designed this needs their head read, but the repairs file only has

RE: [U2] Indexes

2008-03-14 Thread David Murray
, 2008 6:04 AM To: u2-users@listserver.u2ug.org Subject: [U2] Indexes My dumb question for the day (just cant remember how to... and the manual's example is too simplistic...) How do I programmatically get an index value out, eg I have a STOCK file, and a REPAIRS file. Whoever designed this needs

RE: [U2] Indexes

2008-03-14 Thread Jerry Banker
: [U2] Indexes There is no function like the T correlative to translate to an indexed file from a dict item, so you will need to do in BASIC as an I-type. The command is BSCAN, e,g. BSCAN BVAL,ID.LIST FROM FV,ID USING FIELDNAME ELSE BVAL = ID.LIST contains an AM delimited list of keys

RE: [U2] Indexes

2008-03-14 Thread Anthony Youngman
are then associated with each stock id SELECTINDEX STOCK.ID, STOCK.ID FROM F.REPAIR Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: 14 March 2008 13:44 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Indexes Thanks

[U2] Indexes on distributed files

2006-03-22 Thread Mac Bhyat
Hi, I having the following problem with indexes on a distributed file Scenario - I have a distributed file split by years - 1997 (1) 1998 = 2 1999 = 3 I create an index on the main file, and build the index (this creates index files for each part file on the filesystem) Now i'm trying

RE: [U2] Indexes on distributed files

2006-03-22 Thread Perry Taylor
Unfortunately, BSCAN is not supported on distributed files in UniVerse. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mac Bhyat Sent: Wednesday, March 22, 2006 5:08 AM To: u2-users@listserver.u2ug.org Subject: [U2] Indexes on distributed files Hi, I

RE: [U2] Indexes on distributed files

2006-03-22 Thread Perry Taylor
. Mark Baldridge wrote something that does this very thing and you probably can get it from them. Hope this helps some. Perry -Original Message- From: Mac Bhyat [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 7:21 AM To: Perry Taylor Subject: RE: [U2] Indexes on distributed

[U2] Re: U2 Indexes

2004-11-23 Thread Moderator
I've had some recent e-mails asking where the U2-user and U2-community indexes can be found. Here are two good answers: http://news.gmane.org/gmane.comp.db.u2.general/ http://www.indexinfocus.com/ - Charles Barouch, Moderator [demime 1.01d removed an attachment of type text/x-vcard