Re: [U2] [UV] Suppress "not found" in RetrieVe

2011-11-16 Thread Charles Stevenson
That has been a longstanding UV enhancement request. I don't understand what their aversion is. You can surround the select with HUSH ON, HUSH OFF. Make sure VOC HUSH <4> contains a "K" for "Keep select list active". Example: PA or in a pgm: SELECT VOC CMDS = "SELECT VOC

Re: [U2] Extracting XML attributes

2011-11-16 Thread Bobby Worley
Turns out it is a memory issue. My XML file is 16Mb. Setting ulimit -d 75 resolved the issue. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley Sent: Friday, November 11, 2011 10:42 AM To: U2 Users

Re: [U2] Mercurial/TortoiseHg source version control

2011-11-16 Thread Rex Gozar
If others in your company are using Mercurial and the idea is to keep everyone's source in the same repository, I would recommend exploring Mercurial first. Perhaps you can ask your sql guys for Mercurial help since they are already using it. rex On Tue, Nov 15, 2011 at 6:37 PM, Wols Lists wrot

[U2] Dynamic Connect TimeOut

2011-11-16 Thread Bill Brutzman
A user here with a Windows 7 PC indicates that DC keeps logging him out... automatically. He says that he launches DC in the morning... minimizes it... comes back later... and is presented with the unix login prompt. We have UniVerse v10.3.6 running on HP-Ux 11i v2. This problem is new to me.

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Steve Romanow
Are you using System Builder? On Wed, Nov 16, 2011 at 11:02 AM, Bill Brutzman wrote: > A user here with a Windows 7 PC indicates that DC keeps logging him out... > automatically. > > He says that he launches DC in the morning... minimizes it... comes back > later... and is presented with the un

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Bill Brutzman
Nope... although I have used SB+ in a former life... This problem is with DC. -Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, November 16, 2011 11:06 AM To: U2 Users List Subjec

Re: [U2] Simplify, or why mathematicians make better programmers

2011-11-16 Thread Jacques G.
Why does your example have : Real which is a type found in languages of the Pascal family such as: Pascal, Modula2 and possibly Delphi .  (Considered obsolete in Delphi) in a program which uses C family syntax ?  C++, C#, Java  none of which have the Real type.  

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-16 Thread Jacques G.
Quite possibly, but I'm not going to re-write 5 years worth of API's to accomodate a bug in Universe 11.1.3.   :-) From: Symeon Breen To: 'U2 Users List' Sent: Monday, November 14, 2011 4:26 AM Subject: Re: [U2] [UV] uvcs Memory leak problems on 11.1.3 On uni

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Bill Brutzman
While this user had in the /home directory .login The following files were missing .cshrc .exrc .profile I copied these mia's from another user here and changed the ownership to him andusers group. Perhaps this will fix it. --Bill -Original Mess

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-16 Thread Jacques G.
The xml files are processed with the  XMAPReadNext command using a mapping file that is defined in &XML&.  Basically the "Batch API" does: FOR X.JOB = 1 TO NB.JOB    XML.PARAM = JOB    Parse XML.PARAM in a DYN.ARRAY (using map in &XML&)    CALL @JOB.NAME(DYN.ARRAY,OUT.ARRAY)    Build XML.OUT

Re: [U2] Simplify, or why mathematicians make better programmers

2011-11-16 Thread Wols Lists
On 16/11/11 16:18, Jacques G. wrote: Why does your example have : Real which is a type found in languages of the Pascal family such as: Pascal, Modula2 and possibly Delphi . (Considered obsolete in Delphi) :-) btw, I've never programmed in a Pascal-like language, despite having a go at

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Mecki Foerthmann
I experience the same problem with SBClient and mvDeveloper (UD 5.2 on Solaris) ever since I swapped my old PC running XP to a new 64 bit Windows 7 PC. After about an hour and a half of inactivity I get disconnected. I have the suspicion that Win 7 doesn't send the keep alive that is expected.

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Brian Leach
Mecki In mvDeveloper, under Account Settings have you checked 'send keep-alives'? Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann Sent: 16 November 2011 17:06 To: u2-users@listserver.u2ug.org

[U2] Code Collaboration

2011-11-16 Thread Wjhonson
The PickWiki is a place where code can be published, but I haven't seen even one case where code has been taken, enhanced, and put back. So it doesn't appear to be a good place for collaboration. If people however post code snippets here, or at comp.databases.pick there will be remarks and modi

Re: [U2] Code Collaboration

2011-11-16 Thread John Thompson
Ya know what I think the real problem is... Most of us have about 100 irons in the fire, and, we would all love to maintain/contribute, but, every time we start something, we realize, "Oh crap, someone has to administer that" Then once the poor soul administering it, gets busy, misses a few reque

Re: [U2] Code Collaboration

2011-11-16 Thread Rex Gozar
I personally find most projects uninteresting; I assume others do too. I think people would gladly collaborate on a project that gave them significant benefit, not just some incremental gain. rex > Attempts at making Pick code collaboration projects have been mostly > unsuccessful.  Why? > How

Re: [U2] Code Collaboration

2011-11-16 Thread Steve Romanow
Github, SF.net, Bitbucket, etc are setup to allow team collaboration. For each project there are issue trackers, wiki, code browsing, etc. On Wed, Nov 16, 2011 at 2:02 PM, John Thompson wrote: > Ya know what I think the real problem is... > > Most of us have about 100 irons in the fire, and, we w

Re: [U2] Code Collaboration

2011-11-16 Thread Steve Romanow
I have some U2 related code on these two sites. https://bitbucket.org/slestak/u2-tools https://github.com/slestak/RocketUnidata On Wed, Nov 16, 2011 at 2:10 PM, Steve Romanow wrote: > Github, SF.net, Bitbucket, etc are setup to allow team collaboration. > For each project there are issue tracke

Re: [U2] Code Collaboration

2011-11-16 Thread DavidJMurray (mvdbs.com)
PICK is a highly proprietary database development environment which is SOLD to VAR's. Therefore, it is not much of a hobbyists tool for development. Therefore, assuming that most programmers are employed by a company, who owns the code anyway? Nor is it an open source development environment, a

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Mecki Foerthmann
Yes I have Brian. That's the first thing I checked and why I think it's something in Win7 64bit. On 16/11/2011 17:19, Brian Leach wrote: Mecki In mvDeveloper, under Account Settings have you checked 'send keep-alives'? Brian -Original Message- From: u2-users-boun...@listserver.u2ug.

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread John Thompson
One thing to note, which you may already know... The Windows Firewall in WIndows 7 filters inbound and OUTBOUND traffic. So you may just want to turn it off altogether and see what happens. On Wed, Nov 16, 2011 at 2:46 PM, Mecki Foerthmann wrote: > Yes I have Brian. > That's the first thing I

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Mecki Foerthmann
Thanks John, I'll have a word with the system admin if I actually (need to) have the firewall switched on. Win7 is new to us. I have been the guinea pig and can live with it. But all new PCs in the company are now Win7 so getting this sorted would be nice. Mecki On 16/11/2011 19:53, John Th

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Steve Romanow
I would think if the firewall was an issue, you wouldn't be able to connect at all. On Wed, Nov 16, 2011 at 3:00 PM, Mecki Foerthmann wrote: > Thanks John, > > I'll have a word with the system admin if I actually (need to) have the > firewall switched on. > Win7 is new to us. I have been the guin

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread John Thompson
Maybe, maybe not. If one port is open on the firewall to allow the connection, but, another is required to keep the connection alive, and thats the one its not allowing out, then that could be your problem. Just another SWAG. On Wed, Nov 16, 2011 at 3:01 PM, Steve Romanow wrote: > I would think

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Maillists
Another spot to check is the windows screen saver / hibernation setting. I found I had to turn off allowing a machine going into hibernation, especially laptops. Noel -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf O

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Steve Romanow
Good point. DC just uses telnet on port 21 thought correct? On Wed, Nov 16, 2011 at 3:04 PM, John Thompson wrote: > Maybe, maybe not. If one port is open on the firewall to allow the > connection, but, another is required to keep the connection alive, and > thats the one its not allowing out, th

Re: [U2] Code Collaboration

2011-11-16 Thread Wjhonson
Yes but would people come. That's the other side of the ticket. PickWiki gets an incredibly low rate of change, much less than a change per week. There are hundreds of programmers on this list, who read responses every day. -Original Message- From: Steve Romanow To: U2 Users List S

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Steve Romanow
I bet Noel has it. On Wed, Nov 16, 2011 at 3:09 PM, Steve Romanow wrote: > Good point.  DC just uses telnet on port 21 thought correct? > > On Wed, Nov 16, 2011 at 3:04 PM, John Thompson wrote: >> Maybe, maybe not. If one port is open on the firewall to allow the >> connection, but, another is r

Re: [U2] Code Collaboration

2011-11-16 Thread Wjhonson
You don't believe in group collaboration? I always install code onto systems of which I work. I never get permission from the vendor. I'd never even thought of asking any vendor for permission. My tools are for me to do my work, not for them to permit me to do it. My client is the end user, not

Re: [U2] Code Collaboration

2011-11-16 Thread DavidJMurray (mvdbs.com)
The contractual obligations between a employee, contractor and software vendor differ. I always abide by the contractual obligations. I have no issues with group collaborations. But I would not use U2 or a PICK derivative for such a project as I can not legally obtain a licensed copy of U2 (not

Re: [U2] Code Collaboration

2011-11-16 Thread Wjhonson
That license does not mean "production of code" Rather it means "a production environment" meaning "in use by an end user who isn't a developer" Of course developers can use the PE to develop code, that's the very point of making it free to developers. -Original Message- Fro

Re: [U2] Code Collaboration

2011-11-16 Thread Daniel McGrath
Why would this fall under production use? For group collaboration (via a VCS or DVCS) I would imagine that everyone would have their own copy installed on their personal PC for personal use. The key here being personal. If the group collorabation was for commercial purposes, that is a different

Re: [U2] Code Collaboration

2011-11-16 Thread David Jordan
I am not sure what you are talking about David You can buy a copy of U2 and PE allows development. Rocket has to earn income or there will be no U2, so they do realistically expect commercial operations to pay for licenses. For developers developing code there is a range of options, talk to R

Re: [U2] Code Collaboration

2011-11-16 Thread DavidJMurray (mvdbs.com)
Well, it's not really worth a fight as I am not a lawyer, but from the wed site: This edition is designed for single-user personal development and training as well as sales demos. It is not for remarketing or use in production environments. The use of 'personal development and training' is quite

Re: [U2] Code Collaboration

2011-11-16 Thread DavidJMurray (mvdbs.com)
Then Rocket should change the licensing info on their web site: This edition is designed for single-user personal development and training as well as sales demos. It is not for remarketing or use in production environments. I take 'personal development' as self-training. What you say contradic

Re: [U2] Code Collaboration

2011-11-16 Thread Wjhonson
Personal Development means developing code yourself. It doesn't mean achieving a higher state of conciousness. Although some may argue they are the same thing. -Original Message- From: DavidJMurray (mvdbs.com) To: u2-users Sent: Wed, Nov 16, 2011 12:42 pm Subject: Re: [U2] Code Coll

Re: [U2] Code Collaboration

2011-11-16 Thread Daniel McGrath
Hi David, I think this is fairly common language with software development products and as such I don't believe Rocket has a need to change the wording. It is 'personal development' as opposed to 'commercial development'. That is also development as in software development, not as in self-impro

Re: [U2] Code Collaboration

2011-11-16 Thread DavidJMurray (mvdbs.com)
Good to get that sorted. Back to code collaboration. Daniel McGrath wrote: > > > It is 'personal development' as opposed to 'commercial development'. That > is also development as in software development, not as in self-improvement > development. > > > - Learn and Do Excel and Shar

Re: [U2] Code Collaboration

2011-11-16 Thread Wols Lists
On 16/11/11 18:32, Wjhonson wrote: The PickWiki is a place where code can be published, but I haven't seen even one case where code has been taken, enhanced, and put back. So it doesn't appear to be a good place for collaboration. Well, I've both improved other peoples' code, and had others i

Re: [U2] Code Collaboration

2011-11-16 Thread Wjhonson
Okay so that's everything that doesn't work. Is there another step forward? -Original Message- From: Wols Lists To: u2-users Sent: Wed, Nov 16, 2011 1:39 pm Subject: Re: [U2] Code Collaboration On 16/11/11 18:32, Wjhonson wrote: The PickWiki is a place where code can be published

Re: [U2] Code Collaboration

2011-11-16 Thread Rex Gozar
So what collaborative project do you want to start? What do you want to build? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Code Collaboration

2011-11-16 Thread Steve Romanow
Something I have long desired is diff tool for mv records (that will use standard diff/patch output) so it can integrate with other tools. Maybe a packager for SB+ A diff tool for SB+ that understand what records make up an SB+ object. I started some thinking this direction on a sourceforge proj

Re: [U2] Code Collaboration

2011-11-16 Thread Wols Lists
On 16/11/11 20:40, DavidJMurray (mvdbs.com) wrote: Well, it's not really worth a fight as I am not a lawyer, but from the wed site: This edition is designed for single-user personal development and training as well as sales demos. It is not for remarketing or use in production environments. The

Re: [U2] Code Collaboration

2011-11-16 Thread Colin Alfke
I take it you find the SB+ /COMPARE tool a little wanting -Original Message- From: Steve Romanow Something I have long desired is diff tool for mv records (that will use standard diff/patch output) so it can integrate with other tools. Maybe a packager for SB+ A diff tool for SB+ th

Re: [U2] Code Collaboration

2011-11-16 Thread Steve Romanow
Yeah, the data is good, but the output is not what I want. and I couldn't use it on a select list of items. It is better than nothing, but not really what I am looking for. I use vimdiff a lot (with my U2 work) and one thing I love is when there is a difference on a line, it hilights where on th

Re: [U2] Code Collaboration

2011-11-16 Thread Tony Gravagno
> From: Wjhonson > Okay so that's everything that doesn't work. > Is there another step forward? > The PickWiki is a place where code can be published, > but I haven't seen even ne case where code has been > taken, enhanced, and put back. So it doesn't appear to > be a good place for collaborat

Re: [U2] Code Collaboration

2011-11-16 Thread Doug Averch
As a proponent of using tools and creating tools for the Universe and Unidata databases, I find myself agreeing with Tony. I have spent the last 7 years using and building Eclipse based tools that use a built in compare tool, version control, continuous compiler, and hundreds of other features. T

Re: [U2] Code Collaboration

2011-11-16 Thread Tony Gravagno
Did anyone buy a lotto ticket or check for planetary alignment? This might not ever happen again: Doug, Will, and Tony all in amicable agreement on the same day... ;) ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mail