Re: [U2] keeping track of opened files

2012-03-06 Thread Brian Leach
The nearest is to execute PORT.STATUS PORT nn FILEMAP Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ed Clark Sent: 05 March 2012 22:27 To: dgr...@dagconsulting.com; U2 Users List Subject: Re: [U2] keeping

Re: [U2] U2-Users Digest, Vol 35, Issue 4

2012-03-06 Thread Nick Gettino
___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users End of U2-Users Digest, Vol 35, Issue 4 *** Message: 15 We have a phantom that runs for months at a time that

[U2] Indexing I-Desc

2012-03-06 Thread Israel, John R.
I have a select that is taking too long. Many of the fields are I-Descs. Some are extracting a piece of info from the file, some are translates to other files, and some are running subroutines. I understand that danger of indexing a translate or subroutine (if the source data changes, the

Re: [U2] Indexing I-Desc

2012-03-06 Thread Richard A. Wilson
as long as the data truly resides in the file then you should be fine example I F11:*:F20[1,4]:*:F40 etc Rich Israel, John R. wrote: I have a select that is taking too long. Many of the fields are I-Descs. Some are extracting a piece of info from the file, some are translates to other

Re: [U2] Indexing I-Desc

2012-03-06 Thread Dave Davis
As long as all the data comes from the record and/or id itself, you should be fine. You can get into trouble if it comes from another record in the same file or another file entirely, although it can be done if the other file contains stable data - a word index for example, where you have a

[U2] Universe 10.2 to 11.1

2012-03-06 Thread Oaks, Harold
All: Who has upgraded Universe 10.2 to 11.1? Difficult or not? Costs? Time? More generally, I'm addressing anyone using Universe 11.1 coming from any other place. On their website, Rocket states: UniVerse V11.1 adds powerful high availability, interoperability, administration and security

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Chris Austin
Harold, I just did this upgrade about a week ago.. it was super easy. I actually went from 10.1.18 to 11.1.1 and the transition was smooth but there were a couple things to note: 1) Install Universe 11.x under the 'modify' setting. 2) The file paths are diff (c:\ibm\uv vs. c:\u2\uv), so agree

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Chris Austin
Here is the writeup from one user (who upgraded to 11.1): http://nebula-rnd.com/blog/tech/mv/2011/04/u2upgrade2.html Chris From: cjausti...@hotmail.com To: u2-users@listserver.u2ug.org Date: Tue, 6 Mar 2012 14:03:56 -0600 Subject: Re: [U2] Universe 10.2 to 11.1 Harold, I just did

Re: [U2] Indexing I-Desc

2012-03-06 Thread Israel, John R.
Sounds good. Thanks guys John -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis Sent: Tuesday, March 06, 2012 1:51 PM To: U2 Users List Subject: Re: [U2] Indexing I-Desc As long as all the data comes

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Oaks, Harold
Thanks Chris. The link you have is to a user (Tony Gravagno) updating the PE edition. My application is Universe running over hpux so it's a little different setting. I'm looking for anyone who has done 10.2 to 11.1 in that setting (or with o/s linux which would be quite similar). But I think

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread John Thompson
I just went from 10.3.4 on AIX 5.3, to 11.1.4 on Red Hat 6.2 Most of the pain was the operating system conversion and new hardware. The actual Universe stuff was pretty painless. We've only been live for a few days, so I have not had time to play with any new stuff. We had to rebuild our

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread John Thompson
Oh yes and do yourself a favor and create yourself a symlink: /usr/ibm/uv to /usr/uv That way you can avoid any nuisances with Rocket changing the path name on you. On Tue, Mar 6, 2012 at 3:21 PM, John Thompson jthompson...@gmail.comwrote: I just went from 10.3.4 on AIX 5.3, to 11.1.4 on Red

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Oaks, Harold
Thanks - well written! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Tuesday, March 06, 2012 12:21 PM To: U2 Users List Subject: Re: [U2] Universe 10.2 to 11.1 I just went from 10.3.4 on AIX

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Richard Lewis
Some time ago we upgraded our development server to 11.1.1 (hpux) and ran into a couple of bugs involving indexes. Our development server is currently on 11.1.3 with those bugs completely wiped out. We haven't yet been able (schedule-wise, etc.) to get our production server updated, so it is

Re: [U2] keeping track of open files

2012-03-06 Thread jay rappaport
am i missing something here or what?? you would first have to have an idea as the variable that a file has been opened to determine if it is open. without knowing this, all else is worthless. so you find out a file is open, without the file variable you can't do anything anyway. maybe you have