RE: [U2] uniobjects help needed!

2008-08-06 Thread David Jordan
Hi Doug I usually would create a como in the Basic routine to capture any error messages that might come up in the subroutine when calling from uniobjects. Thoughts you could consider. 1- A filtering/trapping application from a virus, spam, web filter, instant messaging that is filtering the

RE: [U2] uniobjects help needed!

2008-08-06 Thread Hona, David S
Doug Sounds like your need to plan your next approach need to take a slight different tack. Perhaps with a effort to help isolate the UniObjects issue you have identified. As so far you've no luck with the various approaches you're spent many hours devoted to this tricky issue. With issues like

Re: [U2] uniobjects help needed!

2008-08-06 Thread Mats Carlid
Doug Chanco skrev: Hello all, I was joking about the voodoo chants when I first posted but several days later and little progress made I am now seriously willing to consider any chants anyone knows. on a more serious note does anyone know if it's possible to talk directly to a uvrpc

RE: [U2] uniobjects help needed!

2008-08-06 Thread Anthony Youngman
I've looked up the notes on our error and found the following The object invoked has disconnected from its clients (-2147417848) I don't know where that came from but it's the same error that you've got, and I guess we found that somewhere in some documentation on OLE or whatever. So what is

[U2] default gateway problem

2008-08-06 Thread Bob Witney
Ok I know that this is a tad of topic but I am hoping that those nice IBM chaps are monitoring We are on a Pseries running AIX 5.3 and Universe 10 We have changed out default gateway, I know, leave things alone I say, if its not broken don't fix it, but you know what there network techies

Re: [U2] default gateway problem

2008-08-06 Thread Charles_Shaffer
Bob, Maybe this is a different issue, but it sounds like you need to make the new gateway persistent. Usually when you change a route or gateway, it is only in force until reboot. This is done differently on different platforms. It is a command line option with DOS. It is a file entry with

Re: [U2] uniobjects help needed!

2008-08-06 Thread doug chanco
responses below It sounds like nothing has changed. From what you're posted so far. Is that correct? pretty much, we added etherchannel to the aix system but its been running fine for several months, since the issue started we have changed our app to add better logging but no major changes

[U2] SELECT problem with quote characters

2008-08-06 Thread Anthony Youngman
I'm trying to select a string that contains a single-quote, using the LIKE operator. It works fine with EQ. So if I do a SELECT FILE WITH FIELD EQ LLOYD'S , the select returns exactly what I expect. But if I do a SELECT FILE WITH FIELD LIKE ...LLOYD'S... it returns pretty much the entire file

[U2] RE: SELECT problem with quote characters

2008-08-06 Thread Israel, John R.
You need the double quotes on the outside of the ... SELECT FILE WITH FIELD LIKE ...LLOYD'S... Alternatively, you can often get away with no quotes. Loosely speaking, you only NEED quotes on the outside if you have spaces in your search string, though if you have a single quote in your search

RE: [U2] SELECT problem with quote characters

2008-08-06 Thread Brutzman, Bill
Consider trying... SELECT FILE WITH FIELD LIKE LLOYD'S... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anthony Youngman Sent: Wednesday, August 06, 2008 11:18 AM To: u2-users@listserver.u2ug.org Subject: [U2] SELECT problem with quote

Re: [U2] default gateway problem

2008-08-06 Thread doug chanco
You need to save the default gateway in the ODM. If you manually add/delete routes WITHOUT using smit then the come back when you reboot do the following: smitty tcpip select == Minimum Configuration Startup select your network card and then change Default Gateway Address (dotted

Re: [U2] SELECT problem with quote characters

2008-08-06 Thread Nancy Fisher
LIKE ...LLOYD'S... Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington Visit our Website www.peninsulatruck.com [EMAIL PROTECTED] - Original Message - From: Anthony Youngman [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 06, 2008 8:18 AM Subject: [U2]

[U2] DoubleTake...

2008-08-06 Thread David Wolverton
I have a customer wanting to use DoubleTake to accomplish a 'SAN-Like' replication at the OS/Hardware level instead of using the 'native' UniData Replications. Larger customers are concluding that 'hardware' or 'OS' solutions seem to be better for the task since they get EVERY change, not just

RE: [U2] SELECT problem with quote characters

2008-08-06 Thread Dan Goble
Try the select like this SELECT FILE WITH FIELD LIKE ...LLOYD'S... Dan Goble Systems Administrator RATEX Business Solutions, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman Sent: Wednesday, August 06, 2008 11:18 AM To:

Re: [U2] SELECT problem with quote characters

2008-08-06 Thread Martin Phillips
Hi, This is why there are three types of string quote. You need SELECT FILE WITH FIELD LIKE \...LLOYD'S...\ Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 --- u2-users mailing list u2-users@listserver.u2ug.org To

[U2] Linux Telnet client

2008-08-06 Thread Baker Hughes
Hey, I've just changed the OS on my laptop to SUSE Linux. I got back hours of my life, just in boot time alone, but I won't rant. Would anyone like to suggest their favorite *nix based telnet client? Must be free or close to it. If it would handle UV device licensing that would be fantastic

Re: [U2] Linux Telnet client

2008-08-06 Thread doug chanco
putty! http://www.putty.nl/download.html dougc Baker Hughes wrote: Hey, I've just changed the OS on my laptop to SUSE Linux. I got back hours of my life, just in boot time alone, but I won't rant. Would anyone like to suggest their favorite *nix based telnet client? Must be free or close

RE: [U2] Linux Telnet client

2008-08-06 Thread John Jenkins
If you want a client that supports Device Licensing then it would need to contain the IBM client-side DLLs and their API interfaces. Worth speaking to some 'nix TELNET developers to see if they can negotiate the DLLs under license from IBM. Otherwise - if you can run Windows applications under

RE: [U2] DoubleTake...

2008-08-06 Thread Tony G
DoubleTake has been a center piece of the Zumasys offering for MV hotbackup. Whether or not you work with them for a solution, I think that's a fine testimonial. http://zumasys.com/zumasys-solutions/disaster-recovery.aspx HTH T From: David Wolverton I have a customer wanting to use DoubleTake

Re: [U2] Linux Telnet client

2008-08-06 Thread Jeff Butera
I've just changed the OS on my laptop to SUSE Linux. I got back hours of my life, just in boot time alone, but I won't rant. Congrats, welcome to the real world. Would anyone like to suggest their favorite *nix based telnet client? Must be free or close to it. If it would handle UV device

RE: [U2] uniobjects help needed!

2008-08-06 Thread Jeff Powell
May I add my experience here? 1. A uniobjects daemon application timed out and dropped the connection after 1 hour of inactivity. This was resolved by having a periodic tick that performs a command, reads a record or calls a subroutine. I now have a java servlet/service that keeps a persistent

Re: [U2] Linux Telnet client

2008-08-06 Thread Jeff Powell
SBClient will run under wine. I haven't test SUSE but I run fedora. I found that you must remove the spaces from the install directory. On Wed, 2008-08-06 at 17:24 -0500, Baker Hughes wrote: Hey, I've just changed the OS on my laptop to SUSE Linux. I got back hours of my life, just in