Re: [U2] Pick on Mac

2010-03-29 Thread Tony Gravagno
> If there is no build for Mac OS, U2 runs on Linux and there > are Linux versions that can be installed on a Mac so it might work. If you're talking about a virtual environment, then no problem. But as to installing into Mac itself? It's a funny world we live in where people tend to assume t

Re: [U2] ECLTYPE U mode [was RE: Regex searching UD files]

2010-03-29 Thread Jacques G.
You can write the equivalent of the egrep command in Pick basic that you could call from the TCL. If you need a working example to write (to see what command line options are normally supported), it there are a number of versions of grep/cgrep/egrep/fgrep on freshmeat.net. Most likely written

Re: [U2] Pick on Mac

2010-03-29 Thread Jacques G.
If there is no build for Mac OS, U2 runs on Linux and there are Linux versions that can be installed on a Mac so it might work. - Original Message From: Martin Phillips To: U2 Users List Sent: Mon, March 29, 2010 5:47:26 PM Subject: Re: [U2] Pick on Mac Hi Will, > Are there are

Re: [U2] Regex searching UD files

2010-03-29 Thread Boydell, Stuart
I don't know what the UD hashed files look like under the hood, and I haven't tried it but with a UV hashed files it might just be possible to pass the whole thing through sed or awk first to convert system marks to CR and parse out the ID and searched for text using grep. Just a thought. Good l

Re: [U2] ECLTYPE U mode [was RE: Regex searching UD files]

2010-03-29 Thread Wally Terhune
Here is one that isn't documented (for sure) - since PROC is supported but not documented. If you use PU instead of P, the command is run in U mode... :-) Wally Terhune U2 Support Architect Rocket Software 4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA Tel: +1.720.475.8055 Email: w

Re: [U2] ECLTYPE U mode [was RE: Regex searching UD files]

2010-03-29 Thread Dan McGrath
Interesting! Is that in the manuals? I don't recall coming across it... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wally Terhune Sent: Tuesday, 30 March 2010 8:57 AM To: U2 Users List Subject: [U2] ECLTYPE U mode

[U2] ECLTYPE U mode [was RE: Regex searching UD files]

2010-03-29 Thread Wally Terhune
Regarding your ECLTYPE P comment... Any application has access to ECLTYPE U and associated features. If you use the lowercase version of any standard ECL verb - U mode parsing is forced. Wally Terhune U2 Support Architect Rocket Software 4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA

Re: [U2] Regex searching UD files

2010-03-29 Thread Dan McGrath
Thanks for the reply Will, but I do understand how U2 files work. That's why I'm using UniBasic to read the record then write it out to UNIX. If the files we search weren't so big I would just dump a copy to a dir than search it, but that isn't practical in most cases for us. Maybe I can improve

Re: [U2] Pick on Mac

2010-03-29 Thread Martin Phillips
Hi Will, Are there are native implementations of a Pick system on Macs? As Henry and Allen have both said, our OpenQM product runs on Macs. We have installations ranging from MacBook Pro laptops right through to Mac Servers. Since your query is raised on the U2 list, it is fair to say that,

Re: [U2] CPU Spikes to 100%

2010-03-29 Thread Anthony W. Youngman
In message <10998-1269884106-801...@sneakemail.com>, Tony Gravagno <3xk547...@sneakemail.com> writes From: Curt Stewart The environment is a virtualized Windows 2003 Server and Universe 10.2.10 On occasion, I've been notified twice, it may have occurred more often, a Universe process (tl_server.

Re: [U2] Regex searching UD files

2010-03-29 Thread Dan McGrath
Not even close... We run in ECLTYPE P and don't have access to EVAL and the like. "^[Cc][Hh][Qq].*[5-8][0-9][0-9][0-9]x" Unless you can explain how to duplicate the above search with ESEARCH? @Stuart, that would be ideal, but unfortunately I can't go dumping out multi-gigabyte files. :( -

Re: [U2] Pick on Mac

2010-03-29 Thread Ed Clark
Intersystems Cache runs on the mac. On Mar 29, 2010, at 3:38 PM, fft2...@aol.com wrote: > Are there are native implementations of a Pick system on Macs? Or are all > Mac connections just terminal emulators into a Windows/Unix system? > > I know there is or used to be an emulator by Carnation t

Re: [U2] Pick on Mac

2010-03-29 Thread Brutzman, Bill
Of course the Mac OS's are Unix-based. Thus, in theory, porting UniVerse to the Mac SnowLeopard server should be a relatively easy task. --Bill ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Pick on Mac

2010-03-29 Thread jpb-u2ug
I think I saw someone on this list that was using one of the U2 products on Mac OSX or on the Windows virtual emulator. Could be wrong. Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com Sen

Re: [U2] Pick on Mac

2010-03-29 Thread Allen Bell
I have only used this product (OpenQM) occasionally, but it is amazingly good. Incredibly competent people at Ladybridge I second the suggestion. Regards, Allen On 3/29/2010 3:05 PM, Henry Unger wrote: Yes. OpenQM by Ladybridge Systems. http://www.openqm.com "...available on Windows, Linux

Re: [U2] Pick on Mac

2010-03-29 Thread Craig McDonald
Will, MacWise by Carnation Software does a very nice job of terminal emulation (including Wyse 50 and Wyse 60) and even has some compatibility with AccuTerm in the area of file transfers. Additionally, it has an FTP client although I have not tried it out yet. -Craig McDonald -Original Messag

Re: [U2] Pick on Mac

2010-03-29 Thread Henry Unger
Yes. OpenQM by Ladybridge Systems. http://www.openqm.com "...available on Windows, Linux (Red Hat, Fedora, Debian, Ubuntu), FreeBSD, Mac OS X and Windows Mobile." Best regards, Henry Henry P. Unger Hitech Systems, Inc. http://www.hitech.com -Original Message- From: u2-users-boun...@

Re: [U2] Pick on Mac

2010-03-29 Thread Jeff Schasny
The Mac "Terminal" application in OSX works just fine as a VT100 terminal emulator. Run telnet to wherever you want from the command line. fft2...@aol.com wrote: Are there are native implementations of a Pick system on Macs? Or are all Mac connections just terminal emulators into a Windows/Uni

Re: [U2] Pick on Mac

2010-03-29 Thread FFT2001
Are there are native implementations of a Pick system on Macs? Or are all Mac connections just terminal emulators into a Windows/Unix system? I know there is or used to be an emulator by Carnation that rode on a Mac. But have all such implementations been to have it talk with a Pick system li

Re: [U2] Regex searching UD files

2010-03-29 Thread Wally Terhune
Does UniData ECL ESEARCH command not fill the bill already? Wally Terhune U2 Support Architect Rocket Software 4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA Tel: +1.720.475.8055 Email: wterh...@rs.com Web: www.rocketsoftware.com/u2 -Original Message- From: u2-users-boun...@l

Re: [U2] Pick Pocket Guide [not-secure]

2010-03-29 Thread FFT2001
Somewhere in the back of my mind is a little voice saying you can't trademark already existing words That might be wrong, but I'm sure there's a suit about it somewhere. Anyone? Buehler? In a message dated 3/28/2010 3:38:10 P.M. Pacific Daylight Time, j...@jes.com writes: Dick, B

Re: [U2] Regex searching UD files

2010-03-29 Thread FFT2001
Dan you can't do it because the "records" in Universe are not files at all, not even logical files. They are just possible frame-discontinous streams of bytes that *Universe* interprets in run-time as a connected "record". Nothing else is going to be able to do that, without re-writing the

Re: [U2] CPU Spikes to 100%

2010-03-29 Thread Curt Stewart
Thanks Tony, As always that's good advice. I'll be sure to keep the group posted if I make any advances on this. Curt www.tri-sysconsulting.com Real-World Solutions for Real-World Problems! View my LinkedIn R Profile -Original Message- From: u2-users-boun...@listserver.u2ug.org [m

Re: [U2] CPU Spikes to 100%

2010-03-29 Thread Charles_Shaffer
I'm very interested in hearing the resolution to this. We are looking at moving our Unidata system to a virtualized server. TIA. Charles Shaffer Senior Analyst NTN-Bower Corporation ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listser

Re: [U2] CPU Spikes to 100%

2010-03-29 Thread Tony Gravagno
> From: Curt Stewart > The environment is a virtualized Windows 2003 Server and > Universe 10.2.10 > > On occasion, I've been notified twice, it may have > occurred more often, a Universe process > (tl_server.exe) will consume 100% of the CPU. Curt, I wasn't watching this tread earlier, sorry.

Re: [U2] Regex searching UD files

2010-03-29 Thread Symeon Breen
GCI ! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan McGrath Sent: 29 March 2010 07:08 To: U2 Users List Subject: [U2] Regex searching UD files I've written a small utility to be able to run egrep on a UD fil