Re: [U2] Code Collaboration [ad]

2011-11-18 Thread Steve Romanow
I am aware. I do like your product. On Fri, Nov 18, 2011 at 8:24 AM, Susan Joslyn sjos...@sjplus.com wrote: Hi Steve, Just in case you didn't know -- PRC does all of that.  J Regards, Susan Joslyn PRC - IT Governance for U2 Date: Wed, 16 Nov 2011 17:13:31 -0500 From: Steve

Re: [U2] Code Collaboration

2011-11-18 Thread Steve Romanow
In order to realize this vision, does every solution have to be implemented in PICK? If the goal is to make our development tasks more efficient it is making sure the labor that one of us puts in is not reproduced by another, i.e. Pick syntax files for various tools. The collaboration point

Re: [U2] Code Collaboration

2011-11-18 Thread Steve Romanow
info, etc. egards, n Original Message- om: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org]  Behalf Of Steve Romanow nt: Friday, November 18, 2011 10:16 AM : U2 Users List bject: Re: [U2] Code Collaboration n order to realize this vision, does every

Re: [U2] Code Collaboration

2011-11-18 Thread Steve Romanow
Github is pretty good for that, as well as bitbucket. Forks are cheap, and you can also set yourself as watching a repo. In my bitbucket u2-tools repo is a copy of ADD_XML_ELEMENT() which was from Gregor's UV space blog. I talked to him and he was ok with me putting it up there, but that is my

Re: [U2] Code Collaboration

2011-11-18 Thread Steve Romanow
Does pickwiki bring changes to you? I get emails from GH and BB as well. I think we are going to have to agree to disagree. What I would love to see is the MV community join the rest of the worlds developers, and sharpen our skills. We are currently way too ingrown to attract new blood. Heck,

Re: [U2] Code Collaboration

2011-11-18 Thread Steve Romanow
I'm sorry. I am going to continue doing what I do. Using any modern tool that I feel is helpful and/or potentially useful in my job. If anyone would like to collaborate, I'll be online, easy enough to find. Good luck everyone. On Fri, Nov 18, 2011 at 1:57 PM, Steve Romanow slestak

Re: [U2] guide problem

2011-11-18 Thread Steve Romanow
You can strace it and maybe the problem will show itself. On Fri, Nov 18, 2011 at 2:02 PM, charles_shaf...@ntn-bower.com wrote: Does anybody know what would cause a segmentation fault while running guide? Red hat   2.6.9-5.ELsmp Unidata 7.1 Haven't changed the OS or Unidata version for a

Re: [U2] Code Collaboration

2011-11-17 Thread Steve Romanow
Another need/want I have is a pygments [1] file for Unibasic. That was syntax hilighting works on all the webapps that use pygments (such as github, trac, wordpress). [1] http://pygments.org/ On Wed, Nov 16, 2011 at 2:11 PM, Steve Romanow slestak...@gmail.com wrote: I have some U2 related code

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 bi...@hkmetalcraft.com 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

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 jthompson...@gmail.com wrote: Ya know what I think the real problem is... Most of us have about 100 irons in

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 slestak...@gmail.com wrote: Github, SF.net, Bitbucket, etc are setup to allow team collaboration. For each project

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 mec...@gmx.net 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

Re: [U2] Dynamic Connect TimeOut

2011-11-16 Thread Steve Romanow
not allowing out, then that could be your problem.  Just another SWAG. On Wed, Nov 16, 2011 at 3:01 PM, Steve Romanow slestak...@gmail.com wrote: 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 mec

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 slestak...@gmail.com wrote: Good point.  DC just uses telnet on port 21 thought correct? On Wed, Nov 16, 2011 at 3:04 PM, John Thompson jthompson...@gmail.com wrote: Maybe, maybe not. If one port is open on the firewall

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

Re: [U2] Code Collaboration

2011-11-16 Thread Steve Romanow
-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+ that understand what records make up an SB+ object. I started

Re: [U2] Mercurial/TortoiseHg source version control

2011-11-15 Thread Steve Romanow
I use Mercurial for my Unidata source code (which is in DIR files). Have been for maybe 2 years now. I do not try to run a separate working directory for each dev. I basically act as a company librarian and commit all changes for the team. It is not optimum, but it works for us. On Tue, Nov

Re: [U2] Mercurial/TortoiseHg source version control

2011-11-15 Thread Steve Romanow
One thing to be aware of with whichever vcs you choose, pat attention to end-of-line characters. There are some configuration settings in mercurial to say these are always unix files and will not let an checkin from a windows machine inadvertently send dos Ctl-M's. Git for aix is available here.

Re: [U2] Mercurial/TortoiseHg source version control

2011-11-15 Thread Steve Romanow
I think I am about to convert to git. After using both for a while, git is growing on me. It is a less opinionated tool. By that I suggest that is supports more workflows. On Tue, Nov 15, 2011 at 3:47 PM, Barber, Bonnie bonnie.bar...@perseusbooks.com wrote: I will be glad to, if I ever get it

Re: [U2] Error Message: non-writeable Subscribing File

2011-11-14 Thread Steve Romanow
Maybe pcperform a unix mv to rename it as a workaround. On Mon, Nov 14, 2011 at 3:04 PM, Jeff Butera jbut...@hampshire.edu wrote: On 11/14/2011 03:03 PM, Steve Lowe wrote: Since our move to the RH Linux (version 7.2.7) in May 2011, we have had problems with a Web application that should

Re: [U2] Extracting XML attributes

2011-11-11 Thread Steve Romanow
Try opening the xml file with firefox or chrome to make sure it is a well formed file. On Fri, Nov 11, 2011 at 11:41 AM, Bobby Worley bwor...@coburns.com wrote: My latest challenge: PREPARE.XML FEED.XML MYXML Prepare the XMLDOM failed. XMLParser error message: A DOM error occured during

Re: [U2] Suggestions for flattening Multivalues...

2011-11-09 Thread Steve Romanow
It might be worth doing some of this work with an ORM (Object Relation Mapper). Almost all higher level languages have them. Once you get things configured, the messiness of the joins is hidden behind syntactic sugar. Here is a comparison of a lot of them from wikipedia.

Re: [U2] Suggestions for flattening Multivalues...

2011-11-09 Thread Steve Romanow
with one that Does not handle it natively! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, November 09, 2011 1:41 PM To: U2 Users List Subject: Re: [U2] Suggestions for flattening

Re: [U2] Suggestions for flattening Multivalues...

2011-11-09 Thread Steve Romanow
I have used Sleepy Mongoose to push data to mongo via curl. http://www.snailinaturtleneck.com/blog/2010/02/22/sleepy-mongoose-a-mongodb-rest-interface/ On Wed, Nov 9, 2011 at 3:07 PM, DavidJMurray (mvdbs.com) nab...@mvdbs.com wrote: Try MongoDB - It's a good match to a mvdbms and has drivers

Re: [U2] OPENSEQ / WRITESEQ and UniObjects

2011-11-04 Thread Steve Romanow
I don't know if we have enough information. Does it start? No output whatsoever? IIRC, you can tell writeseq not to cache and to write to disk immediately. On Fri, Nov 4, 2011 at 3:03 PM, Holt, Jake jh...@samsill.com wrote: I wrote a program to export some data using openseq/writeseq (to a

Re: [U2] OPENSEQ / WRITESEQ and UniObjects

2011-11-04 Thread Steve Romanow
] On Behalf Of Steve Romanow Sent: Friday, November 04, 2011 2:11 PM To: U2 Users List Subject: Re: [U2] OPENSEQ / WRITESEQ and UniObjects I don't know if we have enough information.  Does it start?  No output whatsoever?  IIRC, you can tell writeseq not to cache and to write to disk immediately

Re: [U2] UD Re-indexing

2011-11-01 Thread Steve Romanow
Google for Take Ownership. I had some strange permissions errors on win7 that were resolved by not just having permissions, but I had to be the Owner of the file I was operating on. Do you have a support contract with Rocket? On Tue, Nov 1, 2011 at 4:46 PM, Bill Haskett wphask...@advantos.net

Re: [U2] UniBasic Question

2011-10-25 Thread Steve Romanow
I don't know if I agree that SELECT is faster. If you are using indexed fields, SELECT is definitely not the good choice. On Tue, Oct 25, 2011 at 5:14 PM, charles_shaf...@ntn-bower.com wrote: Unless you know the keys to the records you're selecting, even the EXECUTE SELECT ... is going to

Re: [U2] UniBasic Question

2011-10-25 Thread Steve Romanow
I think we are bike-shedding this now :) I seem to recall that if the indexed field is _before_ the non indexed field, its benefit is not lost. I have not looked close at that in a long time. On Tue, Oct 25, 2011 at 5:42 PM, Woodward, Bob bob_woodw...@k2sports.com wrote: Add a second selection

Re: [U2] UniBasic Question

2011-10-25 Thread Steve Romanow
But you are potentially reducing your input set for the 2nd criteria by a large margin correct? I've never considered alt key + non-indexed usage to create disk thrash. When you select on an alternate key index, you are reading the file, but (in Udt at least) an X_myfile binary file. So you are

Re: [U2] UniBasic Question

2011-10-25 Thread Steve Romanow
, Steve Romanow wrote: I don't know if I agree that SELECT is faster. If you are using indexed fields, SELECT is definitely not the good choice. SELECT *is* faster. Because it does far less work! EXECUTE SELECT needs to read the entire file to create a select list. SELECT merely reads

Re: [U2] UniBasic Question

2011-10-25 Thread Steve Romanow
I reread my post and meant no disrespect Wols. I shouldnt post replies without considering twice. On Oct 25, 2011 7:00 PM, Wols Lists antli...@youngman.org.uk wrote: On 25/10/11 22:22, Steve Romanow wrote: I don't know if I agree that SELECT is faster. If you are using indexed fields

Re: [U2] HP UX to IBM AIX questions

2011-10-21 Thread Steve Romanow
I wish when we got our new machine we used jfs2. Take a look at that if you have not procured the machine yet. On Fri, Oct 21, 2011 at 1:50 PM, Dan Fitzgerald dangf...@hotmail.com wrote: AIX handles memory in a very different manner than HP/UX. While you'll have less to deal with, the

Re: [U2] Unidata AIX commands for commands like LIST.READU and LIST.QUEUE?

2011-10-20 Thread Steve Romanow
LLOCKS is a SystemBuilder screen to display LIST.READU data. On Thu, Oct 20, 2011 at 3:16 PM, John Thompson jthompson...@gmail.com wrote: You probably already thought of this... Try looking in the bin/udt directory or wherever Unidata is installed. For example on Universe 10.3 on AIX 5.3 cd

Re: [U2] Unidata AIX commands for commands like LIST.READU and LIST.QUEUE?

2011-10-20 Thread Steve Romanow
Umm, PORT.STATUS /usr/bin/ps On Thu, Oct 20, 2011 at 3:34 PM, Jeff Schasny jscha...@gmail.com wrote: ps would be PORT.STATUS. Try man ps for the billions of options. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] SkyBot Scheduler. Was: Job scheduling in UniVerse

2011-09-13 Thread Steve Romanow
On Tue, Sep 13, 2011 at 10:01 AM, Charles Stevenson stevenson.c...@gmail.com wrote: Has anyone used SkyBot Scheduler? It's a commercial non-MV-based product we're considering for non-UV reasons. If we go that route, I will also schedule UV jobs under it, too, scripting as for cron or windows

Re: [U2] 64-bit ODBC driver for win 7

2011-09-13 Thread Steve Romanow
On Tue, Sep 13, 2011 at 5:17 PM, Chris Austin cjausti...@hotmail.com wrote: I'm running a 64-bit version of Windows 7 and trying to install the ODBC driver that came with the UniVerse 10.1 client disk but I keep getting a message when I run the INSTALL application. The error states: 'The

Re: [U2] Lock Status

2011-09-08 Thread Steve Romanow
On Thu, Sep 8, 2011 at 11:23 AM, Daniel McGrath dmcgr...@rocketsoftware.com wrote: LIST.READU will tell you what program owns the lock (as long as the program is still running). The UNO column is the UniData Number, which will relate to a user/process in the PORT.STATUS (no options) command's

Re: [U2] Lock Status

2011-09-08 Thread Steve Romanow
On Thu, Sep 8, 2011 at 11:26 AM, Dave Davis dda...@harriscomputer.com wrote: It's a shame there isn't a file trigger operation on locking reads, just updates and deletes.  That way you could just add it to the file in question. The update trigger might be useful. Most ppl would lock the

Re: [U2] Lock Status

2011-09-08 Thread Steve Romanow
On Thu, Sep 8, 2011 at 11:34 AM, Kevin King precisonl...@gmail.com wrote: We do suspect it is from a custom BASIC subroutine, recently installed.  So knowing the file we're looking back through any code that was compiled within the past 2 weeks and manually searching for READU's that don't

Re: [U2] DataVu Query [ad]

2011-09-07 Thread Steve Romanow
I am really confused. If it uses UniObjects, there should be very little need for the ODBC driver and CONVERT.SQL. Can we get a clarification on this? ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] DataVu Query [ad]

2011-09-07 Thread Steve Romanow
That is cool. Wish we could have done a beta and help shake some of these out. Thank you Rocket for continuing to push the platform. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
On Fri, Sep 2, 2011 at 12:36 PM, John Thompson jthompson...@gmail.com wrote: Is there a comparison chart of DataVu vs. ODBC? I am planning on investigating both for reporting purposes, but, I was just curious if there was anything out there that listed the pros and cons of both in a nice

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
On Fri, Sep 2, 2011 at 12:45 PM, John Thompson jthompson...@gmail.com wrote: For example: If my goal was to teach a fairly savvy computer user to get data out of U2 into, lets say Excel... without the user coming to ask me to write some query for them... What would be the pros/cons of doing

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
On Fri, Sep 2, 2011 at 12:46 PM, Daniel McGrath dmcgr...@rocketsoftware.com wrote: Can you let me know which page so I can address it? I just successfully started downloading, so I'm not sure where to look. Thanks, Dan -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
On Fri, Sep 2, 2011 at 12:48 PM, Wjhonson wjhon...@aol.com wrote: Give us the direct link to the download page -Original Message- From: Daniel McGrath dmcgr...@rocketsoftware.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Fri, Sep 2, 2011 9:46 am Subject: Re: [U2]

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
On Fri, Sep 2, 2011 at 1:04 PM, Bill Haskett wphask...@advantos.net wrote: Steve: Really?  I was looking at DataVu for UniData and I understood that I did need to SQL'ize all my data.  So, if I hosted a number of accounts I'd have to go through the entire process of figuring how to duplicate

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
Bill, I think you are correct. I was hoping and praying for straight UoJ connection to data, not shoehorned SQL. Steve ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
...@listserver.u2ug.org] n Behalf Of Steve Romanow ent: Friday, September 02, 2011 12:42 PM o: U2 Users List ubject: Re: [U2] DataVu Query [ad] Bill, I think you are correct.  I was hoping and praying for straight UoJ connection o data, not shoehorned SQL. Steve

Re: [U2] DataVu Query [ad]

2011-09-02 Thread Steve Romanow
This is what I get. I cannot access ApplicationData on my machine, which bothers me. meh. win7. http://screencast.com/t/c3QI4gs6 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] PC based UniBasic program editor for 64 bit OS

2011-09-01 Thread Steve Romanow
On Thu, Sep 1, 2011 at 5:09 PM, Wjhonson wjhon...@aol.com wrote: Glenn just upgrading from parchment to paper will save the lives of many goats and you won't need to spend all those hours scraping the skins to the right thinness, before you can use it. I find also that quills have a nasty

Re: [U2] PC based UniBasic program editor for 64 bit OS

2011-08-31 Thread Steve Romanow
On Wed, Aug 31, 2011 at 2:03 PM, Buffington, Wyatt wgbuffing...@hydro.mb.ca wrote: Can anyone suggest a good editor for 64 bit OS systems that allows people to edit UniBasic programs? I was using HyperEdit by Sunergos Software for many years but I have upgraded my laptop and it will not run.

Re: [U2] PC based UniBasic program editor for 64 bit OS

2011-08-31 Thread Steve Romanow
On Wed, Aug 31, 2011 at 2:39 PM, Wjhonson wjhon...@aol.com wrote: It should be remarked that this Rocket download also requires Eclipse to be loaded. It's an enormousely huge and fat monster for such a simple task. here we go again :) Our bimonthly eclipse discussion ;D

Re: [U2] PC based UniBasic program editor for 64 bit OS

2011-08-31 Thread Steve Romanow
On Wed, Aug 31, 2011 at 5:26 PM, Wjhonson wjhon...@aol.com wrote: BDT = 280 Megabytes Really? To highlight code? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users its the Eclipse

[U2] Why Pick Eclipse?

2011-08-02 Thread Steve Romanow
Someone on G+ had a post that summed up some of the angst I have regarding Eclipse. I think its the overbearing framework followed by thin plugins. http://nfarina.com/post/8239634061/ios-to-android Eclipse has some strong points, but I think some of the apps (plugins) I have tried had less

Re: [U2] Why Pick Eclipse?

2011-08-02 Thread Steve Romanow
Funny story about auto-correct. Last week my team had to think I was drinking on the job or otherwise incapacitated with the gibberish I was emailing from my phone without proofing acceptably because of SwiftKeyX auto correction. bah. ___ U2-Users

Re: [U2] Why Pick Eclipse?

2011-08-02 Thread Steve Romanow
(and their forums are full of people with the same problems) that one I got it all working I started writing a guide to getting up and running specifically for Droid developers so save some pain. Brian Sent from my ASUS Eee Pad Steve Romanow slestak...@gmail.com wrote: On Tue, Aug 2, 2011 at 11:12 AM

Re: [U2] Why Pick U2 ?

2011-07-15 Thread Steve Romanow
On Fri, Jul 15, 2011 at 2:29 PM, Tony Gravagno 3xk547...@sneakemail.com wrote: From: Steve Romanow When i look at an eclipse application I see 80% ui that is not relevant to the task at hand.  I agree that it and most every app implemented with it are trash. I agree with the first sentence

Re: [U2] Why Pick U2 ?

2011-07-15 Thread Steve Romanow
Neat. They have a community edition too. Their charm product has a good rep. On Jul 15, 2011 4:24 PM, Symeon Breen syme...@gmail.com wrote: ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] python

2011-07-14 Thread Steve Romanow
I am seriously interested in language bindings as well. Specifically serverside. On Jul 14, 2011 11:08 AM, Symeon Breen syme...@gmail.com wrote: Not the snake - the language ;) At u2u two (or was it 3) years ago a guy from ibm demo'ed some gci code he did so you could call any python code

Re: [U2] Shards

2011-07-14 Thread Steve Romanow
Yeah. We had good experience using that functionality at a prior shop. Wish they would come to Unidata. On Jul 14, 2011 11:10 AM, Jerry Banker jpb-u...@hotmail.com wrote: Strange I was reading this article on sharding ( http://technoroy.blogspot.com/2008/07/shard-database-design.html) and I

Re: [U2] Why Pick U2 ?

2011-07-14 Thread Steve Romanow
Logging, unittesting, On Jul 14, 2011 10:12 AM, Rob Sobers rsob...@gmail.com wrote: Yes, and my point is that in the U2/UniBasic ecosystem, those collections of subroutines are not readily available anywhere. What if you want to use a web service that emits JSON? Is it going to take you 3

Re: [U2] JSON

2011-07-14 Thread Steve Romanow
Att 4 can be encoded on its own and stored within the parent Jon record. I am on my phone so pls don't make me key data structures. B-) On Jul 14, 2011 5:32 PM, George Gallen ggal...@wyanokegroup.com wrote: If I have the following dynamic array: TEST 1this 2is 3a 4mv ] test field 1 =

Re: [U2] JSON

2011-07-14 Thread Steve Romanow
Doh. Autocorrect got me. I meant json record. Take a look at json.org That XML example is but one may to model that record. On Jul 14, 2011 5:36 PM, Steve Romanow slestak...@gmail.com wrote: ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

Re: [U2] Why Pick U2 ?

2011-07-14 Thread Steve Romanow
When i look at an eclipse application I see 80% ui that is not relevant to the task at hand. I agree that it and most every app implemented with it are trash. On Jul 14, 2011 6:11 PM, Doug Averch dave...@gmail.com wrote: Hi Brian: Microsoft now has a plug-in for Eclipse see

Re: [U2] Why Pick Eclipse ?

2011-07-14 Thread Steve Romanow
Not a fan of any of them. Slow, clunky. BDT, are you kidding. I'll use edlin first. On Jul 14, 2011 6:24 PM, Bill Brutzman bi...@hkmetalcraft.com wrote: When looking at an Eclipse app, it might be a good idea to put sunglasses on first... maybe some special optical apparatus. There is... O

Re: [U2] Rocks

2011-07-14 Thread Steve Romanow
I have been mildly trolling. I'll stop. On Jul 14, 2011 7:15 PM, Rob Sobers rsob...@gmail.com wrote: In fairness, I don't think anyone is trolling. I think it's healthy to question the technical merits of the platforms you use and compare them to alternatives. A community that shouts go away

Re: [U2] Why use U2, was Interesting Article

2011-07-13 Thread Steve Romanow
Shutterfly also has moved to mongo in production. On Jul 13, 2011 1:56 PM, Symeon Breen syme...@gmail.com wrote: I am a bit of a mongo DB fanboy myself, I think regarding performance, because of its autosharding any large scale application will definitely beat u2. Mongo db powers many

Re: [U2] Why use U2, was Interesting Article

2011-07-13 Thread Steve Romanow
It saves to disk, and iirc you can specify how many replicants it is written to to be considered written. You may be confusing it with memcached or redis, but even they have persistence. On Jul 13, 2011 2:02 PM, Bill Brutzman bi...@hkmetalcraft.com wrote: Is Mongo a persistent database? That is,

Re: [U2] Epicor and Eclipse

2011-07-07 Thread Steve Romanow
An interesting stat about openbravo is how many devs they have on staff. I looked at them a few years ago and it was huge. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Git and U2

2011-06-30 Thread Steve Romanow
I use bitbucket for that. On Jun 30, 2011 9:48 AM, Rob Sobers rsob...@gmail.com wrote: Same here. I do all my work on the command line, too. While Kiln has a nice web UI for browsing code, searching code, organizing repos, and viewing diffs, you can simply use it as a secure cloud-based host

Re: [U2] Enterprise Scheduling solution

2011-06-14 Thread Steve Romanow
I have not used it, but wish I had time to tinker with it. Task Forest looks interesting. http://www.taskforest.com/ It is open src, but commercial support is available. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] [UV] Obtaining a file creation date and time without locking it

2011-06-02 Thread Steve Romanow
On Thu, Jun 2, 2011 at 4:30 PM, Sammartino, Richard rsamm...@philasd.org wrote: Someone posted a program to do this a couple of years ago.  I can post my version if needed. Rich Richard Sammartino Systems Analyst School District of Philadelphia 440 N Broad Street Philadelphia, PA  19130

Re: [U2] ED Manuals

2011-05-25 Thread Steve Romanow
I think the manual set from Rocket is freely available. On Wed, May 25, 2011 at 10:21 AM, Ron Hutchings ron_hutchi...@hotmail.com wrote: Are there versions of the manuals in the U2 archives?  I thought I had the archives bookmarked but I can't find them.

Re: [U2] Pondering recent thread on compact framework

2011-05-19 Thread Steve Romanow
I would love to have a correct and quick inventory inquiry for mobile targets. Maybe even integrated with the zebra crossing barcoding libs on droid. Droid is relatively open compared to the other handsets and os's. On Thu, May 19, 2011 at 12:44 AM, Dan McGrath dmc...@imb.com.au wrote: Sorry,

Re: [U2] Pondering recent thread on compact framework

2011-05-19 Thread Steve Romanow
An Order Log Inquiry would be neat as well. None of these 2 ideas require specific u2 bindings. Just need an rpc service to return json. On Thu, May 19, 2011 at 6:30 AM, Steve Romanow slestak...@gmail.com wrote: I would love to have a correct and quick inventory inquiry for mobile targets

Re: [U2] Uniobjects on Linux

2011-05-19 Thread Steve Romanow
You set IsUnidata to True, was that intentional? On Thu, May 19, 2011 at 3:10 AM, Jonathan Leckie jonathan.lec...@blairswindows.co.uk wrote: Any thoughts as to what to check to fix this, I  used to be able to connect from the P.C. but not now, I can connect  using  UniAdmin but not other

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Steve Romanow
Uniobjects is a C module that has been wrapped and packaged for java, vb, and .NET. PickWiki has several examples, as well as the rocket software docs. If you upgrade to the new WebDE you will be using uniobjects for communication (really deep down.) On Thu, May 19, 2011 at 8:37 AM, Israel,

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Steve Romanow
On Thu, May 19, 2011 at 9:26 AM, John Thompson jthompson...@gmail.com wrote: You have to have a windows machine as the go between. Not completely true. I have used UOJ with jython on linux to talk to U2 on AIX. ___ U2-Users mailing list

Re: [U2] Uniobjects - What Is It?

2011-05-19 Thread Steve Romanow
On Thu, May 19, 2011 at 10:27 AM, John Thompson jthompson...@gmail.com wrote: Yes thank you Steve for correcting that.  Jeff had corrected that earlier.  Being new to some of this, I should have probably just kept my mouth shut so I didn't give bad information :) No please contribute. I was

Re: [U2] Simple UniQuery Question

2011-05-19 Thread Steve Romanow
is it BY-EXP that does that? I think. On Thu, May 19, 2011 at 12:07 PM, Doug Farmer dfar...@epicor.com wrote: For some reason, in all the years I have been doing this, I don't ever remember being asked this. A user asked me, if I have a UniQuery report listing a single value and a multi

Re: [U2] Multi char delimiter in DICT item

2011-05-19 Thread Steve Romanow
Does doubling the slash help? //PRD On Thu, May 19, 2011 at 2:11 PM, Bob Woodward bob_woodw...@k2sports.com wrote: Hi folks, I'm in Unidata 6.1 and I'm trying to find a way to use a multi character value as a delimiter for a parsing function in an I-desc dict item.  I'm working with

Re: [U2] Multi char delimiter in DICT item

2011-05-19 Thread Steve Romanow
Maybe swap / for @am and you have tokenized your input. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Multi char delimiter in DICT item

2011-05-19 Thread Steve Romanow
Nice! On Thu, May 19, 2011 at 3:30 PM, Bob Woodward bob_woodw...@k2sports.com wrote: WINNER  We can even remove the fourth statement since the third statement puts the first quoted value at the front of @3 so... F1 ; INDEX(F1,PRN=,1) ; @1[@2,LEN(@1)] ; FIELD(@3,'',2) Will work

Re: [U2] LED editor for Universe

2011-05-06 Thread Steve Romanow
Some ppl just do not like eclipse in any shape or form. On 5/6/11, fft2...@aol.com fft2...@aol.com wrote: If they don't consume a seat, doesn't that also mean that they don't lock the program while editing it? If so, how do they work well in a multi-programmer environment? Again, at

Re: [U2] uv v ud

2011-05-04 Thread Steve Romanow
I was just pondering that problem as you wrote that Bill. :0) On Wed, May 4, 2011 at 12:30 PM, Bill Haskett wphask...@advantos.net wrote: Isn't that the truth.  An interesting side note is debugging.  When technologists suggest we use a black-box technology approach, all this does is create

Re: [U2] Reconnect to headless udt session

2011-04-29 Thread Steve Romanow
Can you tandem to it? I have tandemed to rpc sessions for debugging purposes. I use gnu screen to detach and reattach to u2 session all the time. On Fri, Apr 29, 2011 at 9:32 AM, Barak Griffis bgrif...@affinityplus.org wrote: I have heard that it is possible to reconnect to a headless udt

Re: [U2] Reconnect to headless udt session

2011-04-29 Thread Steve Romanow
On Apr 29, 2011, at 8:35 AM, Steve Romanow slestak...@gmail.com wrote: Can you tandem to it?  I have tandemed to rpc sessions for debugging purposes. I use gnu screen to detach and reattach to u2 session all the time. On Fri, Apr 29, 2011 at 9:32 AM, Barak Griffis bgrif...@affinityplus.org

Re: [U2] [UD] How to get output-converted results from EXECUTESQL and READNEXTTUPLE?

2011-04-29 Thread Steve Romanow
Mecki, I think he is saying the query is coming from a non u2 system. Changing to TCL syntax just avoids the question. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] UniData Upgrade

2011-04-28 Thread Steve Romanow
We updated to 7.2.6 maybe 2 months ago and have not seen the issue you just described. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Saying Goodbye...

2011-04-27 Thread Steve Romanow
On Wed, Apr 27, 2011 at 2:04 PM, Allen E. Elwood aelw...@socal.rr.com wrote: I'd love to see a U2 server, connected directly to the internet, with *no other software* serving up secured web pages.  To have the entire www available with new U2 commands added by Rocket's Scientists. Other db's

Re: [U2] Saying Goodbye...

2011-04-27 Thread Steve Romanow
On Wed, Apr 27, 2011 at 2:29 PM, Jeffrey Butera jbut...@hampshire.edu wrote: On Wed, Apr 27, 2011 at 2:04 PM, Allen E. Elwoodaelw...@socal.rr.com  wrote: I'd love to see a U2 server, connected directly to the internet, with *no other software* serving up secured web pages.  To have the

Re: [U2] html 2 xls

2011-04-25 Thread Steve Romanow
I use xlwt for this kind of work. Its not perfect, but does what I need. Will need a developer to setup your html - xls transform. On Mon, Apr 25, 2011 at 3:37 PM, shaun.fergu...@ferguson.com wrote: Anyone know of a conversion tool that will take html and produce xls (Excel spreadsheet)

Re: [U2] PDF Files directly from UniData or UniVerse

2011-04-12 Thread Steve Romanow
We use a script called txt2pdf (maybe text2pdf, iirc) and it is integrated into our SB+ spool functionality. It is just another output like CSV or TXT. If you are on aix, you can setup a virtual queue that runs a script on anything printed through it. That may work as well. That is how our

Re: [U2] Epicor and Eclipse Was Re: PICK Systems Administrator position

2011-04-06 Thread Steve Romanow
Why would they care? I know products that moved to MSSQL and ppl still lined up for the unix offering. On Wed, Apr 6, 2011 at 1:54 PM, Marc Harbeson marc.harbe...@gmail.com wrote: I can only imagine how this feels at Rocket... -Original Message- From:

Re: [U2] Epicor and Eclipse Was Re: PICK Systems Administratorposition

2011-04-06 Thread Steve Romanow
lol On Wed, Apr 6, 2011 at 4:01 PM, Mecki Foerthmann mec...@gmx.net wrote: You forgot the [AD] in the subject line g. Sound like an Epicor sales pitch to me. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Databasic conversion

2011-04-06 Thread Steve Romanow
There is no SB involved correct? On Wed, Apr 6, 2011 at 5:14 PM, Symeon Breen syme...@gmail.com wrote: Hi I am looking at a little side project to convert an entire system written in databasic on D3 to run on unidata. The guy i work with says it is a couple of hours work - I am not so sure

Re: [U2] Databasic conversion

2011-04-06 Thread Steve Romanow
Well, from D3 that would make sense. Sry. On Wed, Apr 6, 2011 at 5:15 PM, Steve Romanow slestak...@gmail.com wrote: There is no SB involved correct? On Wed, Apr 6, 2011 at 5:14 PM, Symeon Breen syme...@gmail.com wrote: Hi I am looking at a little side project to convert an entire system

Re: [U2] Game changer for U2 editors ([AD] added for Doug)

2011-04-06 Thread Steve Romanow
Or bitbucket. He said 19k lines of code. that would be painful on pickwiki On Wed, Apr 6, 2011 at 11:53 PM, Bill Haskett wphask...@advantos.net wrote: Charlie: Why not try PickWiki? Bill - Original Message

Re: [U2] Game changer for U2 editors

2011-04-04 Thread Steve Romanow
What is you cant stomach eclipse :) poke, poke. On Mon, Apr 4, 2011 at 3:30 PM, Dan Fitzgerald dangf...@hotmail.com wrote: Lovely, but traditionally the [ad] tag goes in the subject. Date: Mon, 4 Apr 2011 13:24:44 -0600 From: dave...@gmail.com To: u2-users@listserver.u2ug.org Subject:

  1   2   3   4   >