RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-22 Thread Bob Witney
David Set up a unix script and run the (can be from the crontab if you like) This works for us ## # Invoke program EWEMAILHANDOFF in /TESTING # Process email requests

[U2] David Beckwith/WA/QBE/Insurance is out of the office.

2008-08-22 Thread David Beckwith
I will be out of the office starting 22/08/2008 and will not return until 01/09/2008. I will respond to your message when I return. - IMPORTANT NOTICE : The information in this email is confidential and may also be privileged. If you are not the intended recipient, any use or

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
Thanks for the example. This is pretty close to what I had. The problem turns out to be that apparently Unidata doesn't build the SOAP envelope quite right if you use the SOAPSetParameters function as the example in the manual does. When I built the entire content manually, and used

RE: [U2] default gateway problem

2008-08-22 Thread U2UG
Before removing, try (at unix prompt) #netstat -rn You should see both old and new gateway ip address. To remove the old gateway address, use #smitty tcpip -- Further configuration Static Routes At Remove a Static Route Remove Static Route Type or select

RE: [U2] UONET connection pool problem

2008-08-22 Thread David Wolverton
One of the reasons we CANNOT leave RedBack is the pricing logic of Connection Pools -- At least with RedBack, each new account only costs us the price of a single U2 seat and as long as the volume is not too high, you're good to go... The WebShare gives the bandwidth (how many transactions at

[U2] Universe PE on CentOS

2008-08-22 Thread Jeff Schasny
Anyone have Universe PE running on CentOS 5.2? I'm attempting to install Universe (UVPE_RHLINUX_10.2.7) on CentOS and getting the following: bin/vsum: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Checksums do not verify. You

RE: [U2] UONET connection pool problem

2008-08-22 Thread Bill Haskett
David: Nice thought. There never appears to be an end to the line of people that take short-term profit views to long-term profit potential. Just look at Toyota and General Motors. :-( Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David

Re: [U2] Universe PE on CentOS

2008-08-22 Thread Lindsay Holmwood
Haven't installed Universe PE on CentOS before, though i've had problems with the same missing library when installing DB2. Try su'ing to root and running yum install libstdc++ compat-libstdc++-33 compat-libstdc++-296 (assuming your repos are set up correctly in /etc/yum.repos.d/) Cheers,

[U2] [UV] Cannot launch a UniVerse session

2008-08-22 Thread David Wolverton
I've found an issue was with the launch from 'command line'. It appears UniVerse was installed such that as a 'normal' user I get this message: C:\uvaccountuv STARTPROGRAM A fatal error has occurred in uniVerse Unable to create or attach the Printer Segment C:\uvaccount What permissions am I

RE: [U2] Universe PE on CentOS

2008-08-22 Thread Doug Chanco
I do (have universe PE running on centos) , if I remember right you need to sym link the older version of that library to libstdc++.so.5 and it should work (I am pretty sure that's how I got it to work). I don't have access to my system right now but I will verify it tonight. I assume you are

RE: [U2] Universe PE on CentOS

2008-08-22 Thread Perry Taylor
This might be the same thing I ran into on RHEL5. You need to install a compability library. Here's the command I ran to install it... yum install compat-libstdc++-33.i386 Hope that helps. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff

Re: [U2] Universe PE on CentOS - Solved

2008-08-22 Thread Jeff Schasny
Thanks! This worked like a champ. The basic libstdc++ was already there but installing the other 2 allowed the install to complete. Lindsay Holmwood wrote: Haven't installed Universe PE on CentOS before, though i've had problems with the same missing library when installing DB2. Try su'ing

RE: [U2] [UV] Cannot launch a UniVerse session

2008-08-22 Thread jpb-u2ug
Are you doing this on the server that has UV running on it? Jerry Banker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Friday, August 22, 2008 12:20 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] Cannot launch a UniVerse

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Tony G
Larry - I didn't recognize up front that you were talking about UD as webservice client. However the solution is the same. Creating a web service client and/or only takes a couple seconds (as seen in the video). This is how our products work - we write an item to a file that's polled every

RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-22 Thread Tony G
You're talking about an environment where the DBMS is on the same Windows system as the system where the command is being executed. A couple days ago a colleague suggested to me that it would really be cool if we could start an MV process from anywhere on the network. Well, for about a year now

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread David Jordan
Hi Tony One of the reasons to keep everything in the U2 environment is that it is nice for an ISV when you have little control of the environment you putting the product in. If you can just load universe on the server and everything works life is easy. Every time you layer another product, it

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
I appreciate that, and I'm not afraid to use third party middleware when it makes sense. It doesn't really make sense in this instance. It took all of about six lines of code to create the SOAP request, set the XML and submit the request. It's certainly not stretching the language when the