Re: [U2] LIST reports and Fields that Do reads

2013-07-19 Thread David Wolverton
In UniData we also make sure the file is opened to a COMMON variable. Makes a huge performance difference vs doing the OPEN on every call to the subroutine. YMMV Sent from my iPhone. Please forgive brevity as well as any auto-corrected or fat finger spelling errors! On Jul 19, 2013, at

Re: [U2] UniData PreStore to change the KEY of a record?

2013-05-29 Thread David Wolverton
into a bunch of COPY FROM FILE.A BAD.KEY, GOOD.KEY commands. Then save it as a PA and then execute it. David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton

[U2] UniData PreStore to change the KEY of a record?

2013-05-28 Thread David Wolverton
I am always using what I call 'PreStore' command... In the AE editor, I need to change Attb 2 from A]thisbad]C]D to be A]thisgood]C]D on a list of items... So I get the list, AE FILENAME and then... =FIX 2`R/thisbad/thisgood/`FI`=FIX Viola! The data is updated. I have a need to 'fix'

Re: [U2] UniData PreStore to change the KEY of a record?

2013-05-28 Thread David Wolverton
doesn't already exist with the new key. Hth Colin -Original Message- From: David Wolverton Sent: Tuesday, May 28, 2013 11:48 AM To: 'U2 Users List' Subject: [U2] UniData PreStore to change the KEY of a record? I am always using what I call 'PreStore' command... In the AE editor, I need

Re: [U2] srs4uv.com status [Was: Corrupted object in global catalog]

2013-01-04 Thread David Wolverton
Question on the Source Code Recovery -- is the logic such that it could be 'open sourced' or GPL'd? Or is there another way to do the source recovery? That is, were the mechanics sold to Rocket Software Professional Services? If not, could they be sold to another company is someone wanted to

Re: [U2] Wally Terhune

2012-12-14 Thread David Wolverton
Well he can ALWAYS continue in the User Group as an enthusiast! I mean, he can only play golf, fish, ski, etc etc for so many hours in a day, right?? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach

Re: [U2] Another job ad written by people who have no clue

2012-11-01 Thread David Wolverton
HA! I had to go look up SMILE for GIRLS -- what a GREAT acronym! They were really were creative (and yes, maybe a bit sexist...) in their naming! David W. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian

Re: [U2] Another job ad written by people who have no clue

2012-11-01 Thread David Wolverton
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, November 01, 2012 1:38 PM To: 'U2 Users List' Subject: Re: [U2] Another job ad written by people who

Re: [U2] Unidata 7.3.x on intel

2012-11-01 Thread David Wolverton
Is there a need for it? The UniVerse transition to 64 bit was **SO** painful that I suspect as long as the 32 bit binaries are performing, they have little reason to WANT to endure that torture... Personally, if they DID ship a 64 bit version tomorrow, I'd wait for everyone else to install it

Re: [U2] [u2] Parallel processing in Universe

2012-10-02 Thread David Wolverton
In my example, I would grab 'whatever' records were hashed in the to 'group' -- while it's not perfect since there are 'overflow' - was just trying to think of a way to break a file into pieces that would otherwise process much like a BASIC select - just grab the 'group' and go I can see it's

Re: [U2] [u2] Parallel processing in Universe

2012-10-02 Thread David Wolverton
and if the record were already locked, skip it until it reads An unlocked record (and locks it). Delete the record when finished. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Tuesday, October 02, 2012

Re: [U2] [u2] Parallel processing in Universe

2012-10-02 Thread David Wolverton
of work. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Monday, October 01, 2012 4:47 PM To: 'U2 Users List' Subject: Re: [U2] [u2] Parallel processing in Universe OK - I was trying to create

Re: [U2] [u2] Parallel processing in Universe

2012-10-02 Thread David Wolverton
Which was my question -- was there a way to 'jump to' a group or 'BASIC SELECT' with a'starting/ending' group -- so that again, 10001 moduo, one phantom does 'groups' 1-2000, next phantom does 'groups' 2001-4000 etc... But can't see that it's really possible without jumping through hoops that make

Re: [U2] [u2] Parallel processing in Universe

2012-10-01 Thread David Wolverton
So how would a user 'chop up' a file for parallel processing? Ideally, if here was a Mod 10001 file (or whatever) it would seem like it would be 'ideal' to assign 2000 groups to 5 phantoms -- but I don't know how 'start a BASIC select at Group 2001 or 4001' ... -Original Message- From:

Re: [U2] [u2] Parallel processing in Universe

2012-10-01 Thread David Wolverton
digits. (0-1, 2-3, 4-5, 6-7, 8-9) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: October-01-12 2:43 PM To: 'U2 Users List' Subject: Re: [U2] [u2] Parallel processing in Universe So how would

Re: [U2] Unidata 7.1.16 Multiple Active Select Lists

2012-09-24 Thread David Wolverton
I've found that TO 8 does not work... HOWEVER... LISTNO = 8 TO LISTNO Works fine... always meant to ask Rocket why I have that issue, but just worked around it as shown. DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] Unidata 7.1.16 Multiple Active Select Lists

2012-09-24 Thread David Wolverton
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Monday, September 24, 2012 11:53 AM To: 'U2 Users List' Subject: Re: [U2] Unidata 7.1.16 Multiple Active Select Lists I've found that TO 8 does not work... HOWEVER... LISTNO = 8 TO LISTNO Works

Re: [U2] Unidata 7.1.16 Multiple Active Select Lists

2012-09-24 Thread David Wolverton
AH! Probably explains why we would have to set WIP.LIST in your example -- we use BASICTYPE P everywhere. Never thought about it being BASICTYPE-based, but makes perfect sense. Thanks Trevor! -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] [Windows] (SECURITY=UNCLASSIFIED)

2012-09-07 Thread David Wolverton
Worse, I know that on UniData, the IP address 'reported' back to the server is simply the first address from the IPCONFIG -- even if that address is non-routable to the server! Very annoying issue I've submitted to Rocket (actually, it was IBM at the time!) ... Not yet fixed to my knowledge.

Re: [U2] Scrub HangUp Fixed

2012-08-30 Thread David Wolverton
Did someone submit this as a bug that HS.SCRUB should probably do something 'more friendly' than just hang if there is a dictionary error? Just wondering -- every now and then we just accept as 'fact' something that really should be reported a bug to Rocket! -Original Message- From:

Re: [U2] Scrub HangUp Fixed

2012-08-30 Thread David Wolverton
] On Behalf Of David Wolverton Sent: Thursday, August 30, 2012 11:32 AM Subject: Re: [U2] Scrub HangUp Fixed Did someone submit this as a bug that HS.SCRUB should probably do something 'more friendly' than just hang if there is a dictionary error? Just wondering -- every now and then we just

Re: [U2] Scrub HangUp Fixed

2012-08-30 Thread David Wolverton
**Denver, CO 80237 **USA t: +1 720 475 8055 **e: wterh...@rocketsoftware.com **w: rocketsoftware.com/u2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, August 30, 2012 10:13 AM

Re: [U2] Scrub HangUp Fixed

2012-08-30 Thread David Wolverton
and US Homeland Security are actively monitoring this list. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, August 30, 2012 11:32 AM Subject: Re: [U2] Scrub HangUp Fixed Did

Re: [U2] PI/UV: Decompiler

2012-08-28 Thread David Wolverton
Was there a reason it was dropped? Just wondering ... While I've never needed one, I can think of a few close calls at client sites where they lost custom source code! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] CSV to Array

2012-08-16 Thread David Wolverton
AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] CSV to Array The moment you start working in the engineering or manufacturing industry where it is not uncommon to have double quotes embedded in a field (i.e 5 1/4 Steel Bar) your code will bite you. On 15/08/2012 23:24, David Wolverton wrote

Re: [U2] CSV to Array

2012-08-16 Thread David Wolverton
And I missed the whole 'Escaping Double Quotes' thread -- so this is already covered... Skip this post!! ;-) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, August 16, 2012 5:42 PM

Re: [U2] CSV to Array

2012-08-16 Thread David Wolverton
: [U2] CSV to Array On 15/08/12 23:24, David Wolverton wrote: I've done this in the past by doing this: SWAP DQUOTE WITH @AM Now, in theory, every EVEN attribute is a 'quoted' string - don't touch the commas Every ODD attribute is a 'non-quoted' string... Double check me here in case

Re: [U2] CSV to Array

2012-08-15 Thread David Wolverton
I've done this in the past by doing this: SWAP DQUOTE WITH @AM Now, in theory, every EVEN attribute is a 'quoted' string - don't touch the commas Every ODD attribute is a 'non-quoted' string... Double check me here in case I've lost it... but this should work ... seems this would be faster

Re: [U2] dbpause/dbresume or stopud/startud

2012-08-09 Thread David Wolverton
Has the issue on Windows been resolved? Our customers reported that UniData maintained 'open files' at a dbpause, which still made the backup difficult with a dbpause. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] dbpause/dbresume or stopud/startud

2012-08-09 Thread David Wolverton
: rocketsoftware.com/u2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, August 09, 2012 7:35 AM To: 'U2 Users List' Subject: Re: [U2] dbpause/dbresume or stopud/startud Has the issue

Re: [U2] dbpause/dbresume or stopud/startud

2012-08-09 Thread David Wolverton
It's dependent on the software in use -- we have customers who want to use what they've always used as backup software, and many of the products they have been using will not back up 'open' files. So they end up skipping our primary datafile files!! Yikes!! I'm sure things will improve as the

Re: [U2] dbpause/dbresume or stopud/startud

2012-08-09 Thread David Wolverton
Hey -- this was a question I got though: Is there a way to make UniData VSS/Shadow-Copy 'aware'? Does that question come up to other people as they transition users to U2? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] dbpause/dbresume or stopud/startud

2012-08-09 Thread David Wolverton
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, August 09, 2012 9:06 AM To: 'U2 Users List' Subject: Re: [U2] dbpause/dbresume or stopud/startud WELL... in theory UniData has SOME control -- I mean, on Windows, there could

[U2] Using XML Mapping in U2

2012-07-26 Thread David Wolverton
in the XML/DB Tool? Just wondering how prevalent 'sequencing' is -- I've done a dozen maps -- first one where the 'order' of the XML mattered. Thanks - David Wolverton ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org

Re: [U2] FW: Multivalue Question

2012-06-07 Thread David Wolverton
Or since UniData does keep AM pointers, you could do this - then the @SVM become @VM -- and if there is sub-valued data, in some ways this is EASIER than tracking what item 'REMOVE' is handling. SEARCHITEM = RAISE(RECORD31) CNT = DCOUNT(SEARCHITEM,@AM) FOR PTR = 1 TO CNT ELEMENT =

Re: [U2] Universe/Unidata in the Cloud

2012-06-04 Thread David Wolverton
They do have an ASP license -- it's an annual license fee instead of the 'permanent' fee. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Saturday, June 02, 2012 6:04 PM To: U2 Users List Subject:

Re: [U2] Trim trailing attributes off records

2012-05-10 Thread David Wolverton
Why even do it? The 50 bytes of storage are worth the effort? Usually, I prefer to have attibutes 'all the way' to the full definition of a file -- makes it easier to 'prestore' when needed! It's a pain when you need to 'prestore' data into attribute 200, but the record stops at 185 because

[U2] Training [was RE: Fwd: Command that turns off default command stacker]

2012-05-08 Thread David Wolverton
You'll have to start at www.rocketsoftware.com and look for U2 -- look under the Resources and under Technical Docs area. Your request is fairly 'wide and deep' - you'll want to look at all the manuals from Rocket to decide what you need. -Original Message- From:

Re: [U2] Regarding: Sb+ Documentation

2012-05-08 Thread David Wolverton
Same place! Just look for SB+ instead of UniData -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent: Tuesday, May 08, 2012 11:30 AM To: U2 Users List Subject: [U2] Regarding: Sb+ Documentation

Re: [U2] CALLC Question...

2012-03-23 Thread David Wolverton
-- -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, March 22, 2012 7:07 PM To: 'U2 Users List' Subject: [U2] CALLC Question... I've never had this particular issue, and the debugging

Re: [U2] CALLC Question...

2012-03-22 Thread David Wolverton
that on return, whatever is being returned as an int from the C program, UnIData does not like in it's INT bucket... weird. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, March 22, 2012 7:07

Re: [U2] SB+ screen question

2012-03-13 Thread David Wolverton
FAR from torture Once you get productive on SB+, you can churn out screens that are consistent and easy to use by end-user clients faster than just about any other product. I'd recommend SB+ to anyone starting a new project. The fact it's moved fairly seamlessly from Character to GUI and

Re: [U2] New U2 BDT

2012-03-10 Thread David Wolverton
You should at least raise a case to Rocket about this -- they fix problems based on issues from customers --But to my knowledge, they NEVER address 'forum based' issues as they don't have an 'eCase number'! g Once you've raised the case and gotten an eCase number, post that information so

Re: [U2] SB Client PE download

2012-03-07 Thread David Wolverton
Yes -- that's what I was thinking also Steve -- he's right -- but wrong too!! If you have to upgrade your SERVER side to use the new client, it means you have to have BOTH old and new SBClient on your PC if you support both old and new customers. He's 'right' in that 6.x will run in the 'old

Re: [U2] SB Client PE download

2012-03-07 Thread David Wolverton
an 'old' version of SB Client? Thanks again! Laura -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Wednesday, March 07, 2012 12:10 PM To: 'U2 Users List' Subject: Re: [U2] SB Client PE download

Re: [U2] Hello

2012-03-05 Thread David Wolverton
In that case, where every file is named FILE in your programs, but you want to make sure FILE is opened against CUSTOMER, I would guess you would do this: IF (FILEINFO(FILE, 0) = 0) THEN OPEN 'CUSTOMER' TO FILE ELSE END END ELSE IF FILEINFO(FILE,17) # CUSTOMER THEN CLOSE

Re: [U2] Building an Excel File [AD-FREE]

2012-02-09 Thread David Wolverton
Thanks Don! This is quite nice -- and well documented! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don Sent: Wednesday, February 08, 2012 9:15 PM To: 'U2 Users List' Subject: Re: [U2] Building an Excel File

Re: [U2] Building an Excel File [AD]

2012-02-09 Thread David Wolverton
Honestly -- back to my prior statement -- why is Rocket just not licensing the logic and shipping it like DataVu?? I suspect it would be used WAY more!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Morrissey

Re: [U2] Building an Excel File

2012-02-07 Thread David Wolverton
Can you license this logic to Rocket? Seems like getting the 'check box' for the database would serve them well, and would be a drop in the bucket for them to throw dollars at you that would be FAR more than you would likely get licensing it one-off yourself. Just a thought. Rocket should be

Re: [U2] Update the VOC after upgrade?

2012-01-30 Thread David Wolverton
I think he means to 'include' the 'update' to the VOC as part of each accounts LOGIN script?? Am I reading that right? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Monday, January 30, 2012

Re: [U2] UniVerse Import XML data [not-secure]

2012-01-27 Thread David Wolverton
I wonder how much longer those IBM articles will exist... Are those 'moved' to the Rocket DevZone? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Thompson Sent: Friday, January 27, 2012 8:36 AM To: U2 Users

[U2] A Thursday Quandry...

2012-01-26 Thread David Wolverton
UniData. I have an external subroutine we call thousands of times within a program (does G/L Account assembly from all the 'pieces' of data). Our logic was that making it an 'included' subroutine within the program would make it perform faster, and I think that was a good call. Now it sort

[U2] UniVerse on Windows

2012-01-16 Thread David Wolverton
I have a customer who is setting up a brand new user in UV on Windows -- this is a running machine, has been for years -- but the first new employee is a long while. This new user, when they get the Telnet log on and put in their user name/password is NOT being asked for the path to account they

Re: [U2] Uniobjects and Record Locking

2012-01-10 Thread David Wolverton
Post back the cause and fix if you can - I know I'd be interested! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: Monday, January 09, 2012 4:11 PM To: U2 Users List Subject: Re: [U2] Uniobjects

[U2] UniData Update Triggers

2011-10-09 Thread David Wolverton
During an Update Trigger, I'd like to alter the 'Current Record' as passed into the trigger so the 'effective written' record is different with changes I want to make, but it appears the change is not allowed. I have some logic that would be easy to add into a trigger to modify a few fields that

Re: [U2] UniData Update Triggers

2011-10-09 Thread David Wolverton
Jeff! -Original Message- From: Jeff Butera [mailto:jbut...@hampshire.edu] Sent: Sunday, October 09, 2011 10:41 PM To: u2-users@listserver.u2ug.org; dwolv...@flash.net Subject: Re: [U2] UniData Update Triggers On 10/09/2011 08:46 PM, David Wolverton wrote: During an Update Trigger, I'd like

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

2011-10-06 Thread David Wolverton
What about this... Could you just store a MultiValue of the 'approx size' of each record? Then you would 'add one' to the correct MV as you process the record counts. At the end of the run, you'd have a list where you could essentially start a loop to 'work to the center' So you'd have a MV of

[U2] UniVerse 10.3 with Domain Controller Failure

2011-09-15 Thread David Wolverton
The domain controller failed. The Backup took over. Universe 10.3 appears to hang on login - just dead. UniData on the same site (on another server) hangs for a moment and 'complains', but completes the login and runs correctly - so it appears that it 'finds' the backup controller. What's the

Re: [U2] UniVerse 10.3 with Domain Controller Failure

2011-09-15 Thread David Wolverton
something funky. Try to connect using the Universe Shell application directly on the UV server in the computer room, not locally from your PC -Original Message- From: David Wolverton dwolv...@flash.net To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Thu, Sep 15, 2011 9:51 am Subject

Re: [U2] UniVerse 10.3 with Domain Controller Failure

2011-09-15 Thread David Wolverton
that is not online. Like I said. A wild guess, but, I've seen it work with other servers and workstations when a Primary Domain Controller would fail and the backup would pick up. Don't ask me why... I'm not a MCSE guy. On Thu, Sep 15, 2011 at 1:03 PM, David Wolverton dwolv...@flash.net wrote

Re: [U2] UniVerse 10.3 with Domain Controller Failure

2011-09-15 Thread David Wolverton
in... Another shot in the dark. On Thu, Sep 15, 2011 at 1:15 PM, David Wolverton dwolv...@flash.net wrote: See, I would suspect something like this as well, but the %LOGONSERVER% is 'up', and Great Plains running on the same server as the UniVerse server is working A-OK. (I hate the fact they have 3

Re: [U2] UniVerse 10.3 with Domain Controller Failure

2011-09-15 Thread David Wolverton
would most likely own all the files. But go to TCL and make sure what users are logged in. For example nine hundred sessions trying to lock the uv.accounts file. -Original Message- From: David Wolverton dwolv...@flash.net To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Thu, Sep

Re: [U2] DataVu Query [ad]

2011-09-02 Thread David Wolverton
I think this was another Rocket acquisition that was 're-engineered' so it could talk to U2. Hence the reason it's using SQL. I could be wrong... but I don't think I am! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] Record Locks - How long should they last for? (Opinion)

2011-07-14 Thread David Wolverton
WELL - optimistic lock testing is WAY more than 2 lines of code! You have to have a 'structure' to 'store' the original data image in, then on the write, check that image against a current version (that you DID hard lock) and if the same, write, if not fail. If you can do that in 2 lines of

Re: [U2] uv v ud

2011-05-04 Thread David Wolverton
SO... what does Rocket say when you ask for Support on UO? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: Wednesday, May 04, 2011 1:15 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] uv v

Re: [U2] Very Weird Trigger Behavior

2011-04-21 Thread David Wolverton
I would agree -- if there is an active select list, then you would get some seriously unexpected behavior doing another select unless you 'pushed' that new select to a different 'List ID' than the default '0' list -- just ensure it's a ListID that you KNOW would never be used anywhere else. Back

Re: [U2] Very Weird Trigger Behavior

2011-04-21 Thread David Wolverton
Not knowing when the trigger were being called, even the COUNT would be 'dinged' if there is an active SELECT list. That would be a problem! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Allen Egerton Sent:

Re: [U2] Leaving Locks in UOJ

2011-04-17 Thread David Wolverton
I'm thinking that it's got to be a bug SOMEWHERE if Universe Unix and Universe Windows behave differently. Sounds like a case for Rocket! ... Doug said... We noticed a problem with locks being left when we delete our temporary programs using UniObjects for Java on the new code we are using for

Re: [U2] Multi-Threading Universe Socket traffic

2011-03-07 Thread David Wolverton
And remember, at the more recent UniData/UniVerse, this use of sockets will require a 'real' seat license -- it will make a 'phantom' (free) into an iPhantom (licensed) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] 'U2 Market Place' {Unclassified}

2011-03-07 Thread David Wolverton
If you look at the 'about' as I recall it shows Jay LaBonte as the 'man behind the curtain' (or did when I looked a while back). He's been in the U2 space for a while... DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] UV PE Linux

2011-03-04 Thread David Wolverton
Well, I can tell you from an UniData document error on the web site - that web group is SLOW AS MOLASSES at things -- my guess, Rocket's acquisitions mode keeps them in a constant state! g If you have an urgent need, find an alternate way to 'get' the PE download. You could wait a while for the

Re: [U2] Is this worth rewriting?

2011-03-02 Thread David Wolverton
Well -- I usually code so the 'first clause' is my 'expected outcome' -- that is, if the PARMS(7)102,CM is TYPICALLY 'not empty' -- so I would do # THEN myself as well.. I do it as much to express the code as the 'typical path'. I also perceive (although have never tested!) the THEN clause as

Re: [U2] Is this worth rewriting?

2011-03-02 Thread David Wolverton
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, March 02, 2011 12:40 PM To: U2 Users List Subject: Re: [U2] Is this worth rewriting? On 3/2/2011 1:34 PM, David Wolverton wrote: So I'm

Re: [U2] Is this worth rewriting?

2011-03-02 Thread David Wolverton
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, March 02, 2011 1:09 PM To: U2 Users List Subject: Re: [U2] Is this worth rewriting? On 3/2/2011 2:05 PM, David Wolverton wrote: As what if PARMS(7)102,CM = 0? 0 would 'fail' the 2nd test

Re: [U2] Clear Message Initiative - Logging Errors to a U2 File

2011-02-09 Thread David Wolverton
In UniData we can get that from a SYSTEM(49) I think. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman Sent: Wednesday, February 09, 2011 5:37 PM To: U2 Users List Subject: Re: [U2] Clear Message

Re: [U2] Does UV have a BLOCK command

2011-02-08 Thread David Wolverton
Would make sense -- I would guess you have 2 disk reads to 'find' the Global Catalog - once test for the 'direct' entry in the VOC, and then the read to the Global? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] Does UV have a BLOCK command

2011-02-08 Thread David Wolverton
Of David Wolverton Sent: Wednesday, 9 February 2011 7:52 AM To: 'U2 Users List' Subject: Re: [U2] Does UV have a BLOCK command Would make sense -- I would guess you have 2 disk reads to 'find' the Global Catalog - once test for the 'direct' entry in the VOC, and then the read to the Global

Re: [U2] What do you do with CallHTTP?

2011-02-01 Thread David Wolverton
@George - you're probably right -- I found the doc on that link was dated Feb / Mar of 2010 -- that was well into Rocket-realm, but perhaps they just 'wrote up' the logic IBM used to make the change. And yes -- it appears the any 'socket' sets iPhantoms. The problem is that the logic does not

Re: [U2] What do you do with CallHTTP?

2011-01-31 Thread David Wolverton
Thanks for the feedback folks. The reason I was doing this query was to review the 'reason' for the recent license changes that make CallHTTP 'consume' a seat if it is used within a 'phantom' process. I didn't say WHY I was interested get 'genuine' usage comments. Like many of you, I use

Re: [U2] UUID [was Data in Dict]

2011-01-28 Thread David Wolverton
/ncs/uuid_gen 0003 U 0004 CGHIM For Linux use: /usr/bin/uuidgen For Windows (not installed by default): guidgen HTH -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Thursday, 27 January 2011 01:55

[U2] What do you do with CallHTTP?

2011-01-28 Thread David Wolverton
What uses have you found for CallHTTP for in your applications? Are you 'eating' someone else's data with it - like doing lookups against a web service call? Or are you using it to 'serve' data to others? Rocket says you can do this, but I can't see how it would work offhand and would like to

Re: [U2] Data in Dict

2011-01-26 Thread David Wolverton
I'm curious what your logic is to generate the Unique ID -- can you share that without giving away a trade secret?? It's too bad it's not a database function call in UniData/UniVerse - we can do that in D3/Pick - it's a derivation of system Date/Time with AlphaSequencing if more than 1 hit in a

Re: [U2] INPUTIF statement in Universe {Unclassified}

2010-11-02 Thread David Wolverton
UniData 7.1.9 --- Using list filename field-a field-b TO DELIM | c:\Test.txt Works and generates a Pipe Delimited text file... (I have to use 'lowercase LIST' so that it does work due to ECLTYPE, but that's OK) BUT -- I need the resulting file to be tab-delimited - the 'consumer' for the file

[U2] How to create tab-delimited LIST output

2010-11-02 Thread David Wolverton
Does that syntax work on your UniData?!? I just barfs up trying that syntax on mine. If it does work, let me know your version. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent:

Re: [U2] INPUTIF statement in Universe {Unclassified}

2010-11-02 Thread David Wolverton
Users List Subject: Re: [U2] INPUTIF statement in Universe {Unclassified} Cedarville Download David Wolverton wrote: UniData 7.1.9 --- Using list filename field-a field-b TO DELIM | c:\Test.txt Works and generates a Pipe Delimited text file... (I have to use 'lowercase LIST' so

[U2] Tab Delimitted LIST Output...

2010-11-02 Thread David Wolverton
-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Tuesday, November 02, 2010 10:59 AM To: 'U2 Users List' Subject: Re: [U2] INPUTIF statement in Universe {Unclassified} UniData 7.1.9 --- Using list filename field-a field-b TO DELIM | c:\Test.txt Works and generates a Pipe

[U2] Using LIST to generate a delimited file.

2010-11-02 Thread David Wolverton
: www.rocketsoftware.com/u2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Tuesday, November 02, 2010 3:24 PM To: 'U2 Users List' Subject: Re: [U2] INPUTIF statement in Universe {Unclassified} WELL

Re: [U2] Building XML using the UV XDOM API functions

2010-10-26 Thread David Wolverton
It was definitely 'mapped' into our world. There are steps in the API that logically would never be used 'standalone', but as the underlying process broke the functions out as the underlying API did -- for example -- the PrepareXML must be followed by OpenXML -- why show that to us developers?!?

Re: [U2] Licensing

2010-10-22 Thread David Wolverton
, Server didn't ...? Ross Ferris Stamina Software Visage Better by Design! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Friday, 22 October 2010 2:34 PM To: 'U2 Users List' Subject: Re: [U2

Re: [U2] Licensing

2010-10-22 Thread David Wolverton
No - device licenses are across ALL seats -- hence the reason our server customer chose fewer than 10! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com Sent: Friday, October 22, 2010 8:36

Re: [U2] Licensing

2010-10-22 Thread David Wolverton
But that device license limit is PER SESSION... So you buy 3. Power user uses 4 -- Power user eats TWO real licenses. One for the '3' device licensed, then one for each thereafter. Even if every other user is just using one seat. SO -- if you had 300 seats, and only 2 or 3 users needed 2 or

Re: [U2] Licensing

2010-10-22 Thread David Wolverton
Based on the IP -- so 6 connections (Sessions) from a single IP that is 3-device licensed will indeed use 4 'licenses' (seats) - 1 for the first 3, then one for each over 3. DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On

Re: [U2] Licensing

2010-10-22 Thread David Wolverton
NOTE that WorkGroup and Enterprise have DeviceLicensing BAKED IN -- but that you can AUTHORIZE these (at least on UniData) with ZERO Device Licenses, and it will do so, with a tiny message at the bottom of the screen that you are 'authorizing below your limits' -- we had sites that never had

Re: [U2] Licensing

2010-10-21 Thread David Wolverton
licenses (10 individual IP's) equates to maximum number of 100 sessions . And can you mix your licenses on one machine?? Regards, Jeff Marcos -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent

Re: [U2] UV index with duplicate nodes

2010-10-01 Thread David Wolverton
This has been our issue in the past -- unless you look at that data with a HexEditor, it's not obvious. If you use the UniData AE Editor (now included with UniVerse) you can type a ^ (Shift 6 - Caret) and see non-printable characters. Once you know the culprit, you fix the source data and the

Re: [U2] Universe 10.3 - Issues with I-Types when using subroutine calls, and the dictionary items is Alt-key

2010-08-05 Thread David Wolverton
File Opens ARE a major killer -- even today -- we found that just building a 'named common' block used just in a SubRoutine called from dictionaries helped SELECTs and SORTs and LISTs to perform MAGNITUDES better (We're UniData, so YMMV)... We test the 'FILEINFO' for the handle that is carried in

Re: [U2] Unidata 7.1.9 and .Net DLL

2010-07-21 Thread David Wolverton
-Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: Wednesday, July 21, 2010 12:31 AM To: 'U2 Users List' Subject: Re: [U2] Unidata 7.1.9 and .Net DLL Vertex's new code for passing XML is pretty

Re: [U2] Unidata 7.1.9 and .Net DLL

2010-07-20 Thread David Wolverton
\VertexUtils\VertexDriver.DLL 3 v_LocConnect 4 POINTER 5 CHAR_PTR 6 CHAR_PTR 7 CHAR_PTR 8 CHAR_PTR 9 INT I was hoping to update the VertexDriver.DLL (Currently COM/_cdecl) to a .Net dll. I really hate writing c code. David Wolverton, you out there? I know you have some experience writing c - Vertex

Re: [U2] AUTO: Haydon Bishop is out ofthe office.(returning 26/06/2010)

2010-06-30 Thread David Wolverton
Honestly... if he fixes this or unsubscribes I'll lose half the humor and joy of my work life You guys rock DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Michael Martin Sent: Friday, June 25, 2010 3:42

Re: [U2] import data to excel sheet...

2010-04-13 Thread David Wolverton
I've used the NebulaXlite -- it's good -- has a learning curve - but once you get the rhythm it makes getting a 'pretty' spreadsheet put together not that tough. I have a customer that uses it weekly to produce what was a problem as a CSV file just because of the 'perception' that it should look

  1   2   3   4   >