Re: [U2] UniObjects and Hibernate

2006-10-13 Thread Wendy Smoak
On 10/13/06, Brutzman, Bill [EMAIL PROTECTED] wrote: Does it make any sense to use Hibernate with UniObjects for Java? I don't think so. Hibernate is built on top of JDBC, and UniObjects for Java is a completely different animal. (UOJ is a proprietary, non-standard API to UniData.) It

[U2] Shorter link to mailing list subscription info?

2006-08-22 Thread Wendy Smoak
I remember asking once before... is there a nicer-looking link available for the mailing list info page, instead of: http://u2ug.org/index.php?module=ContentExpressfunc=displayceid=5bid=21btitle=Main%20Menumeid=14 Something like http://u2ug.org/mail.php , perhaps? -- Wendy --- u2-users

Re: [U2] Shorter link to mailing list subscription info?

2006-08-22 Thread Wendy Smoak
On 8/22/06, Glen Batchelor [EMAIL PROTECTED] wrote: The server admin can create a mail.php script that includes the URL. That or a page that simply redirects to the right one would be fine... anything but that long, ugly URL that wraps and potentially breaks depending on your mailreader.

Re: [U2] IBM UniVerse JDBC driver with WebLogic web application server

2006-08-17 Thread Wendy Smoak
On 8/1/06, Vance, Kathy [EMAIL PROTECTED] wrote: Does anybody have the experience on how to configure the weblogic connection pool with IBM UniVerse JDBC driver? No, but that error looks familiar from a brief experiment with Spring JDBC and UniData. :(

Re: [U2] Unicommand Paragraphs

2006-08-10 Thread Wendy Smoak
On 8/10/06, gibboda [EMAIL PROTECTED] wrote: I am using UniObjects for Java. I am working on trying to run datatel query paragraphs using the Unicommands. I have successfully been able to run select statements, list statements and download statements individually with the unicommands. But I

Re: [U2] Installing UniObjects on Linux

2006-08-08 Thread Wendy Smoak
On 8/8/06, gibboda [EMAIL PROTECTED] wrote: I am trying to install the UniDK on Linux. My goal is to get UniObjects and UniObjects for Java installed on a Linux Machine to be able to communicate with a AIX system containing Unidata. I have search the internet and found several examples of

Re: [U2] Connection pooling with UniObjects for Java

2006-08-08 Thread Wendy Smoak
On 8/8/06, Steven Tomcavage [EMAIL PROTECTED] wrote: I'd like to setup the connection pool to restrict the number of simultaneous connections to be within our license. I'm rolling this application out in the next month or so, so I don't have the option of waiting. Take a look at Jakarta

Re: [U2] Getting information on udt processes

2006-08-07 Thread Wendy Smoak
On 8/4/06, Symeon Breen [EMAIL PROTECTED] wrote: BTW I have found that port.status stack.trace, atleast on linux, on a unirpcd process sometimes does not work, it does not return anything ! Not sure why. Sadly, that's the case with UniData on HP-UX as well. :( :PORT.STATUS PID 3570 CALL.STACK

[U2] Getting information on udt processes

2006-08-02 Thread Wendy Smoak
Occasionally we have some udt process that take up lots of resources and never finish. Most likely there's an endless loop in some subroutine. I know it's coming through unirpcd, because the processes are owned by a user that is only allowed to connect that way. Most likely it's in a

Re: [U2] Getting information on udt processes

2006-08-02 Thread Wendy Smoak
On 8/2/06, Timothy Snyder [EMAIL PROTECTED] wrote: Try PORT.STATUS PID 9 CALL.STACK. It reports the call stack, including the current line number for all executed programs and external subroutines. Thank you! That's *exactly* what I need. Now I just have to wait for it to happen again.

Re: [U2] Getting information on udt processes

2006-08-02 Thread Wendy Smoak
On 8/2/06, Tom Dodds [EMAIL PROTECTED] wrote: If you are on UniVerse it is LAYER.STACK instead of CALL.STACK. Thanks! I created a page on the wiki with an example of PORT.STATUS: http://www.pickwiki.com/cgi-bin/wiki.pl?ViewCallStack -- Wendy --- u2-users mailing list

Re: [U2] SOX question (United States only, I believe)

2006-07-19 Thread Wendy Smoak
On 7/19/06, Tom Dodds [EMAIL PROTECTED] wrote: Wendy, thanks for the new word, pejorative. That's a great one. :) I think this thread gets the prize for the most deviation from the initial topic. Shall we adjourn to u2-community before we get evicted? -- Wendy --- u2-users mailing list

Re: [U2] CALLHTTP....UV 10

2006-07-05 Thread Wendy Smoak
On 7/5/06, George Gallen [EMAIL PROTECTED] wrote: OK. Adding in the setHTTPDefault and the setRequestHeader got it working. Now...I need to read an https:// URL Not reading for content, but see if anything here helps: http://www.pickwiki.com/cgi-bin/wiki.pl?CallHTTPWithSSL also:

Re: [U2] UniObjects security in an applet

2006-06-15 Thread Wendy Smoak
On 6/14/06, Adrian Merrall [EMAIL PROTECTED] wrote: No you mention it. IIRC there was a change regarding zip files. The contents of zip files are no longer automatically added to the classpath, only jars. An easy fix is to rename asjava.zip to asjava.jar. I know this is the case for the

Re: [U2] UniObjects security in an applet

2006-06-15 Thread Wendy Smoak
On 6/14/06, Adrian Merrall [EMAIL PROTECTED] wrote: No you mention it. IIRC there was a change regarding zip files. The contents of zip files are no longer automatically added to the classpath, only jars. An easy fix is to rename asjava.zip to asjava.jar. I know this is the case for the

Re: [U2] UniObjects security in an applet

2006-06-15 Thread Wendy Smoak
On 6/15/06, Jeff Powell [EMAIL PROTECTED] wrote: So, it seems that the browser still won't even touch the proxy unless it is on the same machine Same machine as what? An (unsigned) applet can only connect back to the server from which it was loaded. If you have a separate web server and

Re: [U2] UniObjects security in an applet

2006-06-15 Thread Wendy Smoak
On 6/14/06, Adrian Merrall [EMAIL PROTECTED] wrote: No you mention it. IIRC there was a change regarding zip files. The contents of zip files are no longer automatically added to the classpath, only jars. An easy fix is to rename asjava.zip to asjava.jar. I know this is the case for the

Re: [U2] UniObjects security in an applet

2006-06-15 Thread Wendy Smoak
On 6/15/06, Jeff Powell [EMAIL PROTECTED] wrote: So, it seems that the browser still won't even touch the proxy unless it is on the same machine Same machine as what? An (unsigned) applet can only connect back to the server from which it was loaded. If you have a separate web server and

[U2] U2 on Rails?

2006-06-05 Thread Wendy Smoak
Is anyone else interested in Rails? http://www.rubyonrails.org/ For me, it's fun to play with, but I figured the chances of it ever talking to UniData were slim to none. Then again... http://alphaworks.ibm.com/tech/db2onrails Maybe we will see U2 on Rails one day. :) -- Wendy ---

Re: [U2] Unit testing and UniObjects for Java

2006-06-02 Thread Wendy Smoak
On 5/8/06, Brian Leach [EMAIL PROTECTED] wrote: Wendy Sorry for the long answer, and some of this sounds like it may be too late, but you've hit a hobby horse of mine here ! (Wow, was it that long ago?) Anyway: Good stuff. :) This is another one of those posts we need to save. May I put

Re: [U2] Universe Java Web Client

2006-06-02 Thread Wendy Smoak
On 6/2/06, Brutzman, Bill [EMAIL PROTECTED] wrote: This answer helps a lot. Thanks. Okay, okay, so we're still curious what you want to do with Universe, JSF, and AJAX. :) One of the things on my really long list of things to do is a web front end for the 'demo' app that ships with UniData.

Re: [U2] Universe Java Web Client

2006-06-02 Thread Wendy Smoak
On 5/31/06, Brutzman, Bill [EMAIL PROTECTED] wrote: Is anyone doing JSF (Java Server Faces), and/or AJAX, not using RedBack? Yes. The question was so vague that I'm tempted to leave it at that. ;) Honestly I'm happier in the 'Action Framework' world (Struts, WebWork) than with JSF, but I

Re: [U2] Universe Java

2006-05-29 Thread Wendy Smoak
On 5/29/06, Anthony Dzikiewicz [EMAIL PROTECTED] wrote: So, all of you Java guys and gals what do you use to develop in Universe/Java ? IntelliJ IDEA and JEdit. And Maven 2, though you weren't asking about project management and build tools. :) http://www.jetbrains.com/idea/

[U2] Unit testing and UniObjects for Java

2006-05-05 Thread Wendy Smoak
: asjava.uniobjects.UniFileException: Cannot instantiate this object in this manner. Must use the UniSession object (So why even *have* a default constructor in UniFile?) I'd love to hear how you're unit testing your UOJ dependent code. Thanks, Wendy Smoak --- u2-users mailing list u2-users

Re: [U2] Using the BCI

2006-05-02 Thread Wendy Smoak
On 5/2/06, Victor St Clair [EMAIL PROTECTED] wrote: I've seen this question asked from time to time, but I can't get into the archives to find out what the answer has been. What archives are you having trouble with? I usually use Nabble: http://www.nabble.com/U2---Users-f801.html I find

[U2] Re: [U2C] Changes to the List

2006-03-15 Thread Wendy Smoak
to me elevating their importance when it's not warranted. You can't please everyone, and there is no room for compromise on this. :::shrug::: It's not earth shattering, but since you asked... -- Wendy Smoak [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] connection within UniVerse and Oracle

2006-02-28 Thread Wendy Smoak
On 2/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to establish a connection between UniVerse 10.1 ( aix unix ) and Oracle (Window 2003), has anyone done this before? I was told to either use socket connection or ODBC. It seems that it is not that easy to use socket

[U2] Trouble writing to a file w/ trigger over NFA

2006-02-27 Thread Wendy Smoak
I'm having trouble writing to a file opened with NFA. The file has an update trigger, and I get: WRITING TO RECORD TEST IN AS1.PERSON Unable to open any log files. Unable to open any log files. ERROR WRITING TO TEST IN AS1.PERSON Unable to open any log files. Unable to open any log files. Unable

[U2] Re: Trouble writing to a file over NFA

2006-02-27 Thread Wendy Smoak
On 2/27/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'm having trouble writing to a file opened with NFA. The file has an update trigger, and I get: Unable to open any log files. Well, it's not the trigger. I switched to the backup server, and saw the same result. Then I removed the trigger

[U2] Re: Trouble writing to a file over NFA

2006-02-27 Thread Wendy Smoak
On 2/27/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'm picking files at random, setting up FX type VOC pointers and testing whether I can read and write with NFA. Some I can, some, I can't... and so far I don't see a pattern. Any ideas, even random guessing, is appreciated. (Yes, I'm trying

Re: [U2] Creating a new record from UniObjects

2006-02-23 Thread Wendy Smoak
On 2/22/06, Jeff Powell [EMAIL PROTECTED] wrote: I'll look at how to implement using this. Because I'm new to UniData I've really only done a uni.command and parsed the response. That was fast but not very robust. I am planning to take a class in Denver next month but I think you may have

Re: [U2][UV]Low user count Universe license available?

2006-02-22 Thread Wendy Smoak
On 2/22/06, Donnie Jacobs [EMAIL PROTECTED] wrote: Their commercial product runs on the linux version. I think the goal was to see the differences in the windows vs linux versions and see how the performance compared. I've since talked to him and he was aware of the limitations of the PE

Re: [U2] Creating a new record from UniObjects

2006-02-22 Thread Wendy Smoak
On 2/22/06, Jeff Powell [EMAIL PROTECTED] wrote: I would like know how to create a new record from UniObjects for Java. Any ideas would be appreciated. What do you have so far? Are you asking how to construct the Java object, or how to make a new record appear in the database? There are

Re: [U2] Is there a Better Editor?

2006-02-21 Thread Wendy Smoak
account. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Why does IBM make it so hard on the Newbies?

2006-02-17 Thread Wendy Smoak
On 2/17/06, Walter Vaughan [EMAIL PROTECTED] wrote: Tried to install UV Personal Edition on a RH-FedoraCore 3 box. Now I must admit I am 3000% better admin on a FreeBSD box than anything else, however it should never be this hard to install demonstration software. ... IBM, Don't make it

[U2] BCI with two statement environments

2006-02-08 Thread Wendy Smoak
updatedDatetime = '02/08/2006' WHERE rowId = '1' STATUS IS -1 MSG IS Executing update ERROR, STOPPING. Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Re: BCI with two statement environments

2006-02-08 Thread Wendy Smoak
On 2/8/06, Wendy Smoak [EMAIL PROTECTED] wrote: If I remove the query, then the update works. Both the query and the update work fine if I paste them into a SQL query tool. ... and if I do the update before the query from UniBasic, I don't get an error. That won't really work, though. Until

Re: [U2] BCI with two statement environments

2006-02-08 Thread Wendy Smoak
On 2/8/06, David Jordan [EMAIL PROTECTED] wrote: I'm able to use BCI (UniBasic SQL Client Interface) with one statement environment, but when I try to add a second one it stops working. It has been while since I worked with BCI, but I am sure that you have to reset the sqlallocstmt for each

Re: [U2] BCI with two statement environments

2006-02-08 Thread Wendy Smoak
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: is the update section returning a value which you need for the query section? Is something running after the update section before the query that is needed for the query section? No. That was lifted straight from a little test program

Re: [U2] BCI with two statement environments

2006-02-08 Thread Wendy Smoak
On 2/8/06, David Jordan [EMAIL PROTECTED] wrote: Could you not do that as one SQL statement ie as below UPDATE .. WHERE ID = (SELECT id FROM table WHERE ...) No. That's stripped down from the actual code until I can figure out what I'm doing wrong. The original program selects a

Re: [U2] Index at infocus

2006-02-03 Thread Wendy Smoak
On 2/3/06, Doug Miller [EMAIL PROTECTED] wrote: Funny because I was just going to post about this as well. Have not used it in quite a while and wouldn't you know it, when I wanted it, it was down. There are archives here, though I don't think they go back as far as Infocus:

Re: [U2][UV] Universe and SQL Server

2006-02-02 Thread Wendy Smoak
On 2/2/06, Nick Cipollina [EMAIL PROTECTED] wrote: I know there are ways to communicate directly between SQL server and Universe and I am looking for the best way to do this. (Caveat: my experience is with UniData.) What OS is UniVerse running on? If it's Windows, you can easily access an

Re: [U2] Newbies need love too

2006-02-01 Thread Wendy Smoak
On 2/1/06, Nick Cipollina [EMAIL PROTECTED] wrote: Check out http://www.discoverycomputersystems.com/ I got my Universe training at Marcie's school. She now only does onsite training, but she is definitely one of the best instructors I have ever had. She has a lot of experience, and was one

[U2] Is a dynamic array empty or not?

2006-02-01 Thread Wendy Smoak
Thanks! Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Is a dynamic array empty or not?

2006-02-01 Thread Wendy Smoak
Here's what we came up with, just for fun: IF SUM(NOTS(NOTS(TRIMS(REPORT.DATA2 THEN CRT 'Not empty!' The TRIM(CONVERT(...)) answer would work as well, I think. I don't want to change the value of the array-- if it's not empty, I need to print it. (UniData, BTW, sorry I didn't mention it.

Re: [U2] Newbies need love too

2006-01-31 Thread Wendy Smoak
On 1/31/06, Walter Vaughan [EMAIL PROTECTED] wrote: Is there not a UniVerse for Dummies website? Our sales rep asked his programmer and he said, I learned it 20 years ago, I don't know how you would learn it today. I have 23 and 28 year old programers that will have to live with this

Re: [U2] Java Platform Struggles

2006-01-25 Thread Wendy Smoak
On 1/24/06, Vance, Kathy [EMAIL PROTECTED] wrote: You guys have lots of experience on using UniObjects. May I ask How do you manage the DB connection with UniObjects? How could I check the number of DB connections in UniVerse while a web based Java app is running? Guessing that you mean you

Re: [U2] Java Platform Struggles

2006-01-23 Thread Wendy Smoak
out there. In my experience, HP's JVM can be a little flaky, but no major problems. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UD] XML Question...

2006-01-12 Thread Wendy Smoak
On 1/12/06, David Wolverton [EMAIL PROTECTED] wrote: So... Now I'm sitting in my UniBASIC routine, with a complete XML document in hand, assigned to a UniBASIC Variable - but - and this is the part that confuddles me - it appears none of the U2 UniBASIC XML extensions would be usable against

Re: [U2] UniVerse call to Java class

2006-01-11 Thread Wendy Smoak
On 1/11/06, Brutzman, Bill [EMAIL PROTECTED] wrote: I believe that there is a way to invoke a Unix command-line thing (program) from within UniBasic. On UniData it's PCPERFORM. I may have edited it out, but one question I had was, what kind of volume are we talking about here? Five

Re: [U2] UniObjects for Java on Linux

2006-01-11 Thread Wendy Smoak
On 1/11/06, PJ Velzeboer [EMAIL PROTECTED] wrote: I have an interesting problem. I have written a jsp page which queries data from a UniVerse database using UniObjects for java (asjava.uniobjects.*). Whenever I read a field from a file the contents of the UniString are in the following format

Re: [U2] CallHTTP

2006-01-09 Thread Wendy Smoak
On 1/9/06, Peter Veenhof [EMAIL PROTECTED] wrote: Does anyone have a simple example of doing a HTTP POST from within Universe Basic? The documentation doesn't have any example code and I've failed to get it to work. The Pick Wiki has: http://www.pickwiki.com/cgi-bin/wiki.pl?CallHTTP and

Re: [U2] Java CallableStatement help

2006-01-04 Thread Wendy Smoak
On 1/4/06, Baker Hughes [EMAIL PROTECTED] wrote: Yes, I was reading the docs on it, but no code samples there, so things still a bit fuzzy. Look in (the equivalent of) c:\ibm\unidk\uojsdk and c:\ibm\unidk\jdbc for samples. I'm trying to call the Live Processor (from Retail Decisions) Java

[U2] Record count from an I-descriptor in the VOC

2005-12-28 Thread Wendy Smoak
or (more likely, a coworker pointed out,) changing the active select list is causing a problem. I'm still experimenting, but does anyone have other ideas of how I can get this? I need three columns: the filename (@ID of VOC), the count of records and the count of items in the dictionary. Thanks, Wendy

Re: [U2] Record count from an I-descriptor in the VOC

2005-12-28 Thread Wendy Smoak
On 12/28/05, Koser, Mike [EMAIL PROTECTED] wrote: RESULT-1 = @SYSTEM.RETURN.CODE Keep in mind that you are counting multiple records in the VOC. I *think* I'm counting records in the file whose name matches the @ID of VOC as we're iterating through the select list. I'm only returning one

Re: [U2] Record count from an I-descriptor in the VOC

2005-12-28 Thread Wendy Smoak
On 12/28/05, Mike Rajkowski [EMAIL PROTECTED] wrote: Looking at the code I would expect that. The active select list is exhausted when you hit the first count. Since none of the items in the person file are in the select list no items are counted. ( 0 Items ) The second call to the

Re: [U2] UniObjects for Java - UniDynArray question

2005-12-06 Thread Wendy Smoak
On 12/6/05, Bob Little [EMAIL PROTECTED] wrote: I am working with UD71 PE, and UniObjects for Java. I cannot get a UniDynArray object to insert values as expected. Here is some sample code: I would have expected to see Attribute 2 contain 2 values, but instead, value two becomes another

Re: [U2] MVInternet Replacement

2005-12-06 Thread Wendy Smoak
On 12/6/05, Andy Squires [EMAIL PROTECTED] wrote: We are currently using MvInternet to bridge quite a few UniBasic programs to the Web. We are about to undertake a major upgrade of our application software, UniData and server. We need to find a replacement We used to use MVInternet,

Re: [U2] MVInternet Replacement

2005-12-06 Thread Wendy Smoak
On 12/6/05, Wendy Smoak [EMAIL PROTECTED] wrote: I wonder... does anyone know who holds the copyright on the MVInternet code and docs? If they're not going to market it, ... Okay, maybe I should back up a step. IIRC at some point after we stopped using MVInternet, I heard

Re: [U2] User Name Change on Win XP affects Universe

2005-11-23 Thread Wendy Smoak
On 11/23/05, Anthony Dzikiewicz [EMAIL PROTECTED] wrote: Thanks for the tip. I don't think this is the case here. I don't have any network passwords stored. I am using XP Home version on the Laptop. So, I have limited resources to modifying these kinds of things. All I did was change my

[U2] Trouble with SQL privileges for JDBC access to UniData

2005-11-22 Thread Wendy Smoak
? Thanks! -- Wendy Smoak http://wiki.wsmoak.net/cgi-bin/wiki.pl?UniDataJDBC --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Need help with NFAUSER

2005-11-15 Thread Wendy Smoak
obvious? There's no VOC pointer for NFAUSER. The docs say it's been available since UniData 5. Has it been replaced with something else? Thanks, -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] NFA and Triggers

2005-11-02 Thread Wendy Smoak
From: Wally Terhune [EMAIL PROTECTED] I have not tried this, but I would expect the trigger defined on the file on the remote system would work fine. There is no NFA file on the 'client' system - just an 'FX' style file pointer - so you couldn't define a trigger to fire on an FX pointer in

Re: [U2] NFA and Triggers

2005-11-01 Thread Wendy Smoak
From: john reid [EMAIL PROTECTED] Does NFA allow ANY trigger to run across machines? I just tested with Universe and I get a write failure with trigger code installed where file lives, and I get an SQL error if I attempt to install the trigger locally. Kind've the worst of both worlds.

Re: [U2] connection from UniBasic to a SQL database

2005-10-14 Thread Wendy Smoak
combination of driver manager and driver that actually works. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] connection from UniBasic to a SQL database

2005-10-14 Thread Wendy Smoak
From: Metherall, Arthur [EMAIL PROTECTED] We're running AIX and have found Easysoft ODBC-ODBC Bridge software to be great! (granted we're only pulling information from MS SQL into UniData, but that's ALL we need it for.) As soon as I hear from someone for whom it works on HP-UX on Itanium,

Re: [U2] [AD] What are you using to develop your web pages? JavaScript? PHP? .Net?

2005-10-13 Thread Wendy Smoak
from Sybase with their JDBC driver then using UniObjects for Java to write records into UniData. It's working fine, but it would be *really* nice to connect directly to Sybase from a UniBasic program. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

[U2] Visual Schema Generator 'unable to open dictionary of sysobjects'

2005-10-07 Thread Wendy Smoak
, etc., but it didn't help. The This is on UniData 6.0 on HP-UX. Any ideas? Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Visual Schema Generator 'unable to open dictionary of sysobjects'

2005-10-07 Thread Wendy Smoak
From: [EMAIL PROTECTED] Does the D_sysobjects file exist and does your ID have permissions to r/w it? Nope... no dictionaries, no files, no VOC pointers for the sys* files. I'm under the impression that VSG is supposed to create them. Is that not true? -- Wendy Smoak --- u2-users

Re: [U2] Senior Pick Programming Position - Centennial, CO

2005-10-07 Thread Wendy Smoak
of the deal.) I still don't know what a UniVerse flow diagram is... but it's nice to see someone looking for multi-value _and_ open source Java experience. :) -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] UniData as an ODBC _client_

2005-09-28 Thread Wendy Smoak
on Itanium, but I suspect it might be 64-bit and multi-threaded. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] DOWNLOAD 7.13 is available

2005-09-21 Thread Wendy Smoak
DOWNLOAD.) -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] U2/UV Enhanced reporting tools

2005-09-21 Thread Wendy Smoak
with the campus Kerberos server. While I'd much prefer to see the source code, they were at least willing to give me enough information about the inner workings so that I could be confident my code would work without breaking any of theirs. -- Wendy Smoak --- u2-users mailing list u2-users

Re: [U2] UniObjects

2005-09-21 Thread Wendy Smoak
for more information on UniObjects and thread safety. Google turned up this post on the u2ug message board: http://www.u2ug.org/modules.php?op=modloadname=phpBB_14file=indexaction=viewtopictopic=1103 (If that wraps, try: http://tinylink.com/?PaRT0ARc6H ) -- Wendy Smoak --- u2-users

Re: [U2] PHP Options

2005-09-18 Thread Wendy Smoak
with PHP and InterCall? At one point I made an attempt at a PHP-U2 extension (or module, whatever they call them,) but their brand of highly pre-preprocessed C was beyond my capabilities. There are some more options listed here: http://www.pickwiki.com/cgi-bin/wiki.pl?CreateWebInterfaces -- Wendy

[U2] Installed UD61PE ... where's UOJ?

2005-09-02 Thread Wendy Smoak
something? And yes, I realize that complaining about free stuff is impolite, but I'm the one who spends time answering UOJ Getting Started questions, so I figure I'm entitled. :) Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] Installed UD61PE ... where's UOJ?

2005-09-02 Thread Wendy Smoak
From: Wendy Smoak [EMAIL PROTECTED] I installed the Personal Edition of UniData 6.1, and (I think) all of the extra stuff (odbc, UniDK, UniTools...) Or did I miss installing something? Apparently! :) Having installed some subset of the extras, there was already a UniDK directory, so I

Re: [U2] Java theme at Seattle Area Pick Users Group 9/15 meeting

2005-08-31 Thread Wendy Smoak
the presentation slides available after the meeting? Thanks! -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Wendy Smoak
to the subroutine? Sorry... my experience has been that UOJ is usually right about such things, and without seeing both your Java code and the subroutine code, it's impossible to tell what's going on. If it's *really* happening, it must be a bug and should be submitted to IBM. -- Wendy Smoak

Re: [U2] Java UniCommand

2005-08-23 Thread Wendy Smoak
the subroutine parameters). What's the end goal here, to generate some XML from U2 and get it back to the Java program? -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] JDBC access to the UD Personal Edition

2005-07-05 Thread Wendy Smoak
with. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Custom Functions

2005-06-23 Thread Wendy Smoak
that has multiple parents. In that case I open the same file over, and over and over. Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Connection Refused downloading PE

2005-06-23 Thread Wendy Smoak
a different place. I'll try again tomorrow, meanwhile I figured I'd at least mention it in the hopes that someone from IBM might be able to check on it. Thank you! -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Status for READV?

2005-06-22 Thread Wendy Smoak
? -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Custom Functions

2005-06-22 Thread Wendy Smoak
of corporation/parent/subsidiary relationships. In particular, I might find a case where there is more than one Ultimate Parent and I need to signify an error. Do I return -1, or set @SYSTEM.RETURN.CODE to a positive number? Thanks, -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State

Re: [U2] Custom Functions

2005-06-22 Thread Wendy Smoak
suppose you could write a subroutine that did nothing but call the function. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Status for READV?

2005-06-21 Thread Wendy Smoak
= '' AND NOT(X.STATUS) THEN ... END Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Wendy Smoak
owns the executable code for the trigger. I was compiling under my own userid yesterday when the changes were not taking effect. I just compiled as the privileged user, and now it's working. Thanks! -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --- u2

RE: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Wendy Smoak
... it was the fact that I didn't realize that I needed to re-catalog globally cataloged programs when they're changed. At least, that's what makes sense right now... -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] When do globally cataloged programs get removed?

2005-06-06 Thread Wendy Smoak
it as it would be system-wide, but about how long should I wait before testing a change? Can I somehow convince it to reload a particular subroutine [that no one is currently using]? Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Wendy Smoak
/cgi-bin/wiki.pl?CallHTTPWithSSL -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Archives (was RE: [U2] Dymanic vs Dimenssioned)

2005-05-13 Thread Wendy Smoak
Dan Fitzgerald wrote: Do we have archives somewhere? If it's fairly recent, (since Jan 2005?) mail-archive.com should have it: http://www.mail-archive.com/u2-users%40listserver.u2ug.org/ This one goes back further, but the search doesn't work as well: http://www.indexinfocus.com/ -- Wendy

RE: [U2] OpenOffice.org 1.9.100 and UniVerse JDBC

2005-05-11 Thread Wendy Smoak
, not through official support channels. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] IBM Licensing Requirement

2005-04-18 Thread Wendy Smoak
people waiting in line afterward. With device licensing, you can get ten connections per license. When all the connections are coming from one 'factory' that can vary the device subkey after each ten connections... there you go, potentially ten different users on one license. -- Wendy Smoak

[U2] Clarification on FOR...NEXT loops

2005-04-15 Thread Wendy Smoak
on 'Preferences' at the bottom of the page, then put Mr. Pick's lowercase first name in the Administrator Password box. Or, just post here and give permission for it to be put on the wiki, and I'll do it.) Thanks, -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM

RE: [U2] Clarification on FOR...NEXT loops

2005-04-15 Thread Wendy Smoak
efficient From other posts, it's sounding like REMOVE no longer has such a huge advantage over FOR...NEXT, that things have changed (since UV 9.6?) and the system is keeping track of where you are in the array in both cases. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University

RE: [U2] IBM Licensing Requirement

2005-04-15 Thread Wendy Smoak
that using anything but RedBack is a violation of the licensing agreement. As long as you own enough user licenses, you're fine. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

RE: [U2] UD: ODBC/OleDB access to selected records in a file

2005-03-17 Thread Wendy Smoak
doesn't do exactly what you need, try Cedarville's DOWNLOAD utility. -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Paciolan

2005-03-16 Thread Wendy Smoak
! -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Contributed papers (was: Triggers docs?)

2005-03-14 Thread Wendy Smoak
Dan Fitzgerald wrote: Didn't there used to be a place to contribute and read docs? I poked around a bit, and didn't find one. Speaking of contributing, you're all welcome to post anything you want to the Pick Wiki: http://www.pickwiki.com -- Wendy Smoak Applications Systems Analyst, Sr

  1   2   >