[U2] Unidata on EVA SAN disk
Hi - we currently run unidata on tru64 5.1 with san attached storage consisting of several raid volumes This is a Compaq MA8000 with HSG80 controllers . We are going to move all this to a HP EVA san using virtual disk. Just wondering if anyone else has this. We have a 25GB RAID5 and a 50GB RAID5 volume, each is used for separate applications. One app does fairly intensive billing tasks writing thousands of small transaction records, per hour so I am concerned that performance will not drop. Thanks Steven Frost POWERCO 35 Junction Street Private Bag 2004 New Plymouth New Zealand Helpdesk 0800491491 DDI: +64 6 759 6583 Fax: +64 6 759 6253 Mob: +64 274 403940 Email:[EMAIL PROTECTED] Web: www.powerco.co.nz # This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal # * *** CAUTION: This email and any attachments may contain information that is confidential. If you are not the intended recipient, you must not read, copy, distribute, disclose or use this email or any attachments. If you have received this email in error, please notify us and erase this email and any attachments. You must scan this email and any attachments for viruses. DISCLAIMER: Powerco Limited accepts no liability for any loss, damage or other consequences, whether caused by its negligence or not, resulting directly or indirectly from the use of this email or attachments or for any changes made to this email and any attachments after sending by Powerco Limited. The opinions expressed in this email and any attachments are not necessarily those of Powerco Limited. * *** --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/
Re: [U2] [UV] TEXT box subroutine
Just sharing a nice feature of Accuterm. Good Luck Mark Johnson - Original Message - From: "Bob Woodward" <[EMAIL PROTECTED]> To: Sent: Monday, September 18, 2006 11:37 AM Subject: RE: [U2] [UV] TEXT box subroutine > Thanks, Mark, but changing term emulator software is not an option. This > needs to work in Dynamic Connect. > > BobW > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson > Sent: Sunday, September 17, 2006 9:20 AM > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] [UV] TEXT box subroutine > > Accuterm has a TXTBOX subroutine that can be immediately added anywhere > from > within any green screen program for the desired answer. > > I didn't look specifically, but I'm guessing that it has a multi-line > counterpart. > > Thanks. > --- > 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] TEXT box subroutine
Thanks, Mark, but changing term emulator software is not an option. This needs to work in Dynamic Connect. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson Sent: Sunday, September 17, 2006 9:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] TEXT box subroutine Accuterm has a TXTBOX subroutine that can be immediately added anywhere from within any green screen program for the desired answer. I didn't look specifically, but I'm guessing that it has a multi-line counterpart. Thanks. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/
[U2] [ADV] New free XLr8 Editor Upgrade
We at U2logic have had a crazy month of getting out a bunch of new usable features for our free XLr8 Editor. All of those wonderful features you have been waiting for have arrived. What is new? 1) Color coding of reserved words is now available. You can pick your own colors by going to preferences and XLr8 Editor/XLr8 Basic Code Editor menu tree. 2) Cache files listing for Universe. Since we have to open every file on your Universe system to find out what file type it is, you can now cache the listing. Change this functionality in the preferences XLr8 Editor menu tree. 3) Subroutines now can be folded and unfolded. This means if you have written your code with internal subroutine calls you can close them in the editor to a single line or open them fully. When you click on the subroutine name on the outline tab, your folded subroutine with unfold. By default the XLr8 Editor unfolds all subroutines. If you have not tried our XLr8 Editor based on the Eclipse.org technology, please go to our downloads option on U2logic.com menu. The instructions for downloading the XLr8Editor, java virtual machine, and eclipse.org tool set are described on that page. Regards, U2logic Team --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/
Re: [U2] UV.ACCESS Record Structure
Important precision : The "UV.ACCESS" file is used only in case of accessing UniVerse SQL tables. This is NOT a security backdoor to access files not declared as SQL tables !... Hervi BALESTRIERI Support Technique Avanci - Produits "U2" --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/
Re: [U2] UV.ACCESS Record Structure
Perry, I am to publish an article in IBM Knowledge Base on this topic. Here are the details that might help you : The format of an "UV.ACCESS" record is : AMC Column Label S/M Comment 0 @ID FunctionSingle a String recognized by the UniVerse administration tool concerned (1) 1 Users Users Multivalued System login authorized for the corresponding Function with the privileges listed in field "Privileges" 2 Privileges Privileges Multivalued value = "READ" or "WRITE" : a unique pair of character strings mentionning the SQL rights granted for the corresponding administrative Function for the administrators listed in the "Users" field (1) This string is hard coded in the product tools for these processes, which are setup by default in the "UV.ACCESS" file The good point you ask about is regarding the number of multivalues in the 2nd field of the record. Per my understanding, the actual logic of the internal function querying the special permissions appears someway curious in that it does not give an option to setup access rights per user, but only for all the users listed in field #1. In your example, if you want to add to a specific user (I'll name it "UVTLRADM") the ability to Activate-Deactivate files for logging, the following would be sufficient : >CT UV.ACCESS LOG_ACT LOG_ACT 0001 uvadm}root}NT AUTHORITY\system}UVTLRADM 0002 READ}WRITE But, it you want to revoke the "NT AUTHORITY\system" user this right, you would have : >CT UV.ACCESS LOG_ACT LOG_ACT 0001 uvadm}root}UVTLRADM 0002 READ}WRITE Hope this will help. Hervi BALESTRIERI Support Technique Avanci - Produits "U2" --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/