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 mig

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.

[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=ContentExpress&func=display&ceid=5&bid=21&btitle=Main%20Menu&meid=14 Something like http://u2ug.org/mail.php , perhaps? -- Wendy --- u2-user

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. :( http://wiki.wsmoak.net/cgi-bin/wiki.

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] 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 Commo

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 usi

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.STAC

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 u2-users@listse

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

[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 subroutine

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 lis

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

2006-07-19 Thread Wendy Smoak
On 7/19/06, Horn, John <[EMAIL PROTECTED]> wrote: To distinguish from "hacker" who is someone who breaks into systems for fun and the challenge of it. A "cracker" does it for malicious purposes. Nope. Hacker is not a pejorative term... it's properly applied to people who "make stuff work" of

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:http

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 da

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 to

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 da

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 to

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 to

[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 --- u2-users

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 h

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] 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

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/ http://www.jed

[U2] Unit testing and UniObjects for Java

2006-05-05 Thread Wendy Smoak
#x27;m attempting to mock the UniFile object, but I get: 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

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

Re: [U2] Changes to the List

2006-03-16 Thread Wendy Smoak
On 3/16/06, Mike Preece <[EMAIL PROTECTED]> wrote: > What do people think of the idea of moving this list to a google group > instead? If you prefer a newsgroup, it looks like the list is already on Gmane: http://dir.gmane.org/gmane.comp.db.u2.general There's also Nabble, with a slightly diff

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

2006-03-15 Thread Wendy Smoak
mail traffic and my filters flag replies as "sent 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 PROT

Re: [U2C] RE: [U2] Universe Scalability

2006-03-03 Thread Wendy Smoak
On 3/3/06, Jerry Banker <[EMAIL PROTECTED]> wrote: Have you got any information on this or a link to the information? The benchmark? Here's a thread where it was discussed: http://www.mail-archive.com/u2-users@listserver.u2ug.org/msg12746.html -- Wendy --- u2-users mailing list u2-users

Re: [U2] connection within UniVerse and Oracle

2006-03-01 Thread Wendy Smoak
On 2/28/06, Tony Gravagno <[EMAIL PROTECTED]> wrote: > > > I agree with this approach and recommend mv.NET, which has many more > features than UO (it can use UO as a pipe) but costs a lot less than > RedBack. > Having been outvoted on the choice of platform for a class project, I've been spendin

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 co

[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

[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

[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

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 >

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][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] Is there a Better Editor?

2006-02-21 Thread Wendy Smoak
back to the UniData 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 i

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 selec

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 prog

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 f

[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'

[U2] BCI with two statement environments

2006-02-08 Thread Wendy Smoak
mt.env,STATEMENT) MSG = 'Executing update' GOSUB CHECK.STATUS Output: : XWDS.TEST.BCI.WRITE select * from foundationfamilydatacollection UPDATE tPAMemberInfo SET 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/

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: http://ww

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

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.DATA<2> 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.

[U2] Is a dynamic array "empty" or not?

2006-02-01 Thread Wendy Smoak
T.3 = @VM:@AM:' ':@VM:'zzz':@VM:@AM:'abc':@AM Thanks! Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

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 wa

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 th

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 me

Re: [U2] Java Platform Struggles

2006-01-23 Thread Wendy Smoak
2005. There might be a newer one 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 aga

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 fo

Re: [U2] UniVerse call to Java class

2006-01-11 Thread Wendy Smoak
On 1/11/06, Baker Hughes <[EMAIL PROTECTED]> wrote: > That's wild, a separate JVM for each thread? I thought it was been slow > to load but... > So, I just kicked off a runLPClientTest.sh and set the thread count to > 18. > Then from another session I did 'ps -eaf | grep java' > Only 1 process was

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 transa

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 an

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) Jav

Re: [U2] Java CallableStatement help

2006-01-04 Thread Wendy Smoak
On 1/4/06, Baker Hughes <[EMAIL PROTECTED]> wrote: > I'm still trying to wrap my mind around the UniVerse implementation of > Java. IBM provides an implementation of the JDBC specification, (a "JDBC driver",) as well as a proprietary Java API known as "UniObjects for Java. > I need to trigger a

Re: [U2] [UD] Is a file opened?

2006-01-01 Thread Wendy Smoak
On 1/1/06, Bill Haskett <[EMAIL PROTECTED]> wrote: > How can I tell if a file is open in UniData (in ECLTYPE P)? I've tried the > UNASSIGNED() function and this doesn't work under certain conditions. Without looking it up, I think I've used 'FILEINFO' for this. -- Wendy --- u2-users mailing

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 dict

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 o

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

2005-12-28 Thread Wendy Smoak
ount of items in the dictionary. Thanks, Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

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 hea

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 MVIntern

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 anot

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

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

2005-11-22 Thread Wendy Smoak
ng up for SQL access. Any advice? 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/

Re: [U2] Need help with NFAUSER

2005-11-15 Thread Wendy Smoak
From: "Allen E. Elwood" <[EMAIL PROTECTED]> Shouldn't that be CALL NFAUSER(... No, because it's a function. But it (apparently) does need to be assigned to something! X.VAL = NFAUSER( "user", "pass" ) is working. (Then we're using -u on the server side, so it gets ignored anyway!) Thanks

[U2] Need help with NFAUSER

2005-11-15 Thread Wendy Smoak
then NFA to UniData on HP-UX. Am I missing something 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. T

[U2] NFA and Triggers

2005-11-01 Thread Wendy Smoak
n the account from which we're opening files with NFA. The backup plan is to get rid of the trigger and simply write records to a file that gets processed later by a cron job. Any advice or discussion to help me understand this better? -- Wendy Smoak --- u2-users mailing lis

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 Itaniu

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

2005-10-14 Thread Wendy Smoak
now of has found the magic 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] [AD] What are you using to develop your web pages? JavaScript? PHP? .Net?

2005-10-13 Thread Wendy Smoak
HP-UX. At the moment I'm reading 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-user

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

2005-10-07 Thread Wendy Smoak
umentation out 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/

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] Visual Schema Generator 'unable to open dictionary of sysobjects'

2005-10-07 Thread Wendy Smoak
the VOC pointers to sysobjects, 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/

[U2] UniData as an ODBC _client_

2005-09-28 Thread Wendy Smoak
rent version of Unidata 6.1 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] http api example

2005-09-22 Thread Wendy Smoak
pickwiki.com/cgi-bin/wiki.pl?CallHTTP -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UniObjects

2005-09-21 Thread Wendy Smoak
Check the list archives 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=modload&name=phpBB_14&file=index&action=viewtopic&topic=110&3> (If that wraps, try: http://tinylink.com/

Re: [U2] U2/UV Enhanced reporting tools

2005-09-21 Thread Wendy Smoak
tom JAASRealm to work 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 ---

Re: [U2] DOWNLOAD 7.13 is available

2005-09-21 Thread Wendy Smoak
but given the choice I'd still use DOWNLOAD.) -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] PHP Options

2005-09-18 Thread Wendy Smoak
wiki.com/cgi-bin/wiki.pl?CreateWebInterfaces -- Wendy Smoak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

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 "

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

2005-09-02 Thread Wendy Smoak
, in the event you need a proxy.) Or did I miss installing 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-

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

2005-08-31 Thread Wendy Smoak
hance you'll have 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
ber of arguments are being supplied 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 sh

Re: [U2] Java UniCommand

2005-08-23 Thread Wendy Smoak
result (or more-- you have access to all 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
can drop into Tomcat and play with. -- 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
oks like it's coming from 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.o

Re: [U2] Custom Functions

2005-06-23 Thread Wendy Smoak
get called for each record. I gather that common memory is the solution to this, but I haven't done anything at all with that and I'm not sure I want to... I just won't tell the report writers about these. :) -- 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
articular node, and it calls the first function to look back up the tree for any child 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/

Re: [U2] Custom Functions

2005-06-22 Thread Wendy Smoak
;t look like it from 'Using UniData' though I 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] Custom Functions

2005-06-22 Thread Wendy Smoak
Parent" in a tree 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 Applic

RE: [U2] Status for READV?

2005-06-22 Thread Wendy Smoak
other versions of READ (READU, etc.) Any insight on why it's missing for READV? -- 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] Status for READV?

2005-06-21 Thread Wendy Smoak
X.STATUS = 1 END IF X.DATA = '' 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
d the trigger subroutine... 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/

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

2005-06-07 Thread Wendy Smoak
to it, but apparently it also matters who 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 Ana

  1   2   3   >