Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-06 Thread Hona, David
Thanks Brian - that sounds great! I would be keen to get a trial version, once you have a SSH capable version. How is the product licensed? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent:

Re: [U2] U2 Test Tools for system/unit regression testing w/integration with HP QualityCenter

2013-02-06 Thread br...@brianleach.co.uk
David I'll keep you posted. It will be licenced per server - that's the easiest option. Best Regards Brian On 06 February 2013 at 08:39 Hona, David david.h...@cba.com.au wrote: Thanks Brian - that sounds great! I would be keen to get a trial version, once you have a SSH capable version.

[U2] Record locks (Unidata 7.2)

2013-02-06 Thread Jon Wells
Hi all, I have not looked at the world of record locks since my R83 Pick days.  I'm hoping to add the ability for the program I'm working on to: * Check if a record is locked * Wait until the lock is removed * Once the lock is removed, or if the record is not locked:

Re: [U2] Record locks (Unidata 7.2)

2013-02-06 Thread Wjhonson
You mean you want to loop on the checking *until* the lock is released and then write? So this is for a job interview? DOLOOP = 0 LOOP READU ITSLOCKEDJIM FROM Y,Z LOCKED DOLOOP = 1 END UNTIL NOT(DOLOOP) DO SLEEP 10; *Let the system catch its breath REPEAT WRITE X ON Y,Z ELSE

Re: [U2] Record locks (Unidata 7.2)

2013-02-06 Thread Wjhonson
Recte! I created me an infinite looop thingie. The DOLOOP = 0 should be INSIDE the Loop structure... obviously Bonk bonk on the head ! -Original Message- From: Wjhonson wjhon...@aol.com To: jwaytwells jwaytwe...@yahoo.com; u2-users u2-users@listserver.u2ug.org Sent: Wed, Feb 6,

Re: [U2] Record locks (Unidata 7.2)

2013-02-06 Thread Woodward, Bob
READU blah blah blah THEN/ELSE WRITE blah blah blah END Can't get much more straight forward than that. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jon Wells Sent: Wednesday, February 06, 2013 1:53 PM To:

Re: [U2] Record locks (Unidata 7.2)

2013-02-06 Thread David A. Green
Jon, Everything is strait forward except the wait until logic. That can get very complex if you want to. RECORDLOCKED(file.var, rec.id.expr) - Returns record lock status, 0 if not locked. MATREADU or READU or RECORDLOCKU - Will lock a record.* MATWRITE or WRITE or RELEASE - Will unlock a

Re: [U2] UV: Generating XML from Retrieve

2013-02-06 Thread Peter Cheney
Hi Jeff, Thanks for the reply. We had a look at the document you mentioned and found a few tips within. I ended up adding a map item in the XML file which we're deploying tomorrow. Cheers Peter -Original Message- From: u2-users-boun...@listserver.u2ug.org