Re: [U2] Not Consistent Failure

2010-03-24 Thread Karl Pearson
Thanks for the help on this one. That one gave me just enough information to figure things out. First, when the login failed, I saw an error message There are running jobs... just as the process should have been passed to Universe. That was odd, so I checked the output of the truss command, and

Re: [U2] Pick Pocket Guide

2010-03-24 Thread James Canale, Jr.
My bad on the mid-cap drop; sorry. For TCL/ECL, maybe mvCommand or mvControl? I didn't say it will be easy or even worthwhile for the experts; but, I think it must help in some way to be known as the gurus in this market (better billable rates, makes you more desirable as a consultant, etc.).

Re: [U2] visual source safe plugin with basic developer toolkit

2010-03-24 Thread djordan
Has anyone tried the Microsoft visual source safe plugin for eclipse with the basic developer toolkit. I was trying to see if I could use a common source control mechanism for the .Net and unibasic code. http://sourceforge.net/projects/vssplugin/ Regards David Jordan

[U2] U2UG news (was Pick Pocket Guide)

2010-03-24 Thread Brian Leach
All, 1. The good news is that the U2UG board has agreed to push ahead with our incubator project this year. This will combine learning materials and sample applications aimed at bringing the platform in front of genuinely new developers who have not encountered any flavour of multivalue before.

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Symeon Breen
Ahh we could discuss this at length. Firstly i agree Books are not uniquely sourced by product providers, and they shouldn't be - I think the difference is that there is a marketplace for books from these technologies hence why O'Reilly et al are there. When Microsoft first released Silverlight

Re: [U2] visual source safe plugin with basic developer toolkit

2010-03-24 Thread Symeon Breen
I use subversion for both my .net and unibasic code. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of djordan Sent: 24 March 2010 07:39 To: 'U2 Users List' Subject: Re: [U2] visual source safe plugin with basic

Re: [U2] visual source safe plugin with basic developer toolkit

2010-03-24 Thread Brian Leach
Ditto. I've found it the easiest to use with tortoise SVN for the desktop. But then, I don't use Eclipse or BDT. Tip - you also need to version manage other assets such as dictionaries. I've found the easiest way is to build my tables using definition scripts (similar to a create table statement

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Brian Leach
When Microsoft first released Silverlight - the first books were from Microsoft themselves, the others quickly followed. You have just highlighted the essential difference between books and software.. Software is a single sale: you buy that product from the manufacturer and don't buy a rival

Re: [U2] Using UNIVERSE Triggers for MYSQL?

2010-03-24 Thread Barry Rutherford
I have used triggers to write the data I want to transfer to a queue file where I have another process that transfers the data in the queue to the remote database (Microsoft SQL). I designed the trigger that way because if for whatever reason the remote database becomes unavailable (and that does

[U2] MV MVP

2010-03-24 Thread Brutzman, Bill
I have been meaning to write to Suzie to ask Rocket to consider a MVP program. Microsoft, Sun, and other companies have this. Of course, MVP's are usually authors of books. --Bill ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Ron Hutchings
As much as we can't seem to get away from referring to TCL, how about MVTCL or mvTCL! Date: Wed, 24 Mar 2010 03:16:06 -0400 From: jcan...@optonline.net To: u2-users@listserver.u2ug.org Subject: Re: [U2] Pick Pocket Guide My bad on the mid-cap drop; sorry. For TCL/ECL, maybe mvCommand

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Horn, John
From: Tony Gravagno The world would be a terrible place if software companies figured out that they could provide poor documentation and then make even more money as the unique source of for-fee books that explain their products. Game software companies figured that out a long time ago, I'm

Re: [U2] JDBC - ClassPath - Victory

2010-03-24 Thread Brutzman, Bill
Ben: Thanks for the follow-up. I appreciate it. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ben Souther Sent: Tuesday, March 23, 2010 5:34 PM To: U2 Users List Subject: Re: [U2] JDBC - ClassPath -

Re: [U2] JDBC - Finally - Hitch

2010-03-24 Thread Brutzman, Bill
Ben: 1. I am glad to find out about the finally command. I was not aware of this feature in Java. 2. The new code below yields an IDE error... con cannot be resolved 3. Connection con was already defined... it gives an error when I do a con = null; 4. IDE does not accept con.close; 5. While I

Re: [U2] visual source safe plug-in with basic developer toolkit

2010-03-24 Thread Doug
BDT, Rocket's Eclipse based U2 editor, does not manage any source control either program, procs or dictionaries. Using the other Eclipse based editor manages all of the above and even data for the those code files. This other Eclipse based editor can use Subversion, CVS, Perforce, or GIT as you

Re: [U2] JDBC - Finally - Hitch

2010-03-24 Thread Ben Souther
In Java, variables are local to the block in which they were declared. So, in order to reach your 'con' variable from outside the 'try' block it needs to be declared outside of that block. Connection con = null; // declare con outside of try block. try{ con = DriverManager... // do

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

2010-03-24 Thread Hennessey, Mark F.
Heh - name it Genius and you invite a lawsuit from Apple... -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: Tuesday, March 23, 2010 4:26 PM To: 'U2 Users List' Subject: Re: [U2] Pick Pocket

[U2] wIntegrate Launch Label Program - Problem

2010-03-24 Thread Brutzman, Bill
Sometimes when launching SeaGull Scientific's BarTender program via wIntegrate, the computer appears to stall. A band-aid is to Alt-Tab and then choose the BarTender program... and then the label prints. Is there a wIntegrate setting to do something like a Set Focus such that BT is on top when

[U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
OK. Here's a strange one. If I type up a program in the text editor, and save it. Then I copy that file to windows folder, which Universe has access to If I then copy that file from this folder to SOURCE (from within Universe), it's all in lower case What's the deal? How can fix this. UV is

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread Israel, John R.
I've seen things like this when using a mapped drive from Windows to UNIX. I create something in upper case yet it is in lower case on the UNIX box. If I build it on the UNIX box first (even just an empty file), the file name is in the upper/lower as I wanted. It appears to only be an issue

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
The original file was created on a windows machine, Then transferred to another windows machine using remotePC website This machine has a mapped drive which is on an NT server The UV server is on the NT machine No unix (maybe that's the problem :) ) -Original Message- From:

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
I don't mean the filename is lowercase, I mean the contents of the file. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Wednesday, March 24, 2010 2:44 PM To: U2 Users List Subject: Re:

Re: [U2] JDBC - BrainTeaser

2010-03-24 Thread Brutzman, Bill
Thanks to Ben and Ross but... Of course the Class.forName connection string has to be invoked first. My brain hurts. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ben Souther Sent: Wednesday, March 24,

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread Dianne Ackerman
I've had very similar weird things happen with uv on windows. Possibly stemming from the PTERM CASE setting? -Dianne George Gallen wrote: OK. Here's a strange one. If I type up a program in the text editor, and save it. Then I copy that file to windows folder, which Universe has access to

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
Why would that matter (not saying it doesn't)? I'm not typeing the file in UV, I'm copying it into a File UV has access to. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman Sent:

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
HMMM. Maybe you have somethingI just HELPd on PTERM. I'll have to check into that next time I'm on that machineThanks -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman Sent: Wednesday,

[U2] svn with U2

2010-03-24 Thread Steve Romanow
Hi Symeon, Have you a way of versioning SB+ objects and dict items? I would really like to devise a way to version reports, screens and FD's. TIA, Steve ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Pick Pocket Guide

2010-03-24 Thread FFT2001
I'd like to also suggest nSQL and mvSQL Why not say SQL ? And then add n for nested or mv for multi-value And we can just say this is our BRAND of SQL it's SQL with added features. In a message dated 3/24/2010 7:30:47 A.M. Pacific Daylight Time, ron_hutchi...@hotmail.com writes: As

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
Outside of using PRC, you will have to script things. You can use executables like UVread loadfile, UVwrite, etc. Take a look in the sample director under the uv directory to get the format of the .u files you will need to build. Regards, LeRoy From:

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread Ivan Micklin
Try PTERM CASE NOINVERT Ivan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Wednesday, March 24, 2010 3:00 PM To: U2 Users List Subject: Re: [U2] U2 on Windows wierdness HMMM. Maybe you have

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread George Gallen
Just to make sure.this would only affect my login? Wouldn't want the rest of the folks on the system think their caps locks key is broken :O -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Ivan Micklin

[U2] Trouble sending reply emails

2010-03-24 Thread Dianne Ackerman
Does anyone have any idea why I would be getting the following error message bounced to me when I reply to a message on the list? To send a message to the list, I have to initiate the message, I can't seem to reply. Thanks. -Dianne The message's content type was not explicitly allowed

Re: [U2] U2 on Windows wierdness

2010-03-24 Thread Ivan Micklin
That is correct. It worked fine for me. Since it only worked for the current session, I had it in a paragraph with a couple of settings for my use. I ran the paragraph as soon as I logged in. Ivan -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Baker Hughes
At the risk of stating the obvious, I think the following is the best 'centrist' approach for the common query commands: MVQL - Multi Value Query Language. As for the database resource - it's almost a non-issue any more who the provider is since most have 'flavors' that mimic the major

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Jeff Schasny
Brilliant! I have had a terrible time explaining to users why the term TCL exists, at least since the last time I was using an ADDS Viewpoint as my I/O device. Dan McGrath wrote: Hi Clif, I'd be interesting in reading. I write the occasional piece and probably should use more encompassing

Re: [U2] Pick Pocket Guide

2010-03-24 Thread Jeff Schasny
Because its not SQL. To many big differences between the purpose, theory, and operation of the two fft2...@aol.com wrote: I'd like to also suggest nSQL and mvSQL Why not say SQL ? And then add n for nested or mv for multi-value And we can just say this is our BRAND of SQL it's SQL with added

Re: [U2] svn with U2

2010-03-24 Thread Symeon Breen
Only if they are held in type 1 files -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: 24 March 2010 19:07 To: u2-users@listserver.u2ug.org Subject: [U2] svn with U2 Hi Symeon, Have you a way

Re: [U2] Trouble sending reply emails

2010-03-24 Thread Karl Pearson
Try sending in plain text? On Wed, March 24, 2010 1:30 pm, Dianne Ackerman wrote: Does anyone have any idea why I would be getting the following error message bounced to me when I reply to a message on the list? To send a message to the list, I have to initiate the message, I can't seem to

[U2] Cold Fusion Connection - Victory

2010-03-24 Thread Brutzman, Bill
I am pleased to report I was able to connect ok from Adobe ColdFusion 9 (running on our Windows Server) to UniVerse 10.1 running on HP-Ux. A bunch of people on the Adobe forum reported similar trouble. The recent U2-JDBC posts on this list were key to solving this problem. I expect that when

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
You can accomplish a complete solution using the tools UV comes with, i.e. the tools that are used to install configure it, such as loadfile, UVread, UVwrite and so forth. Just determine how the .u files are structure, but take note that they are harder to user if you need to format one with

[U2] Writeseq - getting to the EOF

2010-03-24 Thread George Gallen
ok. UV 10.0.2 Is there a quick way to get to the end of a file to start appending after an OPENSEQ Otherthan, a loop to READSEQ until it hits the EOF. Right now, that is not a problem, but this file could grow to some considerable size, and that loop might take a little bit to cycle through.

Re: [U2] Writeseq - getting to the EOF

2010-03-24 Thread David Ward
Try SEEK -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Wednesday, March 24, 2010 4:26 PM To: U2 Users List Subject: [U2] Writeseq - getting to the EOF ok. UV 10.0.2 Is there a quick way to

Re: [U2] Writeseq - getting to the EOF

2010-03-24 Thread George Gallen
thanksworked. SEEK filehandle,0,2 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of David Ward Sent: Wednesday, March 24, 2010 5:30 PM To: 'U2 Users List' Subject: Re: [U2] Writeseq - getting to the EOF

Re: [U2] Writeseq - getting to the EOF

2010-03-24 Thread David A. Green
How about WRITESEQ DATA APPEND ON S.FILE... 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 George Gallen Sent: Wednesday, March 24, 2010 2:26 PM To: U2 Users List

Re: [U2] Trouble sending reply emails

2010-03-24 Thread Bill Haskett
Do you use Thunderbird? Bill Dianne Ackerman said the following on 3/24/2010 12:30 PM: Does anyone have any idea why I would be getting the following error message bounced to me when I reply to a message on the list? To

Re: [U2] svn with U2

2010-03-24 Thread Boydell, Stuart
Hi Leroy, Just had a quick look. I didn't even know those commands existed (or maybe I did and forgot). Loadfile sounds interesting. Just parsing UVread... $UVread usage: UVread [-q] [-f] [-s] file item ... $UVread -q VOC WHO 'V' 'WHO' 'I' 'G' $UVread -f /pathToOtherAccount/VOC WHO WHO V

Re: [U2] JDBC - Finally - Hitch

2010-03-24 Thread Jeff Powell
Bill, You're trying to reference the connection out of it's scope. Try moving the declaration like the example below. On 03/24/2010 10:49 AM, Brutzman, Bill wrote: Ben: 1. I am glad to find out about the finally command. I was not aware of this feature in Java. 2. The new code below yields

Re: [U2] JDBC - Finally - Hitch

2010-03-24 Thread Jeff Powell
This text was supposed to be strikethrough to indicate that it needs to be removed since it's declared outside the outer try scope. On 03/24/2010 05:40 PM, Jeff Powell wrote: *Connection* con = DriverManager ... Should read con = DriverManager ...

Re: [U2] JDBC - con.close - Victory

2010-03-24 Thread Brutzman, Bill
Jeff: It works... and answers a few of the minor mysteries. Thanks for following-up. Much obliged. --Bill import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class JDBC_1003 {

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
Hi Stuart, Long time no speak. I will put something together on how they are used for you. Cheers, LeRoy Sent from my iPhone 3Gs On 25 Mar 2010, at 12:23 AM, Boydell, Stuart stuart.boyd...@spotless.com.au wrote: Hi Leroy, Just had a quick look. I didn't even know those commands existed

Re: [U2] Writeseq - getting to the EOF

2010-03-24 Thread Don Robinson
George, Have you tried the SEEK statement, ie, SEEK filehandle, 0 , 2 The 0 (zero) is the offset and the 2 is relative to the end of the file. Caution, untested code!   Good luck, Don Robinson From: George Gallen ggal...@wyanokegroup.com To: U2 Users List

Re: [U2] svn with U2

2010-03-24 Thread Boydell, Stuart
Gidday Thanks - I'd appreciate that. Maybe it could go up on the U2UG site. S -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Leroy Dreyfuss Sent: Thursday, 25 March 2010 10:30 To: U2 Users List Cc: U2 Users List