Re: [U2] [ud] Sub-second delay?

2012-08-29 Thread Drew William Henderson
Thrashing, I believe.  Good times.  Good times. :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charlie Noah
Sent: Tuesday, August 28, 2012 10:33 PM
To: U2 Users List
Subject: Re: [U2] [ud] Sub-second delay?

Yes, Dennis, it did. There are long technical explanations of how it worked, 
but it was indeed a clever, 'techie-appealing' concept. Back in the old 
Microdata days (yes, I'm that old), you could get in big trouble with the 
timeslice approach, though. If your timeslice was 50 ms, after that time 
everything you were doing got saved and the next process in line got the juice. 
There were certain things that released your timeslice, too, such as IO 
operations, etc. If you were doing disk access, and what you were working with 
got paged out of memory, you had to go get it again when your turn came around 
again. If that took too long, you went through the same thing again, and you 
might actually sit there all day and get nothing done. No wonder we worried 
about frame faulting. Ah, those were the days...

Thanks for the trip down memory lane!
Charlie

Tiny Bear's Wild Bird Store
Everything For The Backyard Bird Enthusiast, Except For The Birds
http://www.TinyBearWildBirdStore.com
Toll Free: 1-855-TinyBear (855-846-9232)


On 08-28-2012 9:19 PM, dennis bartlett wrote:
 Who on earth is going to understand what 'release quantum' (RQM) means?
 Still, it worked.. and such a clever, 'techie-appealing' concept - tho 
 I don't know that it ever did what I was told it did, it sure sounded good!

 On 28 August 2012 02:51, Wjhonsonwjhon...@aol.com  wrote:

 How interesting.  RQM isn't even in the online help for Universe 10, 
 but it does compile.


 -Original Message-
 From: David L. Wasylenkod...@pickpro.com
 To: U2 Users Listu2-users@listserver.u2ug.org
 Sent: Mon, Aug 27, 2012 9:41 am
 Subject: Re: [U2] [ud] Sub-second delay?


 Universe only supports an integer for the SLEEP command...

 Try this in unidata:
 001  CRT TIMEDATE()
 002 FOR I=1 TO 5
 003   SLEEP 0.5
 004 NEXT I
 005 CRT TIMEDATE()

 I've no idea if it's supported... but it's worth a shot to test.

 ... david ...

 David L. Wasylenko
 President, Pick Professionals, Inc
 w) 314 558 1482
 d...@pickpro.com


 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org]
 On Behalf Of lar...@wcs-corp.com
 Sent: Monday, August 27, 2012 11:30 AM
 To: U2 Users List
 Subject: Re: [U2] [ud] Sub-second delay?

 RQM is still supported by UniData, but it's now merely a synonym for 
 SLEEP.  NAP is a UV thing, with millisecond granularity.  SLEEP, in 
 both UV and UD, like the *nix sleep command, only counts in whole 
 seconds.

 Larry Hiscock
 Western Computer Services

 RQM was supposed to be merely a command to release quantuum which 
 means to pause until I come back up in the time-slicing round-robin.
 At some point I wonder if they didn't just replace this with a 
 Sleep 1 but that's not really what it was *supposed* to be.

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Mysterious UV Error

2012-08-17 Thread Drew William Henderson
I know this may be really stretching, but is there an ON.EXIT VOC entry that is 
interfering with it?

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald
Sent: Friday, August 17, 2012 4:16 PM
To: U2 Users List
Subject: Re: [U2] Mysterious UV Error

Hi Allen,

Thanks for your thought.  It does look like that, except the same error happens 
with any command - TIME, DATE, etc. all produce the verb 60
not in your VOC message

Jeff

On Fri, Aug 17, 2012 at 2:02 PM, Allen Egerton aeger...@pobox.com wrote:

 Hi Jeff,

 Almost sounds like perhaps it's piping the results of the COUNT back 
 into stdin and re-processing it as a command.




 On 8/17/2012 3:46 PM, Jeff Fitzgerald wrote:
  I have a client who's seeing a very odd UniVerse error.  Any 
  thoughts
 about
  it would be most appreciated!
 
  This is a UNIX server running AIX 5.3 and UniVerse 10.2.7.
 
  The UniVerse home directory is at /u1/uv - the following command is
 entered
  at the UNIX prompt:
 
  # /u1/uv/bin/uv COUNT VOC
 
  the response is:
 
  Verb 60 is not in your VOC.
 
  Things I've checked:
 
  *  There is no LOGIN record in the account VOC
 
  *  There is no UV.LOGIN record in the uv account VOC
 
  *  Same response when the command is run in various accounts, 
  including
 uv
 
  *  /u1/uv/bin/uv is an executable file and not a script
 
  This one has me scratching my head.  The actual problem is with a C
 program
  that forks a child to execute a UV session - the child dies with the 
  same error...
 
  Probably something obvious that I can't see.  Help me out please!
 
  Jeff Fitzgerald
  Fitzgerald  Long, Inc.
 
  www.fitzlong.com
  j...@fitzlong.com
  ___
  U2-Users mailing list
  U2-Users@listserver.u2ug.org
  http://listserver.u2ug.org/mailman/listinfo/u2-users
 

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Mysterious UV Error

2012-08-17 Thread Drew William Henderson
Does it happen if you just do a uv to enter universe in the account?

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald
Sent: Friday, August 17, 2012 4:26 PM
To: U2 Users List
Subject: Re: [U2] Mysterious UV Error

Hi Drew!

Nope - no ON.EXIT.

Thanks!

jeff

On Fri, Aug 17, 2012 at 2:23 PM, Drew William Henderson  
d.hender...@moreheadstate.edu wrote:

 I know this may be really stretching, but is there an ON.EXIT VOC 
 entry that is interfering with it?

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald
 Sent: Friday, August 17, 2012 4:16 PM
 To: U2 Users List
 Subject: Re: [U2] Mysterious UV Error

 Hi Allen,

 Thanks for your thought.  It does look like that, except the same 
 error happens with any command - TIME, DATE, etc. all produce the verb 
 60
 not in your VOC message

 Jeff

 On Fri, Aug 17, 2012 at 2:02 PM, Allen Egerton aeger...@pobox.com wrote:

  Hi Jeff,
 
  Almost sounds like perhaps it's piping the results of the COUNT back 
  into stdin and re-processing it as a command.
 
 
 
 
  On 8/17/2012 3:46 PM, Jeff Fitzgerald wrote:
   I have a client who's seeing a very odd UniVerse error.  Any 
   thoughts
  about
   it would be most appreciated!
  
   This is a UNIX server running AIX 5.3 and UniVerse 10.2.7.
  
   The UniVerse home directory is at /u1/uv - the following command 
   is
  entered
   at the UNIX prompt:
  
   # /u1/uv/bin/uv COUNT VOC
  
   the response is:
  
   Verb 60 is not in your VOC.
  
   Things I've checked:
  
   *  There is no LOGIN record in the account VOC
  
   *  There is no UV.LOGIN record in the uv account VOC
  
   *  Same response when the command is run in various accounts, 
   including
  uv
  
   *  /u1/uv/bin/uv is an executable file and not a script
  
   This one has me scratching my head.  The actual problem is with a 
   C
  program
   that forks a child to execute a UV session - the child dies with 
   the same error...
  
   Probably something obvious that I can't see.  Help me out please!
  
   Jeff Fitzgerald
   Fitzgerald  Long, Inc.
  
   www.fitzlong.com
   j...@fitzlong.com
   ___
   U2-Users mailing list
   U2-Users@listserver.u2ug.org
   http://listserver.u2ug.org/mailman/listinfo/u2-users
  
 
  ___
  U2-Users mailing list
  U2-Users@listserver.u2ug.org
  http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Credit Card numbers in your database

2012-04-20 Thread Drew William Henderson
I'm attending a PCI conference next week... I'll try to remember to ask that 
question.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Friday, April 20, 2012 12:19 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Credit Card numbers in your database


No one addressed this from the point of actual experience, so I think we can 
probably assume that no one has actually scrubbed old back up media.

Just wanted to make sure I wasn't alone in thinking that wasn't a necessary 
step.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Job at Rocket in Denver

2012-03-28 Thread Drew William Henderson
I agree... looks like a decent job.  I would have thought that there would have 
been a plus for those with pick-db experience, but don't see that as a 
requirement.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Allen E. Elwood
Sent: Wednesday, March 28, 2012 12:31 PM
To: 'U2 Users List'
Subject: Re: [U2] Job at Rocket in Denver


ummm why what?  looks like a good job for the qualified candidate... 

never get me to move from my nice warm home in SoCal tho ;-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Wednesday, March 28, 2012 9:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Job at Rocket in Denver


This job completely stunned me.  Not in the good way.

http://www.linkedin.com/groups/Im-hiring-fantastic-work-environment-1350.S.1
04091503?view=gid=1350type=memberitem=104091503trk=NUS_DISC_Q-ttle

Anyone have an idea why?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Job at Rocket in Denver

2012-03-28 Thread Drew William Henderson
Also, I think it's a lot easier to get a person with good software dev 
management skills and teach 'em about the application, than it is to find 
someone who knows the application and teach 'em good software dev management 
skills.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Wednesday, March 28, 2012 1:49 PM
To: 'U2 Users List'
Subject: Re: [U2] Job at Rocket in Denver

I think if they bring in a lead who has led the dev of another DB product out 
there - it can only be a plus.  Why do the same old thing the same old pick way 


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Drew William 
Henderson
Sent: 28 March 2012 18:21
To: U2 Users List
Subject: Re: [U2] Job at Rocket in Denver

I agree... looks like a decent job.  I would have thought that there would have 
been a plus for those with pick-db experience, but don't see that as a 
requirement.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Allen E. Elwood
Sent: Wednesday, March 28, 2012 12:31 PM
To: 'U2 Users List'
Subject: Re: [U2] Job at Rocket in Denver


ummm why what?  looks like a good job for the qualified candidate... 

never get me to move from my nice warm home in SoCal tho ;-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Wednesday, March 28, 2012 9:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Job at Rocket in Denver


This job completely stunned me.  Not in the good way.

http://www.linkedin.com/groups/Im-hiring-fantastic-work-environment-1350.S.1
04091503?view=gid=1350type=memberitem=104091503trk=NUS_DISC_Q-ttle

Anyone have an idea why?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2113/4898 - Release Date: 03/27/12

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] SLOW

2011-10-07 Thread Drew William Henderson
with apologies to Jeff and Peggy...and, ok, everyone else, too!

My boss has noticed today that we've been running SLOW, and isn't  happy about 
it.  He wants to  know if SLOW is industry standard, and what other U2 shops 
might be running SLOW.
I told him that I didn't know about other U2 shops, but that I know a lot of 
SQL shops have been running SLOW for years, and seem to be very satisfied.  I 
also let him know that running SLOW on Friday afternoons was almost industry 
standard, but I'm not sure he's buying it.

So, if you're running SLOW in your environment, please let me know; otherwise, 
we might not be running SLOW on Monday morning.

(sorry...couldn't help myself!  Have a good weekend, all!)

Drew Henderson
Director, Enterprise Systems Architecture and Security
Morehead State University
301 Howell-McDowell Bldg
Morehead, Ky 40351
606/783-2445

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SLOW

2011-10-07 Thread Drew William Henderson
There seems to be a direct correlation with either system (but more predominate 
on Windows) that, the longer it runs without a reboot, the greater the 
likelihood it's running SLOW.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Horacio Pellegrino
Sent: Friday, October 07, 2011 4:50 PM
To: U2 Users List
Subject: Re: [U2] SLOW

Windows ? Linux ?


On Fri, Oct 7, 2011 at 4:21 PM, Drew William Henderson 
d.hender...@moreheadstate.edu wrote:

 with apologies to Jeff and Peggy...and, ok, everyone else, too!

 My boss has noticed today that we've been running SLOW, and isn't  happy
 about it.  He wants to  know if SLOW is industry standard, and what other U2
 shops might be running SLOW.
 I told him that I didn't know about other U2 shops, but that I know a lot
 of SQL shops have been running SLOW for years, and seem to be very
 satisfied.  I also let him know that running SLOW on Friday afternoons was
 almost industry standard, but I'm not sure he's buying it.

 So, if you're running SLOW in your environment, please let me know;
 otherwise, we might not be running SLOW on Monday morning.

 (sorry...couldn't help myself!  Have a good weekend, all!)

 Drew Henderson
 Director, Enterprise Systems Architecture and Security
 Morehead State University
 301 Howell-McDowell Bldg
 Morehead, Ky 40351
 606/783-2445

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users




-- 

*hp*
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] FAST (File Analysis and Sizing Tool)

2011-10-04 Thread Drew William Henderson
We used it beginning in the mid '80s until about 5 years ago (replaced our 
ERP).  I always found it to be reliable and rock-solid.  As well, Jeff and 
Peggy are among the most knowledgeable people regarding file internals.

I give it 5 stars! :-)

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Eric Armstrong
Sent: Tuesday, October 04, 2011 11:41 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] FAST (File Analysis and Sizing Tool)

Would anyone who is using FAST (File Analysis and Sizing Tool) care to comment 
about it? Experiences with it, plus and minuses? Does it deliver as advertised?

Thanks in advance,

Eric Armstrong
Programmer/Analyst
Lobel Financial


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org]On Behalf Of
u2-users-requ...@listserver.u2ug.org
Sent: Monday, October 03, 2011 12:00 PM
To: u2-users@listserver.u2ug.org
Subject: U2-Users Digest, Vol 30, Issue 2


Send U2-Users mailing list submissions to
u2-users@listserver.u2ug.org

To subscribe or unsubscribe via the World Wide Web, visit
http://listserver.u2ug.org/mailman/listinfo/u2-users
or, via email, send a message with subject or body 'help' to
u2-users-requ...@listserver.u2ug.org

You can reach the person managing the list at
u2-users-ow...@listserver.u2ug.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of U2-Users digest...


Today's Topics:

   1. Re: [uv] from uv/linux, execute a remote mysql/sql stmt ?
  (Tony Gravagno)
   2. Re: [uv] from uv/linux, execute a remote mysql/sql stmt ?
  (Kevin King)
   3. Re: [uv] from uv/linux, execute a remote mysql/sql stmt ?
  (George Gallen)
   4. Re: [uv] from uv/linux, execute a remote mysql/sql stmt ?
  (George Gallen)
   5. Re: [uv] from uv/linux, execute a remote mysql/sql stmt ?
  (Symeon Breen)


--

Message: 1
Date: Sun, 2 Oct 2011 14:51:55 -0700
From: Tony Gravagno 3xk547...@sneakemail.com
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [uv] from uv/linux, execute a remote mysql/sql stmt
?
Message-ID: 4876-1317592318-754...@sneakemail.com
Content-Type: text/plain;   charset=us-ascii

The easy answer is to pretend you're doing this from a web page,
where the MP in LAMP is MySQL and PHP.  From there you have a
world full of answers rather than something U2-specific.  Note
that most shared hosts don't have a MySQL DBMS on the same system
as the HTTP servers.  They almost Always separate MySQL to a
different box for queries, so examples for how to do this are
plentiful.

So write a small PHP script that does what you need, copy/paste
from examples if required.  Then invoke the script with a simple
SH or ! to execute the script, passing in params.  Capture
the result with an Execute Capturing clause, or have the script
write data to a directory which you reference as a type 1 or type
19.

That's it.  This one is fairly easy - just think outside of the
MV box.

HTH
T

From: Manu Fernandes
 From Universe/linux, I'll execute a mySQL sql phrase.
 mySQL is installed on a remote server.

 - What is the mysql-client to be installed beside
 Universe ?
 - How to execute a sql-phrase from UV/BASIC
 ? and capture the result !?



--

Message: 2
Date: Sun, 2 Oct 2011 19:32:30 -0600
From: Kevin King precisonl...@gmail.com
To: U2 Users List u2-users@listserver.u2ug.org
Subject: Re: [U2] [uv] from uv/linux, execute a remote mysql/sql stmt
?
Message-ID:
CA+v=tej9c8p_yyqffria_9z-3b3_h9bhe1rm2bh7sjd05uv...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

To followup to what Tony said, we do this with PHP by creating a
JSON-formatted extract out of Unidata, then ftp it to the other
system, then use Apache to kick off a job to post the file into MySQL
and PostgreSQL.  Works like a champ for small to medium data sets.
For large datasets we do something significantly more complicated
using triggers and a publisher that publishes changes to the Unidata
files using the callHTTP interface to send data to a PHP script
running on Apache.

-Kevin
http://www.PrecisOnline.com


--

Message: 3
Date: Mon, 3 Oct 2011 09:01:42 -0500
From: George Gallen ggal...@wyanokegroup.com
To: U2 Users List u2-users@listserver.u2ug.org
Subject: Re: [U2] [uv] from uv/linux, execute a remote mysql/sql stmt
?
Message-ID:
be8d41dcf5c32d4c982de29a5d8838f705b6380...@dfw1mbx02.mex07a.mlsrvr.com

Content-Type: text/plain; charset=us-ascii

This is what I do

Since you are on Linux, chances are you already have what you need installed.

I define a VOC item called TMP which looks like:

0001: F
0002: /tmp
0003: D_VOC

And coding that looks like:

   OPEN ,TMP TO F.TMP ELSE STOP NO /tmp
   USRNO=@USERNO
   HOSTNAME= ; * 

Re: [U2] FAST (File Analysis and Sizing Tool)

2011-10-04 Thread Drew William Henderson
I'm kinda out of date on the internals, but if they are still handling the 
split/merge the way they used to, then yes, even dynamic files can benefit from 
the occasional resizing.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Eric Armstrong
Sent: Tuesday, October 04, 2011 4:47 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] FAST (File Analysis and Sizing Tool)

Thanks for everyone's responses.

Regarding dynamic files, my understanding is that even they need resizing from 
time to time. Is that not correct?


Eric Armstrong
Programmer/Analyst
Lobel Financial

LOBEL FINANCIAL PRIVACY NOTICE: 
This communication may contain confidential company information that is 
protected by federal law. Federal regulations prohibit the disclosure (or 
re-disclosure) of confidential information without the written consent of the 
person(s) to whom it pertains. Additionally, the views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of the company.


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AD: Credit Card Processing

2011-06-30 Thread Drew William Henderson
We used to run some software from cybercash that we used from our legacy 
Universe app first on HP-UX, then on Linux.  The program ran at the 
os-level, but we called it from our unibasic application.

As to PCI compliance, I attended a PCI discussion seminar last week, and the 
comment was made that if you handle any CC transactions, you fall under PCI.  I 
agree with Jerry; assuming you are doing web-based sales, use an external 
company to handle it for you.  If  you are taking phone/mail orders, your best 
bet may be to use POTS-based card swipe terminals to do the transactions.  You 
still have to be PCI compliant, but it's a LOT easier that way.

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jerry
Sent: Thursday, June 30, 2011 12:44 PM
To: U2 Users List
Subject: [U2] AD: Credit Card Processing

If that is near your maximum in a day I don't think you would be under 
the rules of PCI. But can never tell. You can check the standards at:

www.pcisecuritystandards.org

It might be cheaper to have one of the online PCI compliant card 
processors do the billing or you could have a PCI compliant billing 
company do the billing for you. Yes I work for one.

Jerry Banker
Affiliated Acceptance Corporation
1-800-233-8483

On 6/30/2011 11:04 AM, Bryan Evans wrote:
 I am looking for a multi-value (UniVerse specifically) product to
 handle credit card processing.  Does anyone know of or can recommend a
 product?  We are an HP-UX UniVerse shop.  The volume of credit cards
 processed would be very low - 100 orders or less per day.

 Thank you in advance,

 Bryan Evans
 Orbit Irrigation Products Inc.
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Hello ?

2011-05-02 Thread Drew William Henderson
LOL!



-Original Message-
From: u2ug simpson-u...@gerzio.ca
Sent: Monday, May 02, 2011 9:51 PM
To: U2 Users List u2-users@listserver.u2ug.org
Subject: Re: [U2] Hello ?


Aaaah  ,  Bach.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles
Barouch
Sent: Monday, May 02, 2011 9:48 PM
To: U2 Users List
Subject: Re: [U2] Hello ?

I can see you. This may just be that post Spectrum triptophan nap.

Charles Barouch

u2ug simpson-u...@gerzio.ca wrote:

Well - it looks like I can talk to myself - lots or practice there.

Actually what is this  u2-users-boun...@listserver.u2ug.org :
bounces ???

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of u2ug
Sent: Monday, May 02, 2011 9:39 PM
To: U2 Users List
Subject: [U2] Hello ?

The list has gone silent for me for the past week - is there anybody
out there ? Just yell if you can hear me ...

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-18 Thread Drew William Henderson
That was...ummvery gracious! ;-)

We've all been there!

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King
Sent: Friday, February 18, 2011 1:35 PM
To: U2 Users List
Subject: Re: [U2] Frustrated with Rocket / Unidata 7.2

Thanks to John Jenkins, who contacted me offlist with some excellent
information about the Windows firewall, I return here now to eat my share of
crow for casting the blame towards Rocket when in reality the problem was
with the Windows firewall.

John had me run udt in the console and then run my script, which caused the
Windows firewall to prompt for Allow/Deny.  Once I allowed access in the
console, my original script works fine under telnet.  Once again, I am most
thankful for the gracious assistance of this group, even when I myself may
not be the model of graciousness.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Pick Dinosaurs

2011-02-07 Thread Drew William Henderson
Sounds familiar!

One of my first projects in 1985 was to make program adjustments for how the 
SETPTR statement changed at PI 5.4.1, on a Pr1me 750 running Primos 18.  I 
think we only had two drivesI used to have one of the 300MB disk packs 
around here somewhere (used to use 'em for class tours).  Two of the 300lpm 
rebranded dataproducts printers, decollators, detacher, Micom port 
selector.. and no viruses! :-)

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of 
gcan...@promutualgroup.com
Sent: Monday, February 07, 2011 11:55 AM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

Started in 1984 as a Computer Operator on a Prime 750 running Primos 18.?
and Information 5.4.  Three loud line printers and a big band printer.
Two reel to reels for backups, which took 18 reels for a Full off of four
300MB washtub drives.  Carrying them, 9 on an arm to our offsite location
was always a treat.

2-part Decollator, always efficient when you have a few boxes of 4-part
carbon reports.  And a teletype style console that ate more paper than it
printed.


Gary P. Canedy
Senior Database Analyst
ProMutual Group
(617) 757-6775



From:   Don P. Nagai dpna...@nei-pro-info.com
To: 'U2 Users List' u2-users@listserver.u2ug.org
Date:   02/07/2011 11:43 AM
Subject:Re: [U2] Pick Dinosaurs
Sent by:u2-users-boun...@listserver.u2ug.org



I started on Microdata systems back in 1982.  Same big 'ol washtub
drives,
1/2 reel tapes and Interrupt-Reset-Interrupt or
Interrupt-Reset-Clock-Interrupt paddle-switch sequences.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Houben
Sent: Monday, February 07, 2011 8:39 AM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

The first machine I worked on was a Microdata 1600 with 4 50 MB Winchester
washtub drives.  It ran 16 users on 64K of core memory.  That was back in
1981.



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


--
This email and any files transmitted with it are intended only for the person 
or entity to which it is addressed and may contain confidential and/or 
privileged material.   If you received this email in error, please contact the 
sender immediately and delete this email from your system.  If you are not the 
named addressee, you should not disseminate, distribute, print, or copy the 
email, or take any action in reliance on its contents.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Pick Dinosaurs

2011-02-07 Thread Drew William Henderson
Hehe...how could I forget the ADDS Viewpoints!

Our last two systems were the 6550 for our administrative system, and a 9955-II 
for academics (into which we installed two 880MB drives, I think, that cost us 
about $28K apiece!)

We migrated our ERP application (we owned source code: AIMS) to Universe on an 
HP G50.  In two years, we had paid off the investment just in savings from 
maintenance costs.

Kinda miss Primos, though.  After rev 17, it was a good operating system.  And 
PI was a good db environment.  It's dynamic file system worked very well.  We 
were on Universe about 5 years before I felt the dynamic file system was stable 
enough to use.

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of 
gcan...@promutualgroup.com
Sent: Monday, February 07, 2011 1:34 PM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

I stand corrected...  Pr1me  : )

And yes, Dataproducts 300lpm's and one 600lpm now that you mention them.

Let's not forget the one piece ADDS Regent 40 terminals.  They were fun to
lug around to different departments.  I remember being SO excited when we
went with Viewpoint 60s.

The last Prime system I worked on was the big 6550.  Memory boards the size
of a 32 inch LCD TV.

Gary P. Canedy
Senior Database Analyst
ProMutual Group
(617) 757-6775



From:   Drew William Henderson d.hender...@moreheadstate.edu
To: U2 Users List u2-users@listserver.u2ug.org
Date:   02/07/2011 01:27 PM
Subject:Re: [U2] Pick Dinosaurs
Sent by:u2-users-boun...@listserver.u2ug.org



Sounds familiar!

One of my first projects in 1985 was to make program adjustments for how
the SETPTR statement changed at PI 5.4.1, on a Pr1me 750 running Primos 18.
I think we only had two drivesI used to have one of the 300MB disk
packs around here somewhere (used to use 'em for class tours).  Two of the
300lpm rebranded dataproducts printers, decollators, detacher, Micom port
selector.. and no viruses! :-)

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org [
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of
gcan...@promutualgroup.com
Sent: Monday, February 07, 2011 11:55 AM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

Started in 1984 as a Computer Operator on a Prime 750 running Primos 18.?
and Information 5.4.  Three loud line printers and a big band printer.
Two reel to reels for backups, which took 18 reels for a Full off of four
300MB washtub drives.  Carrying them, 9 on an arm to our offsite location
was always a treat.

2-part Decollator, always efficient when you have a few boxes of 4-part
carbon reports.  And a teletype style console that ate more paper than it
printed.


Gary P. Canedy
Senior Database Analyst
ProMutual Group
(617) 757-6775



From:Don P. Nagai dpna...@nei-pro-info.com
To:  'U2 Users List' u2-users@listserver.u2ug.org
Date:02/07/2011 11:43 AM
Subject: Re: [U2] Pick Dinosaurs
Sent by: u2-users-boun...@listserver.u2ug.org



I started on Microdata systems back in 1982.  Same big 'ol washtub
drives,
1/2 reel tapes and Interrupt-Reset-Interrupt or
Interrupt-Reset-Clock-Interrupt paddle-switch sequences.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Robert Houben
Sent: Monday, February 07, 2011 8:39 AM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

The first machine I worked on was a Microdata 1600 with 4 50 MB Winchester
washtub drives.  It ran 16 users on 64K of core memory.  That was back in
1981.



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


--

This email and any files transmitted with it are intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.   If you received this email in error, please
contact the sender immediately and delete this email from your system.  If
you are not the named addressee, you should not disseminate, distribute,
print, or copy the email, or take any action in reliance on its contents.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Does UV have a BLOCK command

2011-02-07 Thread Drew William Henderson
George,

Another option, though not anywhere close to perfect!, would be to make use of 
the EQU statement.  You could equate BLOCKSTART and BLOCKEND to LOOP and 
REPEAT, respectively.  The (major) downside: you don't get the auto-indenting 
you get with LOOP and REPEAT (unless you're using an IDE that lets you specify 
keywords to indent on).

Drew

Providing useless information for over a quarter century!

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com
Sent: Monday, February 07, 2011 4:59 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Does UV have a BLOCK command

George, if I understand your requirement, and your addenda then may I present a 
solution, which
1) allows ignoring all subsequent actions at any point; and
2) is completely re-arrangeable at whim; and
3) allows any number of conditional testing to be done at any random point 
within the entire block.

As you can see, every sub-area below may be moved up or down the ladder without 
harming the logic and you don't need the Loop confusion.  All you sacrifice is 
the 3/100ths of a picosecond it takes the system to re-evaluate a condition it 
already knows.


Equate false to 0, true to 1
George.is.done = false
Check some condition and set George.is.done true or false
If Not(George.is.done) then Do some code
Check some condition and set George.is.done true or false
If Not(George.is.done) then Do some code
Check some condition and set George.is.done true or false
If Not(George.is.done) then Do some code
If Not(George.is.done) then Do some code
Check some condition and set George.is.done true or false
If Not(George.is.done) then Do some code
Check some condition and set George.is.done true or false
Check some condition and set George.is.done true or false
If Not(George.is.done) then Do some code





 

 


 

 

-Original Message-
From: George Gallen ggal...@wyanokegroup.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Mon, Feb 7, 2011 1:33 pm
Subject: Re: [U2] Does UV have a BLOCK command


In this particular program, I will be rearranging the blocks of code

into different orders, and it's easiest to read the logic of the program

top down. 



If I used subroutines, In order to keep that top down logic, every time

I move a subroutine reference in the main code to a new location,

   I'd also have to move the subroutine code around also so if you were

   to read the program, it still flow top down, and your not hunting out

   where each subroutine is.



I use the small main with subroutines often. But in this case, readability

  is the key.



None of the other methods are wrong, just in this instance, I'd prefer

not to use them.



George



 -Original Message-

 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-

 boun...@listserver.u2ug.org] On Behalf Of Steve Romanow

 Sent: Monday, February 07, 2011 4:24 PM

 To: U2 Users List

 Subject: Re: [U2] Does UV have a BLOCK command

 

 On 2/7/2011 4:20 PM, George Gallen wrote:

  My main aversion to the subroutine method is that to me, I think

 of subroutines as code that used in multiple places, if it's only

 used once, why not put in the main code.

 

  Yes, it can be used onceand still be a subroutine...

 

  George

  /listserver.u2ug.org/mailman/listinfo/u2-users

 I like to use subroutines as a way to shorten my main loop into a nice

 concise routine.

 If there is a good logical chunk, why not take it.  Even if it is only

 used once.  Something like GET.UPC or HANDLE.KIT

 ___

 U2-Users mailing list

 U2-Users@listserver.u2ug.org

 http://listserver.u2ug.org/mailman/listinfo/u2-users

___

U2-Users mailing list

U2-Users@listserver.u2ug.org

http://listserver.u2ug.org/mailman/listinfo/u2-users




 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV - date last installed

2011-02-04 Thread Drew William Henderson
That might depend on whether the file has been modified.  You can also look at 
the timestamp on the uv executable.

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of inquieti
Sent: Friday, February 04, 2011 11:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV - date last installed


Look at the timestamp on the uvconfig file.
HTH
David

Schalk van Zyl wrote:
 
 How can I determine the date of the last installation of UV (the date it 
 was last loaded/reloaded).
 
 Schalk van Zyl
 
 Schalk van Zyl
 GWK Beperk
 Tel+2753 298 8231
 Fax+2753 298 2445
 Mobile
 
 
 Hierdie e-pos en sy inhoud is onderhewig aan 'n regskennisgewing oor
 elektroniese pos wat gelees kan word by 
 http://www.gwk.co.za/DisclaimerVrywaring.asp
  
  
  
  
  
  
  .
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 


-
Nobody ever lends money to a man with a sense of humour.
-- 
View this message in context: 
http://old.nabble.com/Universe-Books--tp30840562p30845997.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV - date last installed

2011-02-04 Thread Drew William Henderson
Oopsyou're right! :-)

Although, while the config files would be updated whenever uv is installed, 
they also get updated if you change a configuration parameter and regen it.  Of 
course, if you know you've not changed it, they would be good candidates.

I wonder if the .uvhome file would be a good clue, as long as you've not 
changed it since the last install.

Ahhh...Friday afternoon discussions!

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of inquieti
Sent: Friday, February 04, 2011 1:25 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV - date last installed


The uv executable will have the date of its creation.  Mine says 19/04/2004
but it was installed on 13/06/2006 which is the date on the uvconfig and the
.uvconfig files.  These files should be updated whenever uv is installed
because uvregen is run.

Drew William Henderson wrote:
 
 That might depend on whether the file has been modified.  You can also
 look at the timestamp on the uv executable.
 
 Drew
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of inquieti
 Sent: Friday, February 04, 2011 11:45 AM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] UV - date last installed
 
 
 Look at the timestamp on the uvconfig file.
 HTH
 David
 
 Schalk van Zyl wrote:
 
 How can I determine the date of the last installation of UV (the date it 
 was last loaded/reloaded).
 
 Schalk van Zyl
 
 Schalk van Zyl
 GWK Beperk
 Tel+2753 298 8231
 Fax+2753 298 2445
 Mobile
 
 
 Hierdie e-pos en sy inhoud is onderhewig aan 'n regskennisgewing oor
 elektroniese pos wat gelees kan word by 
 http://www.gwk.co.za/DisclaimerVrywaring.asp
  
  
  
  
  
  
  .
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 
 
 
 -
 Nobody ever lends money to a man with a sense of humour.
 -- 
 View this message in context:
 http://old.nabble.com/Universe-Books--tp30840562p30845997.html
 Sent from the U2 - Users mailing list archive at Nabble.com.
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 


-
Nobody ever lends money to a man with a sense of humour.
-- 
View this message in context: 
http://old.nabble.com/Universe-Books--tp30840562p30846925.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] 3.99 x 3 = 11

2011-01-21 Thread Drew William Henderson
I suspect part of the reason is accuracy, as well.  Base 10 decimals don't 
necessarily convert to an exact base 2 decimal.  1.2 converts to something like 
1.001100110011001100110011...  Storing them as integers, then manipulating 
them within the code preserves the accuracy.

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ed Clark
Sent: Friday, January 21, 2011 9:47 AM
To: U2 Users List
Subject: Re: [U2] 3.99 x 3 = 11

These aren't bugs. They are features :)
Going all the way back to the beginnings with pick and microdata/reality, math 
in the F and A processing codes has been integer only. This was on purpose, for 
speed I think. And it works fine if you follow the fundamental rule of not 
using decimal points internally. If you want your users to input 3.99 then your 
input routine should use ICONV to scale it to 399, and then scale again on 
output.



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Special Character Handling

2011-01-12 Thread Drew William Henderson
Something we used on our old ERP system was to define all valid characters, and 
use this against a copy of the input string to remove all valid characters, 
then use the remaining string (if anything remains...it's not valid) against 
the original input string.

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of 
mhilb...@ppcsoftware.com
Sent: Wednesday, January 12, 2011 7:31 PM
To: U2 Users List
Subject: Re: [U2] Special Character Handling


 I know I'm not answering the original question Is there a tool , 
 but if the validation is on-line, it would be best to manage a list of 
 valid characters, rather than do converts of specific characters. 
 Bearing in mind that users can copy-paste into your input field, or type 
 Alt+nnn you can easily get trash in your database, that later comes back 
 to haunt you when you export to excel, try to put together an SQL query, 
 etc. If it's a web-based app, there are security issues and you 
 definitely should have a set of valid characters.
 Regards,
 Marc


 On Wed, 12 Jan 2011 04:10:52 -0600, George Gallen 
 ggal...@wyanokegroup.com wrote:
 Depends on which special charactersIf you mean accented letters,
 I use a subroutine that converts the accented
 high ASCII code to it's non-accented letter.   (EX.   e' to e).

 Basically, it's just a bunch of converts. But it's good for
 converting data that was entered via a website text entry
 where foreign letters can be entered. The hard part is collecting all
 the possible accented letters.

 George

 George Gallen
 Senior Programmer/Analyst
 Accounting/Data Division
 ggal...@wyanokegroup.com
 ph:856.848.9005 Ext 220
 The Wyanoke Group
 http://www.wyanokegroup.com
 
 From: u2-users-boun...@listserver.u2ug.org
 [u2-users-boun...@listserver.u2ug.org] On Behalf Of Ron Hutchings
 [ron_hutchi...@hotmail.com]
 Sent: Tuesday, January 11, 2011 6:10 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Special Character Handling

 Is there a tool to remove special characters from a text file?  Other
 than a roll your own with convert or replace in a program?

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Sockets problem

2011-01-10 Thread Drew William Henderson
It's been a couple years, but i believe ports in the lower range can only be 
linked to root processes.

Drew

-Original Message-
From: Norman, David (Health) david.nor...@health.sa.gov.au
Sent: Monday, January 10, 2011 9:55 PM
To: 'u2-users@listserver.u2ug.org' u2-users@listserver.u2ug.org
Subject: [U2] Sockets problem


We are trying to establish a Server Side Socket Connection using 
initServerSocket (UniVerse 10.0.16 HP-UX 11) for a third party system to 
connect. We are finding that using a port less than 1024 results in an error 34 
SCK-EACCESS Attempt to connect datagram socket to broadcast address failed 
because setSocketOption Broadcast is not enabled. Ports from 1024 upwards 
don't have this error. Anyone have an idea what's going on ?
Thanks,

David Norman
Senior Software Engineer - SA Ambulance Service

ICT Services
SA Health
Government of South Australia

Box 3, GPO
Adelaide, South Australia 5001
*+61 8 8274 0384
* fax +61 8 8271 4844
* david.nor...@health.sa.gov.au


This e-mail may contain confidential information, which also may be legally 
privileged. Only the intended recipient(s) may access, use, distribute or copy 
this e-mail. If this e-mail is received in error, please inform the sender by 
return e-mail and delete the original. If there are doubts about the validity 
of this message, please contact the sender by telephone. It is the recipient's 
responsibility to check the e-mail and any attached files for viruses.



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-10 Thread Drew William Henderson
It's been a L time since I worked with this kind of stuff, so if 
this is a silly idea, just say Nope...these aren't the droids you're looking 
for. :-)

Could you treat the file as a tape, and make use of READT?

Drew thinkingoutsidetheboxbeforelunchisabadidea Henderson ;-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com
Sent: Wednesday, November 10, 2010 9:01 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Reading a Unix file from another machine.

In a message dated 11/10/2010 4:55:04 AM Pacific Standard Time, 
ggal...@wyanokegroup.com writes:


 This sounds like a job for a quick perl routine. 
 Read the file in byte by byte, and AND it with 127, then write it
out byte by byte to a new file.
 
 George
 

No George this will not work.
Each byte you read will be 8 bits, so you'll be grabbing an extra bit 
from the next byte which is wrong you see.

You have to read it in 7 bits at a time, and you cannot.  That's why my 
56bit read makes sense.

Will 56bit Johnson
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse On RedHat?

2010-11-08 Thread Drew William Henderson
I looked for the scripts I wrote for our conversion years ago, and couldn't 
find 'em, but other comments made have sparked a few additional memories:

For printing, we wrote scripts to send stuff to printers directly to port 9100, 
rather than use the OS-based printer interface.  This let us customize it a bit 
more for such things as print job archiving and form overlays, with the benefit 
of REALLY understanding the entire printing process.

For user ids, we had a script that took the password and secure password files 
(sorry, been too long, don't recall their names!), stripped out everything but 
user accounts, put in new shell paths (bash vs. ksh), then inserted them into 
the linux files.  Worked very well.

Our application had a batch system built it, using the application from 
Fitzgerald and Long.  When we migrated to RH, we rewrote most of it to use 
at.  Had a few hiccups when we went live, but got them straightened out.

One side benefit was the relative ease in developing and testing DR recovery 
scripts.  We were able to do all development and testing of the processes on a 
desktop machine.  In testing at the recovery facility, we had a couple hiccups 
(had more to do with the equipment/networking at the site, which we had to 
adjust for), but we were able to complete the DR test, then wiped the recovery 
system, and did a complete recovery again; all in eight hours.

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Monday, November 08, 2010 8:40 AM
To: U2 Users List
Subject: Re: [U2] UniVerse On RedHat?

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
 Sent: Friday, November 05, 2010 5:59 PM
 To: U2 Users List
 Subject: [U2] UniVerse On RedHat?
 
 0. We are considering migrating from HP-Ux to RedHat.
  Is HP-Ux Intel Based? If so, you should be good.

 1. How is RedHat?
  If you mean Redhat Enterprise 5.0, it's ok. havn't had any issues
  although we are running UV 10.0.1

 2. Will I have to re-compile and re-catalog everything?
  I would think if you are going intel to intel, and your directory
  structure hasn't changed, you should be ok without having to
  recompile, although, to be safe I'd do it.

 3. Did anyone migrate from HP-Ux to RedHat and then back to HP-Ux?
 4. Is the RedHat Standard Edition Suitable?
  What is suitable? Stable? 

 5. Did anyone try running UV on RedHat on an HP Integritity (Itanium)
 server?
 6. Are there any gotchas?
  There are a few. Redhat uses cups for printing (we have had our share
  or issues with this). Some of the packages it installs are not current
  and we have to download, compile and install from source (vs using yum).

  The biggest gotcha, and it's not a Redhat specific, was when we recreated
  the users, we had to make sure their UID/GID were the same as from the
  previous system, otherwise the file ownership and group ownership would
  not be the same.

 7. Insights and hind-sights would be appreciated.
 
 --Bill
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse On RedHat?

2010-11-05 Thread Drew William Henderson


-Original Message-
From: Bill Brutzman bi...@hkmetalcraft.com
Sent: Friday, November 05, 2010 5:59 PM
To: U2 Users List u2-users@listserver.u2ug.org
Subject: [U2]  UniVerse On RedHat?

0. We are considering migrating from HP-Ux to RedHat.
1. How is RedHat?

It's been quite a few years since we did this, so i'll try to remember as best 
i can.  RH was fine; it worked well for us.

2. Will I have to re-compile and re-catalog everything?

Yes.  You'll also need to convert all the files to correct for endian. (don't 
recall the utility. Don't have access to files/docs right now...maybe via 
uvfixfile)

3. Did anyone migrate from HP-Ux to RedHat and then back to HP-Ux?

Nope.

4. Is the RedHat Standard Edition Suitable?

Should be...check matrix.

5. Did anyone try running UV on RedHat on an HP Integritity (Itanium) server?

No.

6. Are there any gotchas?

Shell scripts may have to be modified...echo will likely work a little 
differently.

7. Insights and hind-sights would be appreciated

--Bill

HTH
Drew

_
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Compiling 101

2010-10-20 Thread Drew William Henderson
The naming threw me off, too.  /uv/CODE is the UV account, and BP is the 
directory with the source code; so BASIC BP FLAVOR.R0 is the correct syntax.

Did you create the BP directory via CREATE.FILE, or did you use mkdir at the 
Unix level and use vi (or some such editor) to create the source code within 
this directory?  If the latter, then it is missing the file pointer in the VOC, 
as well as a dictionary.  The dictionary isn't critical for compiling, just 
makes it easier to list stuff! :-)

Assuming it was created via mkdir at the Unix level, you can create a VOC entry 
for it.  (Please forgive me if I'm about to tell you things you already know!)  
The entry's name should be BP, line 1 should be F, and line two should be BP.  
You should be able, then, to execute the command BASIC BP FLAVOR.R0.

I created a similar environment in UV (version 10.0older legacy system!), 
with a Unix-level created BP and a source file named FLAVOR.R0 created with vi. 
 Here's what I got, and how I fixed it:

BASIC BP FLAVOR.R0
Unable to open BP file.
ED VOC BP
New record.

: I
0001= F
0002= BP
0003=
Bottom at line 2.
: FI
BP filed in file VOC.
BASIC BP FLAVOR.R0
Creating file BP.O as Type 19.
Creating file D_BP.O as Type 3, Modulo 1, Separation 2.
Added @ID, the default record for RetrieVe, to D_BP.O.
Compiling: Source = 'BP/FLAVOR.R0', Object = 'BP.O/FLAVOR.R0'


Compilation Complete.


Note that the directory for the run files was automatically created.  You can 
drop back to Unix, copy D_BP.O to D_BP, then add D_BP as the third line in the 
VOC entry for BP, and you'll have your dictionary for it!

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom Dodds
Sent: Tuesday, October 19, 2010 9:03 PM
To: U2 Users List
Subject: Re: [U2] Compiling 101

Good try,  First off when you created the file, CODE, you had to be sure to 
create a Type 1 on Type 19 file.  These are really Unix directories and 
accessible to the basic compiler which is a Unix program.  Secondly the compile 
command, in your case would be BASIC CODE FLAVOR.RO.  The second argument is 
the name of the directory where you placed your source code and the third is 
the program name as you have already surmised. 

HTH

Tom Dodds
t...@ix.netcom.com
630.235.2975



On Oct 19, 2010, at 7:29 PM, Bill Brutzman wrote:

   I created a new UV account
 /u2/CODE
 
   I put a program in /u2/CODE/BP/FLAVOR.R0.
   I was not able to compile the program.  
 
   When I ran the command BASIC BP FLAVOR.R0
   I obtained an error message 
Unable to open BP file.  
 
   I did a Unix CHMOD command on the parent folders and the file 
 to 777 but still get the same error.
  I suppose that it is a Q pointer PATH thing.
   Help would be appreciated.
 
 --Bill
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Compiling 102

2010-10-20 Thread Drew William Henderson
As to #5, let's say you want to compile/run code from the BP file in /u2/CODE 
(from your earlier post) from both METAL and SANDBOX.  You would have a VOC 
entry in each like the following:

Field 1: F
Field 2: /u2/CODE/BP
Field 3: /u2/CODE/D_BP

The actual name of the VOC entry could be anything, such as CODE_BP (and could 
be different in each account).  In this case, you would simply do
BASIC CODE_BP FLAVOR.R0

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
Sent: Wednesday, October 20, 2010 11:28 AM
To: U2 Users List
Subject: [U2] Compiling 102

1. It works.  Thanks to Kat, Tom, Vance, and Drew.
2. I am wondering if others keep their source code in an UV account as such.
3. Prior to this thread, I had two accounts
/u2/METAL
/u2/SANDBOX

4. The source code was not in a UV account in
/u2/SOFTWARE

5. An advantage that I seem to have now is that I can compile code when logged 
in to either METAL or SANDBOX and the compiled code works in both METAL and 
SANDBOX.  In other words, I do not have to compile the same source code for 
each account.  It is not clear to me how VOC and Q-Pointers are setup to handle 
this scheme.

6. Comments would be welcome.

--Bill

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Drew William Henderson
Chris,

Are you on Windows or Unix/Linux?

On the ?nix version, you can execute uv/bin program basic to compile your 
programs (and assume you can catalog, as well, but never tried it.)  Assuming 
uv/bin is in your PATH, if the folder/directory is SOURCE, and you want to 
compile the file PROG1, you can use the following command:

basic SOURCE PROG1

Wildcarding may be a problem, but can put multiple files on the command line.  
Of course, you could write a quick script to do all this for you, as well.

(DISCLAIMER: We're running 10.2 on Linux, and the above worked your mileage 
may vary! :-)  )

If you're running Universe on Windows, I can't speak to that!

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Chris Austin
Sent: Wednesday, August 18, 2010 4:19 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] easiest way to COMPILE/CATALOG for a build?


Hello,

We just recently changed our entire repository from Source Safe to SVN and 
we're now using 
hudson to automate our builds. This works great for Java since we can simply 
compile ALL 
the programs using the JAVA compiler in a batch file.

Universe however seems to require us sign into a Universe account and then 
compile/catalog
all our programs. Is there a way you can compile all programs in a folder from 
a batch file?
We need to do the same to CATALOG all our programs. 

Here's why: 

We submit all of our changes to 1 central SVN repository, when we want to 
'release' the object code
to the production server it runs on a different UniVerse region and totally 
different server, so we 
have the need to compile all the programs at once in the build, then CATALOG 
all of the programs
to the production universe region. 

Is there an easy way to do this?

Right now we have a batch file that logins into our Java webapp, then it logs 
into universe from 
the webapp so that it can compile/catalog but there has to be an easier way. 


  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] easiest way to COMPILE/CATALOG for a build?

2010-08-18 Thread Drew William Henderson
...should have clarified that the below command is executed at the OS command 
prompt.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Drew William 
Henderson
Sent: Wednesday, August 18, 2010 4:43 PM
To: U2 Users List
Subject: Re: [U2] easiest way to COMPILE/CATALOG for a build?

Chris,

Are you on Windows or Unix/Linux?

On the ?nix version, you can execute uv/bin program basic to compile your 
programs (and assume you can catalog, as well, but never tried it.)  Assuming 
uv/bin is in your PATH, if the folder/directory is SOURCE, and you want to 
compile the file PROG1, you can use the following command:

basic SOURCE PROG1

Wildcarding may be a problem, but can put multiple files on the command line.  
Of course, you could write a quick script to do all this for you, as well.

(DISCLAIMER: We're running 10.2 on Linux, and the above worked your mileage 
may vary! :-)  )

If you're running Universe on Windows, I can't speak to that!

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Chris Austin
Sent: Wednesday, August 18, 2010 4:19 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] easiest way to COMPILE/CATALOG for a build?


Hello,

We just recently changed our entire repository from Source Safe to SVN and 
we're now using 
hudson to automate our builds. This works great for Java since we can simply 
compile ALL 
the programs using the JAVA compiler in a batch file.

Universe however seems to require us sign into a Universe account and then 
compile/catalog
all our programs. Is there a way you can compile all programs in a folder from 
a batch file?
We need to do the same to CATALOG all our programs. 

Here's why: 

We submit all of our changes to 1 central SVN repository, when we want to 
'release' the object code
to the production server it runs on a different UniVerse region and totally 
different server, so we 
have the need to compile all the programs at once in the build, then CATALOG 
all of the programs
to the production universe region. 

Is there an easy way to do this?

Right now we have a batch file that logins into our Java webapp, then it logs 
into universe from 
the webapp so that it can compile/catalog but there has to be an easier way. 


  
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Strange...Not sure what it means.

2010-08-16 Thread Drew William Henderson
Not sure I wondered if it might be something to do with end of 
line/carriage return/line feed stuff, but I noticed that if you were to change 
TESTXX1 to TESTXX1K (or anything else), you get the same thing (without the 
K).  I suspect it's how ED's input routine is handling quotes embedded in the 
record id.

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Friday, August 13, 2010 12:28 PM
To: U2 Users List
Subject: Re: [U2] Strange...Not sure what it means.

But what is the 11?  Is that the computer trying to convert  into 11
If it is, I see it's humor, but I don't find it funny.

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Drew William Henderson
 Sent: Friday, August 13, 2010 12:26 PM
 To: U2 Users List
 Subject: Re: [U2] Strange...Not sure what it means.
 
 The ^003 is the ascii code for End of Text (ETX).
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of George Gallen
 Sent: Friday, August 13, 2010 12:02 PM
 To: U2 Users List
 Subject: [U2] Strange...Not sure what it means.
 
 ok. This is in UV 10 on Linux.
 
 Type at the 
 ED VOC TESTXX1 TESTXX1
 
 (yes, there is only one double quote on the second entry - I found this
 by forgetting the first)
 
 ED VOC TESTXX1 TESTXX1
 
 SELECTed record name = TESTXX1.
 New record.
 
 : N
 
 SELECTed record name = TESTXX1^00311.
 New record.
 
 : N
 
 How does a () equate to ^00311 and what exactly is ^00311 ?
 
 
 George Gallen
 Senior Programmer/Analyst
 Accounting/Data Division, EDI Administrator
 ggal...@wyanokegroup.com
 ph:856.848.9005 Ext 220
 The Wyanoke Group
 http://www.wyanokegroup.com
 
 
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Strange...Not sure what it means.

2010-08-13 Thread Drew William Henderson
The ^003 is the ascii code for End of Text (ETX).

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Friday, August 13, 2010 12:02 PM
To: U2 Users List
Subject: [U2] Strange...Not sure what it means.

ok. This is in UV 10 on Linux.

Type at the 
ED VOC TESTXX1 TESTXX1

(yes, there is only one double quote on the second entry - I found this by 
forgetting the first)

ED VOC TESTXX1 TESTXX1

SELECTed record name = TESTXX1.
New record.

: N

SELECTed record name = TESTXX1^00311.
New record.

: N

How does a () equate to ^00311 and what exactly is ^00311 ?


George Gallen
Senior Programmer/Analyst
Accounting/Data Division, EDI Administrator
ggal...@wyanokegroup.com
ph:856.848.9005 Ext 220
The Wyanoke Group
http://www.wyanokegroup.com



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] tool for converting xls spreadsheets to txt files

2010-08-04 Thread Drew William Henderson
Bonnie,

If working with Perl is an option for you, there is a module you can use to 
parse xls files:
http://search.cpan.org/~dmow/Spreadsheet-XLSX-0.13-withoutworldwriteables/lib/Spreadsheet/XLSX.pm

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barber, Bonnie
Sent: Wednesday, August 04, 2010 2:13 PM
To: u2-users@listserver.u2ug.org
Cc: Ferguson, Gary
Subject: [U2] tool for converting xls spreadsheets to txt files

Is there a conversion tool or utility available for converting xls spreadsheets 
to txt files on a Universe system.  We get sales and other files and have to 
manually open them and save them as txt files, then manually ftp them to a 
directory on our Unix AIX system before we can process them with our Universe 
applications.  We would to have the system convert these for us so we could 
automate the processing of these files.

Thanks,
Bonnie Barber
Perseus Distribution | Senior Programmer, J-Cispub
731-988-3135 Direct   800-343-4499 ext. 178
731-988-4452 Fax
Unus pro omnibus, omnes pro uno

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] sudo for dummies

2010-04-02 Thread Drew William Henderson
John,

I think this is an issue of how processes work in *nix, and how Universe looks 
at the account.  Whether you execute sudo as a new process or replace the 
current process with the command you are executing (via exec), uv is running 
as root (you can do SH -c ps -ef | grep uv to see the process ownership).  
This looks like what uv is picking up for @LOGNAME.

I'm not sure there is a way around this (I'm not that familiar with the 
intricacies of sudo) from the OS side.  I wonder, however, if it might be 
possible to incorporate this into your basic programs.  I'm guessing that the 
root functions that you need are shell commands and not Universe basic 
programs.  If this is the case, to run the lastb command (which needs rood 
privileges; at least, in Linux...been a couple years since I've worked in 
HP-UX), you can do SH -c sudo lastb, for example.  If this is the case, and 
depending on the robustness of the sudo command in HP-UX, you can also address 
some of the security issues by specifying only those commands that your 
developers need to be able to run.

If, however, it is to run basic programs, you might be able to create the 
concept of a root equivalency file.  We had this in our legacy ERP system.  
Create a file that has read-only access from most accounts, with a record that 
lists each account that you want to have root privileges.  This could be easy 
to do if you have a single subroutine that checks permission levels and returns 
a yea or nay, or a nightmare if each program does its own checking.

Hope this helps.

Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Rodgers
Sent: Friday, April 02, 2010 8:57 AM
To: U2 Users List
Subject: Re: [U2] sudo for dummies

I understand the security implications - and I can believe that there
may be better approaches. I am just not sure what they would be which do
not involve a lot of setup and management overhead.
It is what we have in place so I have to work with it.

This is for our development team only on a development platform.
This is not done on the LIVE box.

Programmers sometimes need root privileges for certain tasks.
Setting passwords for test users etc.

This is why we allow this level of access for a small number of
identified users only by modifying the user login profile.




John Rodgers

MasterPack Project Team

Masonite International

Tel:  (813) 2612396 ext 3036


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom Whitmore
Sent: Friday, April 02, 2010 8:45 AM
To: U2 Users List
Subject: Re: [U2] sudo for dummies

Can you explain what you are trying to do?

you are creating a huge security hole with sudo because once the user is
logged into UniVerse as root they can shell out, as root, and do
whatever they would like to as root.

If you want to have a user that can perform UniVerse admin role, check
out the uniadmin user.  I also believe U2 is making this more
functional.

Tom
RATEX Business Solutions.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Rodgers
Sent: Friday, April 02, 2010 8:08 AM
To: U2 Users List
Subject: [U2] sudo for dummies

I have a problem with a developer login where we want to provide 'root'
privileges on our DEV box.

 

HP-UX B.11.11 U 9000/800 (tl)

UniVerse 9.6 in Pick flavor

 

 

This is done by changing the login profile to run something this:

 

exec /usr/local.bin/sudo /usr/opt/uv/bin/uv

 

This gives us 'root' access in UniVerse.

 

For one user this is not working but I cannot spot any difference in his
setup from anyone else's.

 

The exec sudo (above) is changing the user id to root.

For our other users the @LOGNAME in UniVerse does not change.

Our login process relies on the @LOGNAME to perform some other checks
which are now failing for this user.

 

Can anyone explain why the user.id would be changed by 'sudo'.

Is there some setting or switch for sudo where this is controlled?

 

Alternatively, is there a UniVerse option where the User Name might be
somehow reset? (really clutching at straws here.)

 

 

Cheers

 

JR

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] FTP Users in HP-UX

2010-04-01 Thread Drew William Henderson
It's been a while since I've worked in HP-UX, but I think the standard ftp 
daemon runs out of inetd.  Take a look at your /etc/inetd.conf file to see if 
it is enabled there (if telnet is working, then so is inetd; this assumes HP-UX 
has not moved all this to individual files, as some other Unix variants have 
done.)  

There are also some files in /etc that can indicate who can or cannot ftp; take 
a look for some files like ftp.allow and ftp.deny (better yet, do an ls /etc | 
grep ftp [no quotes] to get a listing of any files with ftp in them.)

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ben Souther
Sent: Thursday, April 01, 2010 8:48 AM
To: U2 Users List
Subject: Re: [U2] FTP Users in HP-UX

That's what it sounds like.

I would do a search on the system for a file named ftpd.

On most Linux boxen it would usually be in 
/etc/rc.d/init.d/

Once you find it, CD to the directory where it resides and type:
./ftpd start

You might need to be root to do this.



To search the entire machine for the executable:
find / -name ftpd -print


Good-Luck



On Thu, 2010-04-01 at 13:24 +0100, Bob Witney wrote:
 Daemon not come back up ?
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tom
 Sent: 01 April 2010 13:13
 To: u2-users@listserver.u2ug.org
 Subject: [U2] FTP Users in HP-UX
 
 We have something strange happening with FTP on our UNIX box. We have 
 some users setup to FTP files from our windows server to the UNIX box. 
 They were working fine until we rebooted the UNIX server. Now none of 
 them have FTP access into the UNIX box. This was the first time the box 
 had been rebooted since setting them up. These logins can telnet in fine
 
 but cannot ftp.
 
 I have reviewed all the settings and believe they are all correct. I am 
 not a UNIX guru but know enough to be dangerous;) Wish there was a 
 setting up FTP for Dummies instruction manual. Any clues as to what may 
 be part of the puzzle I am missing?
 
 Hardware : HP
 Operating system : HP-UX
 O.S. version : B.11.00
 UniData version  : 6.1.16
 
 Tom
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email 
 __
 
 Confidentiality Notice:  This e-mail and any attachments are intended solely 
 for the addressee and may contain confidential or privileged  information.   
 If you are not the named addressee, or the person responsible for delivering 
 the message to the named addressee, please notify the sender as soon as 
 possible and delete the material from your computer.  This message will be 
 protected by copyright.  If it has come to you in error, you must not take 
 any action based on its contents nor must you copy or show the message to any 
 person other than the intended recipient. 
 _
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email 
 __
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
-- 
Ben Souther
Manager, Web and Web Service Development
bsout...@fwdco.com | 508.927.8147
FWDavison  Company, Inc.
10 Cordage Park Circle, Suite 200
Plymouth, MA 02360-7318

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying
documents, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure, distribution or copying is prohibited. If you
are not the intended recipient, please contact our office by e-mail or
by telephone at (508) 747-7261 and immediately destroy all copies of the
original message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] On Linux

2010-03-05 Thread Drew William Henderson
We are running an older version (10.0.9) on Centos.  When we first migrated 
that legacy system from HP-UX to RHE (don't recall the version) the primary 
issue was modifying scripts we had developed to handle printing.  The data 
files and applications moved cleanly (had to run the conversion program for the 
changing endian). The system is only accessed for historical data now (with a 
couple exceptions), so when the hardware crashed last summer, we moved it to a 
virtual machine (VMware) running Centos.  With that migration, we had to make a 
couple changes to the OS terminfo files (keypads wouldn't work right).

I don't recall any other major issues; but my memory file is static, and hasn't 
been resized in way too long!

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Anthony W. Youngman
Sent: Friday, March 05, 2010 1:59 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UV] On Linux

In message 734517.36695...@web36904.mail.mud.yahoo.com, Jacques G. 
jacque...@yahoo.com writes
Hello,

I've it mentioned a few times that Universe is available on Linux.   On 
what flavor of Linux is it available ?   Has anyone here been using it 
and are there any issues versus how it works on UNIX ?

Look on the compatibility matrix.

I'm pretty certain that RedHat/Intel is supported. I *think* SuSE/Intel 
is *probably* supported.

I certainly have the impression that SuSE is supported but it might be 
SuSE/390 for mainframes.

I've also seen reports of it running on other linuxen, but installing it 
can be a pig. The RedHat options on the install don't necessarily work 
on other versions, and you might find yourself having to edit the 
install script (in particular the cpio options), or messing about with 
the runlevels to get the daemon to start by default.

Cheers,
Wol
-- 
Anthony W. Youngman pi...@thewolery.demon.co.uk
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] TOP/LIMIT Equivalent?

2010-02-18 Thread Drew William Henderson
Universe stores records in hashed files, so the concept of the last 100 
records doesn't really apply.  You can use the SAMPLE keyword to specify a 
number of records to pull out:

LIST target_file SAMPLE 100

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Andrew E. Tegenkamp
Sent: Thursday, February 18, 2010 12:50 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] TOP/LIMIT Equivalent?

In UniVerse, I can't seem to find the syntax like MSSQL's SELECT TOP 100 or
MySQL's LIMIT 100 clause.

Does UniVerse have this syntax somewhere I'm not seeing in the
documentation? I'm just trying to pull out the last 100 records of a table
and export them out as a sample.

Thanks,
Andrew

...
Andrew E. Tegenkamp
Director, Systems Integration
G3 Systems, Inc.
P:540.951.4300
F:540.951.4311
http://www.g3.com


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2are good in concert

2009-08-27 Thread Drew William Henderson
LOL with 'Verse on bass, and 'Data on drums! :-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of TaylorSwift
Sent: Thursday, August 27, 2009 8:36 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] U2are good in concert


I've seen U2 band many times… They have captivated millions of fans
worldwide. Last time I got my  http://www.ticketwood.com/u2/ U2  tix for
their last concert but before I compare prices for free via this 
http://www.ticketwood.com/u2/
The band was up for it from the start...waited along time to catch  It was
really a great concert.

-- 
View this message in context: 
http://www.nabble.com/U2are-good-in-concert-tp25167557p25167557.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] ESC in Unidata

2009-07-31 Thread Drew William Henderson
It's a PCL (Laserjet) command for positioning to 170 dots horizontally and ROW 
dots vertically before printing the line.  A subset of the commands available 
can be found here:

http://h2.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpl02705

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Laansma
Sent: Friday, July 31, 2009 8:10 AM
To: U2 Users List
Subject: Re: [U2] ESC in Unidata

It is probably the escape key, ascii 27.  This syntax usually is
telling a terminal (emulator) or printer to do something special.

Each device has its own 'escape sequence' language, as such, that tells
it to do different things.  The sequence of characters that follow the
ESC character are very specific instructions for that particular
device.

For example, move the cursor to a specific row and column on the screen,
or change the characters per inch on the printer to 10.

I cannot tell by this code alone what it is trying to do.

David Laansma
IT Manager
Hubbard Supply Co.
Direct: 810-342-7143
Office:810-234-8681
Fax: 810-234-6142
www.hubbardsupply.com
Delivering Products, Services, and Innovative Solutions

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Vaibhav Patil
Sent: Friday, July 31, 2009 8:05 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] ESC in Unidata


Please can you tell me the meaning of the following Unidata statement.

PRINT ESC:*p170x:ROW:Y:BODYLINE ;

What is the significance/use of keyword ESC?
--
View this message in context:
http://www.nabble.com/ESC-in-Unidata-tp24755334p24755334.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


RE: [U2] Printing from UV through a windows server for PDFs, forms, etc.

2009-04-30 Thread Drew William Henderson
I wasn't nearly informative enough...Source4 was where we bought the software.  
It was actually Formport from Capella Technologies: 
http://www.capellatech.com/pages/2.7.1.formport_server.html

HTH
Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Robert Porter
Sent: Thursday, April 30, 2009 1:57 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Printing from UV through a windows server for PDFs, forms, 
etc.

Thanks for the suggestions so far but none of those looks familiar... the way
the one I looked at worked was you would setup printers on the Windows server
and then define a LPR on the Unix/UV box.  IIRC, it could also do barcodes by
embedded a tag in the document -- why I originally made a note of it. Now my
last HP printers with barcode font DIMMs are dying, I need to find it again.

Rob



Robert F. Porter, MCSE, CCNA, ZCE
Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System

This transmission (including any attachments) may contain confidential
information, privileged material (including material protected by the
solicitor-client or other applicable privileges), or constitute non-public
information. Any use of this information by anyone other than the intended
recipient is prohibited. If you have received this transmission in error,
please immediately reply to the sender and delete this information from your
system. Use, dissemination, distribution, or reproduction of this transmission
by unintended recipients is not authorized and may be unlawful.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Performance monitoring

2009-03-05 Thread Drew William Henderson
MFILES is related to the OS per process open file limit (documented in the 
uvconfig file).  The specific name of this value varies for different OSes.  It 
looks like the default limit for AIX is 2000 (listed as nofiles).  This was 
the absolute maximum until around 4.3.1.  An individual user can see their 
setting via the ulimit -a command. 

Some time ago we had a program that started getting slower over time.  Turns 
out the original programmer had made liberal use of dynamic arrays rather than 
dimensioned arrays, and these become horribly inefficient when they become 
large.

HTH
Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Dan Fitzgerald
Sent: Thursday, March 05, 2009 2:47 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Performance monitoring

Get a count of the number of read locks at a busy time. If it's more than
RLTABSZ times GSEMNUM, you'll want to increase gsemnum. I would avoid
increasing GLTABSZ and RLTABSZ by much; the lock table is a hashed table,
and just like uv files, broad and shallow yields better performance/less
contention.

Also look at MFILES; in the uv account, do a PORT.STATUS with the MFILE.HIST
option to see how things are going. Closing  reopening files is very
expensive. I've asked a few people if there's an upper limit, and while
nobody will commit to an answer (feel free, anyone), there appears to be no
penalty to making it too big.

I don't recall what the scratch buffer pool does, and the documentation is
sparse.

SELBUF is interesting, if you're doing a lot of selects. The default is 4,
in units of 1K. So, if you do a select, it starts accumulating a list of
id's in RAM until the size of that list reaches 4K. At that point, it
creates a file in UVTEMP, and you're going to disk. I can't see much reason
not to increase this to 1024, so select lists up to 1Mb are created in RAM.

These may help some, but unless MFILES is massively underconfigured and
you're using some absurd amount of cpu to just close  re-open files, I'm
inclined to think that the symptoms you mention indicate that AIX VMM tuning
will give you more bang for the buck. I'd be especially looking at how VMM
is treating computational vs file cache; with the amount of data you churn
through in a night, you'll want to be sure to heavily favor computational
memory pages.

How much RAM do you have?


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of ericro
Sent: Wednesday, March 04, 2009 7:31 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Performance monitoring

Sounds like a good start.  I'm also wondering how the Universe config is
playing into things.

There are some parameters we've never changed, i.e. the scratch buffer
stuff, and others we have such as the lock parameters.  We haven't changed
any of these in some time, but I'm wondering if we're hitting some
thresholds.

How would I know?



Dan Fitzgerald wrote:

 Of course, there are a lot of things to look at.

 I think what you're looking for is svmon -U username. This will show you
 the
 user's memory map. Svmon with no arguments shows you overall stats; one
 thing to look for there is that there should be no pinned memory for UV;
 Oracle needs pinned memory, it's wasted with (and unusable to) UV.

 Further, there are three AIX commands that will display environment
 variables (as of 5.2) are vmo, ioo, and schedo. Vmo -l, for example, will
 give you virtual memory settings. These are stored in
 /etc/tunables/lastboot, but - similar to looking at uvconfig rather than
 analyze.shm - what's in lastboot may not be the current values.

 Now, one of the first things to look at is in vmstat -v. This is output in
 nmon, if you're running that daily (recommended); if not, you can run it
 at
 the command line. Look for these lines:

 vmstat -v 0 pending disk I/Os blocked with no pbuf
 vmstat -v 0 paging space I/Os blocked with no psbuf
 vmstat -v  9877 filesystem I/Os blocked with no fsbuf
 vmstat -v 0 client filesystem I/Os blocked with no fsbuf
 vmstat -v 0 external pager filesystem I/Os blocked with no
 fsbuf

 If, over time, these are growing, you'll need to increase the number of
 the
 various file buffers. If you see growth over, say, an hour, you'll want to
 increase significantly.





 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org
 [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of ericro
 Sent: Wednesday, March 04, 2009 1:59 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Performance monitoring

 We run an IBM P570 with 12 processors running Universe 10.2.4, average of
 400
 users against at EMC DMX4500 disk array.  20 file systems with each about
 45gb, 60-80% utilized striped across 94 disks.

 We do tons of batch processing at night and our rate of data change is
 about
 175GB an hour at 

RE: [U2] User count not correct

2009-03-04 Thread Drew William Henderson
Do you have anyone using ODBC on the database?  I don't recall if it shows up 
in a LISTU.

Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of bpa...@serta.com
Sent: Wednesday, March 04, 2009 1:04 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] User count not correct

Good day everyone!

I have a customer running U2 on W2K.

They are licensed for 29 users.  They cannot log in because it is acting like
it's at the limit.  If I do a LISTU, it shows 15 users logged in.  If I run
the USERS command (or CRT SYSTEM(35)), it says there are 29 users logged in.

This occurred after a reboot.

How do I clean this up?

Thanks!
Brian Paige

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _


Serta International Corporate Headquarters 
has moved to 2600 Forbs Avenue, Hoffman Estates, IL 60192

  Phone 847-645-0200Fax: 847-645-0205


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material not 
intended for Public use.
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is
strictly prohibited. If you received this communication in error, please notify 
the sender and delete the material from any and all computers or devices.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Performance monitoring

2009-03-04 Thread Drew William Henderson
If you haven't already, you might want to take a look at the topas command.  
It'll give you an overall view of what's going on with the system, including 
per/processor utilization, per/process information, and disk utilization 
information.  The h key while in the program provides a bit more useful 
information on toggling between screens and what it'll do than does the man 
page.

HTH
Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of ericro
Sent: Wednesday, March 04, 2009 1:59 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Performance monitoring

We run an IBM P570 with 12 processors running Universe 10.2.4, average of 400
users against at EMC DMX4500 disk array.  20 file systems with each about
45gb, 60-80% utilized striped across 94 disks.

We do tons of batch processing at night and our rate of data change is about
175GB an hour at night.  We're running into some performance issues, jobs
taking much longer, keyboard response slow, editing single records taking a
long time, etc. and want to really dive in to see what's going on.  We've
looked at file sizing and have done a fair amount of resizing, but to little
avail.

Does anyone have any tools, or know of any tools, similar to Oracle, that
can really give me insight into what's happening with a given user session
at any time?  I know I can do port.status and find the address in the code
and see what's being executed at that time, but I want something more that
will show memory utilization and other stats like that.

Any help would be appreciated.
--
View this message in context: 
http://www.nabble.com/Performance-monitoring-tp22336819p22336819.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] User count not correct

2009-03-04 Thread Drew William Henderson
Uvlictool shows the same number of licenses in use, while the ps command 
shows multiple uv processes.

Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Charles Stevenson
Sent: Wednesday, March 04, 2009 4:40 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] User count not correct

What happens if a UV process shells out  executes a shell script that, in
turn, invokes uv?
I don't think it increments the user count, but I'm not sure.  I do know it
stomps all over the parent uv's printer segment, so it's generally not a
good idea.

And, yes, look up uvlictool.  there are report   clean options.  Anyone
can report, administrator can clean.

cds

On Wed, Mar 4, 2009 at 10:04 AM, bpa...@serta.com wrote:

 I have a customer running U2 on W2K.

 They are licensed for 29 users.  They cannot log in because it is acting
 like
 it's at the limit.  If I do a LISTU, it shows 15 users logged in.  If I run
 the USERS command (or CRT SYSTEM(35)), it says there are 29 users logged
 in.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Where have all the printers gone?

2009-02-03 Thread Drew William Henderson
Jeff,

I think most of the stuff is in uvspool/sp.config (at least on the Unix side).  
I always edited this file directly, and never added anything to DEVICE.

Drew

-Original Message-
From: owner-u2-us...@listserver.u2ug.org 
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Schasny
Sent: Tuesday, February 03, 2009 12:55 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Where have all the printers gone?

Universe 10.2.4

In the process of setting up a new printer I've noticed that most of my
printers have no entry in DEVICE. Where is UV storing them these days?
--

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
/Come To The Dark Side, We Have Cookies./

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD HP-UX] I need to track user logins

2008-11-05 Thread Drew William Henderson
You can use find and look for .sh_history files older than 90 days.

HTH
Drew

On Nov 5, 2008, at 5:10 PM, George Gallen [EMAIL PROTECTED]
wrote:

 What if you create a directory (not in /tmp, because it gets cleared
 every
 so often as well). And place in the login script (/etc/profile), a
 touch command
 (touch /dirctory/`id -un`) using the user login name in that
 directory.

 This way, if you sort the directory (ls -lat) you will get a latest
 to longest
 of who hasn't logged into the system.

 George

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of jpb-u2ug
 Sent: Wednesday, November 05, 2008 3:45 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] [UD HP-UX] I need to track user logins


 The problem with last is that the file it uses for logging
 the users wtmp
 is usually cleared every month, at least on Red Hat. What I
 do is create a
 text file from the output of the last command at the end of
 each month and
 import the results into the database. That way I have the
 start and stop
 time and day for every user that has logged onto the system during
 the
 month. This had made it easy to show when a user has been at
 work and for
 how long.

 Jerry Banker

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Lunt, Bruce
 Sent: Wednesday, November 05, 2008 11:50 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] [UD HP-UX] I need to track user logins

 Hi All,



 I need to provide a report that shows what users have not
 been on the system
 for the last 90 days. I don't know how to do this and was hoping that
 someone out there could help me.



 Thanks in advance,

 Bruce Lunt
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/