Re: [U2] Triggers and Account Copy

2009-06-01 Thread Boydell, Stuart
...if it's a 24/7 file (ie you can't drop the trigger as it would compromise data integrity) you can edit the file header once it has been restored. It's fiddly but possible. We do it this way when using a snap copy of the production database. Stuart Boydell

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread Jo Lester
Testing a reply Date: Mon, 1 Jun 2009 20:34:41 -0400 From: cheetah...@comcast.net To: u2-users@listserver.u2ug.org Subject: Re: [U2] [u2u] UV on Windows question Thunderbird does the list on reply w/o intervention. PS: Wol? any better luck with LinkedIn over across the pond?-- Regards, Scott

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread Scott Richardson
Thunderbird does the list on reply w/o intervention. PS: Wol? any better luck with LinkedIn over across the pond? -- Regards, Scott Richardson ** Sr. Systems Engineer * IT Consultant Marlborough, MA 01752 CheetahFTL **

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread Don Verhagen
My Outlook Express 2003 directs replies directly back to the list. -- Don V > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug > Sent: Monday, June 01, 2009 6:51 PM > To: u2-users@listserver.u2ug.org >

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread Larry Hiscock
It might be your email client, Jerry. I have the lists setup to reply-to the list itself (the default for Mailman is to reply to the original sender). Using MS Outlook 2007 here, I just clicked reply to this post, and the list address was automatically selected. Larry Hiscock Moderator F

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread jpb-u2ug
How interesting, you can't just reply to the email anymore, you have to change the to address. Jerry Banker From: Dave R [mailto:dave.ra...@juno.com] Sent: Monday, June 01, 2009 3:54 PM To: jpb-u...@hotmail.com Subject: Re: [u2u] UV on Windows question Unix has it's own set of administ

Re: [U2] Triggers and Account Copy

2009-06-01 Thread Scott Ballinger
Mark, UV stores the location of the index(es) in the file header, so your "test" files would still point back to the original indexes, and potentially corrupt them as you changed the test data. The SET.INDEX verb allows you to view/update the index location path. I think you should be able to use

Re: [U2] Triggers and Account Copy

2009-06-01 Thread John Jenkins
If you are using uvbackup / uvrestore drop the triggers first. Regards JayJay From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Eastwood Sent: 01 June 2009 20:19 To: U2 Users List Subject: [U2] Triggers and Account Copy Uv 10.

Re: [U2] DataStage and UniData

2009-06-01 Thread RadU2
Datastage is based on a custom version of Universe. So, there are three U2 databases: Unidata, Unviverse and Universe (Datastage). Dawn Wolthuis-2 wrote: > > Is anyone live with DataStage and UniData? I am interested in success > stories as well as any suggestions for success. In this case the

[U2] Triggers and Account Copy

2009-06-01 Thread Mark Eastwood
Uv 10.2 RH I need to copy a "live" account to a "test" account (i.e. cp -r live test), but the live account has Triggers setup on several files. Should I drop these triggers before copying? Or can they be left alone and work in the new account just fine? I know indexes require some cleanup after

[U2] Odd permissions error running a vb script using dos /c command

2009-06-01 Thread Dave Greer
I have a vb script that updates a filezilla configuration file on another server given a username and password. Universe 10.2 is running on a Windows 2003 Server. The Universe Server has administrator permissions on the other server. If I run the script from the windows command line of the Uni

Re: [U2] unidata hangs

2009-06-01 Thread Dean.Armbruster
If you're not yet up to 7.1.15 or higher, you can fake df so that smm will not hang. Like this: 1. Rename "/usr/bin/df" to "/usr/bin/df.real". 2. Create a script to replace "/usr/bin/df". #!/bin/sh cat /tmp/dfoutput 3. Create a cron job to occasionally update the cat'd file using the

Re: [U2] Dimensioned Array Question

2009-06-01 Thread Edward Brown
Although it would be nice to be able to set a starting attribute, so - for example - figures for a specific year could be written to a small array without using offsets. VB6 allows this - not found a way in unidata, though. DIM YEAR.INFO(1990 to 2008) Ed From: u2-users-boun...@listser

Re: [U2] Dimensioned Array Question

2009-06-01 Thread George Gallen
OOH, thats what the second attribute is for . I did test it, and DIMensioned my test to 10,5 and yes, the second attribute changed from 1 -> 5 So, the second attribute is not the starting attribute, but the Y dimension. George From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...

Re: [U2] Dimensioned Array Question

2009-06-01 Thread Brian Leach
Hi Karen That should work on UniVerse also: CT test.bp call called call 0001 DIM Array(20) 0002 call called(MAT Array) called 0001 SUBROUTINE called(MAT Array) 0002 Crt InMat(Array) 0003 STOP run test.bp call 20ý1 i.e. 20 x 1 (remember arrays can be more than one dimension)

Re: [U2] Dimensioned Array Question

2009-06-01 Thread asvin . dattani
INMAT(array) works on Universe too. If you cant get it to work, you could try MATPARSE. cheers, asvin u2-users-boun...@listserver.u2ug.org wrote on 01/06/2009 16:08:03: > "Edward Brown" > Sent by: u2-users-boun...@listserver.u2ug.org > > Jun 01 2009 16:08 > > Mail Size: 22529 > > Ple

Re: [U2] Dimensioned Array Question

2009-06-01 Thread George Gallen
Im on UV 10 / Unix I get the following: >CT SOURCE TEST TEST 0001 DIM ANAME(10) 0002 CALL TESTIT.ONE(MAT ANAME) 0003 STOP 0004 END >CT SOURCE TESTIT.ONE TESTIT.ONE 0001 SUBROUTINE TESTIT.ONE(MAT ANAME) 0002 PRINT INMAT(ANAME) 0003 RETURN 0004 STOP 0005 END >RUN LIB TEST 10ý1 The outp

Re: [U2] Dimensioned Array Question

2009-06-01 Thread Edward Brown
INMAT(MY.ARRAY) should return the size of the array. Definitely works this way on Unidata... Ed From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bessel, Karen Sent: 01 June 2009 15:54 To: u2-users@listserver.u2ug.org Subject: [U2] Dimensi

[U2] Dimensioned Array Question

2009-06-01 Thread Bessel, Karen
A co-worker has a question about a dimensioned array that is being passed to a subroutine. Program MainLine DIM MY.ARRAY(20) Call Sub.Program (MAT MY.ARRAY) Subroutine Sub.Program (MAT MY.ARRAY) Is there any command in the subroutine that will tell her what the dimensions of M

Re: [U2] [u2u] New Listserver

2009-06-01 Thread Norman Bauer
Lag time. Lets see if this test gets back to me in 30 seconds. On Mon, Jun 1, 2009 at 9:19 AM, George Gallen wrote: > NICE under 30 seconds. > >> -Original Message- >> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- >> boun...@listserver.u2ug.org] On Behalf Of George Gall

Re: [U2] [u2u] New Listserver

2009-06-01 Thread George Gallen
NICE under 30 seconds. > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of George Gallen > Sent: Monday, June 01, 2009 9:19 AM > To: U2 Users List > Subject: Re: [U2] [u2u] New Listserver > > Hopefully, that 30

Re: [U2] [u2u] New Listserver

2009-06-01 Thread George Gallen
Hopefully, that 30-40 minute lag time will have been eliminated But, still useful, even if not! George > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock > Sent: Saturday, May 30, 2009 3:23 PM

Re: [U2] [u2u] UV on Windows question

2009-06-01 Thread Brian Leach
Hi David HKEY_LOCAL_MACHINE\SOFTWARE\IBM\UniVerse\CurrentVersion\UseShortUserNames. (May not exist on installation) It's a DWORD, set to 1 to show user names without the domain prefix. Regards Brian _ From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u