RE: [U2] SOAP

2006-02-28 Thread Tony Gravagno
Gerry wrote: > It does appear that manually coding the SOAP message is the only way > to go which, in my opinion, gives is no advantage over the way we were > doing this via CallHttp. I had some material already written about alternatives for this sort of thing so I dumped them together and posted

RE: [U2] connection within UniVerse and Oracle

2006-02-28 Thread Tony Gravagno
Mike Randall wrote: > Depending on what you are trying to do, ODBC (slow and awkward IMO) > or a VB/VB.Net program that can easily access both databases would be > a very easy way to go about it. You would need uniobjects or Redback > to connect to Universe. I agree with this approach and recomm

RE: [U2] connection within UniVerse and Oracle

2006-02-28 Thread Mike Randall
Depending on what you are trying to do, ODBC (slow and awkward IMO) or a VB/VB.Net program that can easily access both databases would be a very easy way to go about it. You would need uniobjects or Redback to connect to Universe. Again, depending on your goals, there are some tools out there

[U2] [wintegrate] Determine presence?

2006-02-28 Thread Barry Brevik
I've inherited a bunch of code that tests for the presence of the client running wIntegrate like this: IF UPCASE(SYSTEM(7)) EQ 'VP60' Is this a reasonable method? Barry Brevik --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] SOAP

2006-02-28 Thread Jerry Banker
You do realize that SOAP is barely 8 years old (1998) and not really accepted for half that time so give us a break. :-) It hasn't even hit puberty yet. - Original Message - From: "gerry-u2ug" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 28, 2006 3:41 PM Subject: [U2] SOAP Well

[U2] UD dictionary order and deleting from a select

2006-02-28 Thread Bill Haskett
I have a couple of questions. My first one is how to get rid of the "Do you want to ... (Y/N)" question when using select lists. For example: 2 Dtademo (0)-> SELECT DICT DTASCREENS = "2.1.2*]" 1 records selected to list 0. 2 Dtademo (0)>> DELETE (or delete) DICT DTASCREENS Do you want to delet

[U2] UD OCONV from dictionaries

2006-02-28 Thread Bill Haskett
I'm trying to figure out why UD BASIC converts an empty string to five zeros on an OCONV "MR.." mask. USING the FMT function (FMT( , '5/0R')) works fine. AE DICT APOPEN CKDATE Top of "CKDATE" in "DICT APOPEN", 7 lines, 119 characters. *--: p 001: I The date of the check that paid this invoice

[U2] SOAP

2006-02-28 Thread gerry-u2ug
Well , I wasn't paying much attention when all the SOAP messages were recently flying about, so I am sorry if I'm going over old ground. I am trying to access a web service from Universe 10.1.8 using the This is just a simple test service set up for testing the universe access - taking a single s

Re: [U2] UV Logon command

2006-02-28 Thread John Hester
John Hester wrote: I find it's easiest to just copy and modify an existing &DEVICE& record when I need to create a new port. LOGON PROCESS_NAME gf00 will start a process running on this port. Sorry, that should be LOGON gf00 PROCESS_NAME. Also, I should probably mention that the VOC entry o

Re: [U2] UV Logon command

2006-02-28 Thread John Hester
Tom Dodds wrote: I have a need to utilize the LOGON command and need some help with configuring the port.UV help says that the port must be defined in the &DEVICE& file, but does not say much about what goes in that definition. Could anyone provide some help with the contents of the item? Y

Re: [U2] Stuttering List

2006-02-28 Thread Ron White
dave wrote: Bruce Nichol wrote: Goo'day, To whomever is recycling through already sent/received recent messages, you're not doing the bandwidth much good. And how do I know? Two messages from Chris Day in two days, and we haven't heard from him in over 12 months (Goo'day Chris)

Re: [U2] Universe: Version and serial number

2006-02-28 Thread Dan Fitzgerald
Shell out & enter "smat -c" "Our greatest duty in this life is to help others. And please, if you can't help them, could you at least not hurt them?" - H.H. the Dalai Lama "When buying & selling are controlled by legislation, the first thing to be bought & sold are the legislators" - P.J. O'R

RE: [U2] Changes to mail list configurations

2006-02-28 Thread Allen E. Elwood
No problems here. I just type U2 into the TO field and hit ctrl-k, just as I would any email I send. And all my emails are in the right folder. Now if I could just get outlook to put away my MittleiderMethodGardening emails I'd be happy. For some reason it seems to choke on the long name and on

RE: [U2] Universe: Version and serial number

2006-02-28 Thread Smith, Brian C1 (N-ASGARD AVIONICS)
Not sure on universe but in unidata, type "what" on the unidata prompt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jacques G. Sent: Tuesday, February 28, 2006 11:24 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe: Version and serial number

RE: [U2] connection within UniVerse and Oracle

2006-02-28 Thread Janet Bond
Hello Wendy, What is it you want to do between UniData and Oracle. The reason I ask is we have a product that will move data from any MultiValue system to Oracle. It is fast and easier to setup then ODBC. We have an ODBC driver as well depending on what you are trying to do. Regards, Janet Bond

Re: [U2] Universe: Version and serial number

2006-02-28 Thread Jacques G.
> >> How do I get version and serial number from a > UniVerse AIX installation? You can write a small basic program: CRT SYSTEM(31) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---

Re: [U2] Changes to mail list configurations

2006-02-28 Thread Jerry Banker
I'm lucky to keep up with this list, how do you find the time? As I am writing this message, using the reply to all button, I notice that the email is not only going to the list and David but also to Tony is this a progressive thing? When you send the email, I'm using Outlook Express, using rep

RE: [U2] connection within UniVerse and Oracle

2006-02-28 Thread Bob Witney
We use OpenLink ODBC drivers to get Universe 10.1.14 to talk to MS SQL Server 2000 We use the standard Basic SQL Client Interfaces and have no problems Initial setup is a bit a of pig though Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wendy Smoak

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] UV Logon command

2006-02-28 Thread Tom Dodds
I have a need to utilize the LOGON command and need some help with configuring the port.UV help says that the port must be defined in the &DEVICE& file, but does not say much about what goes in that definition. Could anyone provide some help with the contents of the item? SYNTAX

[U2] LESLibrary

2006-02-28 Thread Claus Derlien
--nodisclaim-- Has anyone on the list tested Tristan Marlow's LESLibrary ? And if so, any comments ? We have been testing for a few months - and it looks promising, except that when you open a big file, the program will hang because the component will load all keys in the file, we have also ena

Re: Re: Re: [U2] [UD] Using Veritas Cluster Server with Unidata

2006-02-28 Thread Symeon Breen
Actually puting Unidata in a cluster environment is of imense interest to me and could solve some huge problems i am facing - has anyone any further info on veritas or any other clustering solution for unidata . Thanks Symeon. www.a2c-ltd.com --- u2-users mailing list u2-users@listserver