Re: [U2] Simple Masking of Password Input (Universe Basic)

2011-08-17 Thread andy baum
Another version using !GET.KEY that just beeps if invalid characters are entered. Should be OK in most instances although !GET.KEY is not as good as the PI/Open implementation and does have some foibles,   $INCLUDE UNIVERSE.INCLUDE GTI.FNKEYS.IH    PASSWD = ''    LOOP   CALL !GET

[U2] Universe on RHEL 6

2011-08-17 Thread Michael Pflugfelder
Is anyone running any version of Universe on RedHat Enterprise Linux 6 that was released earlier this year. I understand that the U2 Compatibility Matrix does not list it there. If you do, would you share your setup and experiences. Any problems? ===

Re: [U2] Universe on RHEL 6

2011-08-17 Thread Dianne Ackerman
When I tried to order it a few weeks ago, they wouldn't send it to me, said there are issues that need to be worked out still. -Dianne On 8/17/2011 10:18 AM, Michael Pflugfelder wrote: Is anyone running any version of Universe on RedHat Enterprise Linux 6 that was released earlier this year.

Re: [U2] UD - Triggers

2011-08-17 Thread Bill Haskett
Martin: Thanks. I guess the problem must be with the subroutine that's called by the trigger. I'll look into that. Thanks again, Bill Martin Braid wrote: No, CUSTOMER and CUSTOMER,CUSTOMER act the same as long as you

Re: [U2] Simple Masking of Password Input (Universe Basic)

2011-08-17 Thread nschroth
Thanks for all the suggestions. I went with a variation, using ECHO OFF/ON and and specific screen position for the input. Had problems detecting CHAR(13). Learned that INPUT @ screws up things, so utilized the CRT@ for positioning. I'll look into adding backspace handling next. Here is what I

Re: [U2] Simple Masking of Password Input (Universe Basic)

2011-08-17 Thread Mecki Foerthmann
When I was a Junior programmer I wrote pretty much the same piece of code. Unfortunately the users hated it! For the sake of displaying something when they typed a password they lost the ability to correct typing mistakes. Because with INPUT,1 the Backspace key doesn't work! So I had to go back

Re: [U2] Universe error message 5000

2011-08-17 Thread fft2001
005000 001 Monkey 002 Cock 003 Dog 004 Boar 005 Rat 006 Ox 007 Tiger 008 Rabbit 009 Dragon 010 Snake 011 Horse 012 Sheep ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Universe error message 5000

2011-08-17 Thread David A. Green
Looks like Chinese year of the ... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sent: Wednesday, August 17, 2011 5:36 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe error message 50

[U2] UniVerse backups to disk

2011-08-17 Thread Chris Lee
Hi All, We're running UniVerse 10.1.17 on AIX 5.3 and the backup feature included within our vendors software is pretty basic and only allows backups of Universe to tape. I'm going to continue running backups to tape on a nightly basis, but I'd also like to automate backups over the network to an

Re: [U2] UniVerse backups to disk

2011-08-17 Thread Gregor Scott
Chris, add the options "-notag -limit 1" to your command line. The "-notag" stops UV from updating the header of each record after it is included in the backup. The "-limit 1" stops uvbackup from trying to use the shared-memory "feature", which can severely impact the performance. The uvbackup