Re: [U2] Update the VOC after upgrade?

2012-01-31 Thread John Thompson
Thanks all for the help. I think this is enough to avoid the headache of logging into every account each time I do an upgrade. On Mon, Jan 30, 2012 at 5:58 PM, Boydell, Stuart < stuart.boyd...@spotless.com.au> wrote: > You could run find with xargs at the nix shell... > > find / -name VOC -type

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread Boydell, Stuart
You could run find with xargs at the nix shell... find / -name VOC -type f -print|dirname|xargs uv "UPDATE.ACCOUNT" Caveat emptor: I have not tested this! Stuart From: John Thompson Sent: 31-Jan-12 6:18 To: U2 Users List Subject: [U2] Update the VOC after upgrade

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread Michael Pflugfelder
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Monday, January 30, 2012 5:17 PM To: U2 Users List Subject: Re: [U2] Update the VOC after upgrade? Oh ok. I was asking specifically how to call the

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread John Thompson
On Behalf Of David Wolverton > Sent: Monday, January 30, 2012 4:49 PM > To: 'U2 Users List' > Subject: Re: [U2] Update the VOC after upgrade? > > I think he means to 'include' the 'update' to the VOC as part of each > accounts LOGIN scri

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread Bill Brutzman
Sent: Monday, January 30, 2012 4:49 PM To: 'U2 Users List' Subject: Re: [U2] Update the VOC after upgrade? I think he means to 'include' the 'update' to the VOC as part of each accounts LOGIN script?? Am I reading that right? -Original Me

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread Mitchell, Stewart
The VOC is just a file like any other file in UV. 1. Update at least one account. 2. Create a Q pointer to the VOC in another account 3. Copy the updated records. ** The trick is understand what has been changed in the VOC during an update (step 1) ** Regards, Stewart Mitchell -Original Me

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread David Wolverton
, January 30, 2012 3:37 PM To: U2 Users List Subject: Re: [U2] Update the VOC after upgrade? You mean in the main UV account? I'm not following... On Mon, Jan 30, 2012 at 3:59 PM, Bill Brutzman wrote: > John: > > Consider the script at > >ED VOC LOGIN > > --Bill &

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread John Thompson
You mean in the main UV account? I'm not following... On Mon, Jan 30, 2012 at 3:59 PM, Bill Brutzman wrote: > John: > > Consider the script at > >ED VOC LOGIN > > --Bill > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto: > u2-users-boun...@listserver.u2u

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread Bill Brutzman
John: Consider the script at ED VOC LOGIN --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Monday, January 30, 2012 2:18 PM To: U2 Users List Subject: [U2] Update the VOC after up

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread GCanedy
We recently created a UNIX script to loop through a list of UniVerse account paths (any account that has a VOC file) and then let the script loop through them. Still requires manual input, which I wanted, to verify each account prior to updating. It works pretty quick. First ran this command to