Re: [U2] Inverting/Pivoting a table

2012-09-11 Thread Ross Ferris
David, How many rows are there in your source flat file? If you found an intrinsic function to do what you are after, what next? What would you do with the resulting in-memory array? Knowing the size of the data set, and the end use, can impact the best solution to your problem at hand,

[U2] UniVerse 11.1.9

2012-09-11 Thread Brian Leach
Hi Is anyone else experiencing performance problems with 11.1.9? I've just upgraded my laptop to 11.1.9 (Win7x64) and it's horribly slow, taking about 30 seconds to start any UniVerse process. This affects the initial uv.exe process, whether from cmd or telnet or UniObjects, and any

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Wjhonson
Universe has an internal file called errlog It's not a windows log, its generated by Universe errors. What's it say -Original Message- From: Brian Leach br...@brianleach.co.uk To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Tue, Sep 11, 2012 9:46 am Subject: [U2] UniVerse

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Brian Leach
errlog - nothing relevant. Ditto for all the daemon logs (uvsmm.errlog, uvcleanupd.errlog etc). Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: 11 September 2012 17:53 To:

Re: [U2] Inverting/Pivoting a table

2012-09-11 Thread Rex Gozar
Not a function, but there are some subroutines that flip posted on PickWiki: http://www.pickwiki.com/cgi-bin/wiki.pl?Row2Col AND http://www.pickwiki.com/cgi-bin/wiki.pl?Row2Col_II rex ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Daniel McGrath
Hi Brian, Just letting you know I've checked our system and no-one has logged anything along these lines for UV 11.1.9 Regards, Dan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: Tuesday,

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Brian Leach
Dan Thanks! Guess I'll have to solve it myself :( Cheers Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath Sent: 11 September 2012 18:13 To: U2 Users List Subject: Re: [U2] UniVerse 11.1.9 Hi

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Horacio Pellegrino
Turn off antivirus... hp On Tue, Sep 11, 2012 at 1:18 PM, Brian Leach br...@brianleach.co.uk wrote: Dan Thanks! Guess I'll have to solve it myself :( Cheers Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread George Gallen
Is there any chance windows is doing it's own update in the background? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: Tuesday, September 11, 2012 1:19 PM To: 'U2 Users List' Subject: Re: [U2]

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Brian Leach
Urgh. Found it. Every uv executable and sub-executable is trying to (separately) get its AD information, and I'm on a stand-alone laptop so I don't have an AD controlle. And somewhere in the stack (using UserPrincipal.FindByIdentity?) it's making a call out to \\Server*\MAILSLOT\NET\NETLOGON

Re: [U2] UniVerse 11.1.9

2012-09-11 Thread Augusto Alonso
Hi. Have you checked the Windows task-manager ? Is there anyone eating all your CPU or RAM? By the way, have you done a fresh install or an upgrade? Regards -- Augusto 2012/9/11 Brian Leach br...@brianleach.co.uk Hi Is anyone else experiencing performance problems with 11.1.9? I've

Re: [U2] Inverting/Pivoting a table

2012-09-11 Thread Dave Laansma
SPLICE ... now THAT'S a cool little tool! I'll have to do some testing with null attributes and values, but this just may work! Thank you Rex and Stuart! Sincerely, David Laansma -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org]

Re: [U2] Inverting/Pivoting a table

2012-09-11 Thread Perry Taylor
Just a little curiosity... ADP, in their flavor of Reality, has a user exit that did exactly this kind of transformation. Was kind of handy. Perry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Laansma

Re: [U2] [U2[UV] @TIME and TIME() not reliable

2012-09-11 Thread Gregor Scott
The TIME() function is sensitive to local timezone settings in the OS. Is there a difference in the TZ environment variable between the two HP machines, or even for the user id running UV? -Original Message- From: u2-users-boun...@listserver.u2ug.org