Re: [U2] PCHealth errors from UO.NET

2011-02-17 Thread Symeon Breen
Are you using pooling ? I have had problems because pooling uses performancecounters and these can get corrupted in the registry and have to be reset, the process also needs permissions to access that part of the registry Also there is a configuration you can do to enable logging within

[U2] [UV] UniVerse Uptime

2011-02-17 Thread Perry Taylor
Does anyone have a good method for determining how long UniVerse has been running? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Robert Porter
Interesting question... Don't know how accurate it would be but on my box /usr/uv/VOC has a timestamp of the last time I brought uv up. I'll be interested to see what others have to say on this. Rob Robert F. Porter, MCSE, CCNA, ZCE, OCP-Java6 Lead Sr. Programmer / Analyst

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread George Gallen
For us, it would be the same amount of time the system has been running in unix, a simple ls will give you up time. Generally, we only shutdown the DB when we reboot the server. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Dave Laansma
'who -b' will tell you the date and time AIX restarted last. For us, if AIX is up, Unidata is up ... Sincerely, David Laansma IT Manager Hubbard Supply Co. Direct: 810-342-7143 Office: 810-234-8681 Fax: 810-234-6142 www.hubbardsupply.com Delivering Products, Services and Innovative Solutions

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Dave Laansma
BTW, for us that was Nov 27 9:48am ... gotta love AIX! Sincerely, David Laansma IT Manager Hubbard Supply Co. Direct: 810-342-7143 Office: 810-234-8681 Fax: 810-234-6142 www.hubbardsupply.com Delivering Products, Services and Innovative Solutions -Original Message- From:

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Ian Stuart
Use uptime on Linux/AIX - our AIX box running UniVerse uptime is 398 days i.e up since installation/commissioning of new blade server - our Linux UniVerse server uptime is 270 days - also since installation of RedHat image in same IBM Blade server. Rgds Ian Stuart On 2/17/2011 4:35 PM,

Re: [U2] PCHealth errors from UO.NET

2011-02-17 Thread Tony Gravagno
Still hoping UO.NET user/developers will check to see if they are logging to see if anyone else has these UO.NET logs. The site has a connection pooling license but pooling isn't activated in this application. Good recommendation on system.diagnostics/switches. I'll see if we can try it.

[U2] Friendfeed and U2 EDA similarities

2011-02-17 Thread DavidJMurray (mvdbs.com)
Found an small interesting article about how the web site friendfeed store their data within MySQL rather than using a non-sql database. The method is very, very similar to the U2 EDA. If anyone is interested in this EDA technique - http://bret.appspot.com/entry/how-friendfeed-uses-mysql or my

[U2] UV on Linux question...

2011-02-17 Thread George Gallen
I noticed an issue with the '/usr/uv/bin/uv -admin -stop' command This is with version UV 10.0.0.2 (IBM issue) in the shutdown script (/etc/rc2.d/S999uv.rc for instance) there are mentions of 'cut -c0-5' Which works fine with RedHat Enterprise but gives an error with Fedora 14 (and 13) -

Re: [U2] [UV] UODOTNET.DLL and 64bit windows.

2011-02-17 Thread Jacques G.
Hello, I wanted to know if anyone here uses the Uodotnet.dll with 64bit versions of Windows. Particularly windows 2003. If so, which version of the uodotnet.dll do you use ? I am getting an Uodotnet error 81011 saying that the host is unknown. I am able do open a telnet session to the

Re: [U2] UV on Linux question...

2011-02-17 Thread George Gallen
It seems that RHEL uses cut ver 5.97, and Fedora uses cut 8.5 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Thursday, February 17, 2011 4:22 PM To: U2 Users List Subject: [U2] UV on Linux

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Keith Johnson [DATACOM]
We stop and start the Universe database and do a UNIX backup, so either ps -e -o etime -o comm | grep uvdlockd Or ps -e -o etime -o comm | grep unirpcd Seem to be reasonable ways of seeing how long it's been up Regards, Keith

Re: [U2] [UV] UniVerse Uptime

2011-02-17 Thread Jacques G.
On Unix, there is an uptime command.that will tell you how long the server has been running. If you don't always restart Universe when the server reboots, you can modify the uv.rc script: /u1/uv/bin/sample/uv.rc This script is executed when Universe starts. You could execute the Unix

[U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
About a week ago I upgraded Unidata 7.1 on Windows XP/32 to Unidata 7.2 on Windows 7/64. Everything I need in Unidata seems to work fine on this release with one notable exception: Unidata 7.2 on Windows will no longer properly execute the Windows ftp program. Rocket support has basically said

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Doug
Kevin just create a script and execute it. This is fairly simple and you can capture the output from the _PH_ file. We have a public warehouse application that uses EDI to talk with lots of different customers. This process is their life blood and works like a champ from 6.0 to 7.2.7 of

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Wally Terhune
Hi, Kevin. I don't find any support cases opened by you recently. Can you provide a support case number so I can review your interaction with our team and the technical bits, as well. thanks Wally Terhune U2 Support Architect Rocket Software 4600 South Ulster Street, Suite 1100 **Denver, CO

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
Doug... If that's working on 7.2.7/Win I'd love to know how. Things here aren't the same as they were on 7.1. Non-Windows versions appear to be fine. Windows versions... not so much. Wally, my case # is 153722. It was posted through my support contacts @ S7. Feel free to contact me off list

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kate Stanton
I spent half of yesterday trying to get so I can communicate with Rocket. I have given up - going to U2U in Sydney next week, so shall see if we can get any help there! -- Kate Stanton Walstan Systems Ltd 4 Kelmarna Ave, Herne Bay, Auckland 1011, New Zealand Phone: + 64 9 360 5310  Mobile: + 64

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Doug
Hi Kevin: Just checked FTP is still running on Unidata 7.2.7 on Windows 2003. Good luck, I'm still waiting for them to fix the SETPTR copies option that worked in 7.1 and they broke in 7.2 on Windows. Sorry Wally, I don't know the case. I spoke with an engineer while I was at U2 University.

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
I wonder if the ftp on Win2003 is better than the ftp on Win7? Sure, I realize that it's about impossible for Rocket to know every little incompatibility with Windows versions but ftp? That's pretty crucial. ___ U2-Users mailing list

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Charlie Noah
Totally OT, and I'm just musing here - Rocket, Raining Data then TigerLogic. Does anyone besides me see a trend here? Charlie Noah Charles W. Noah Associates cwn...@comcast.net The views and opinions expressed herein are my own (Charlie Noah) and do not necessarily reflect the views,

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
I dunno man. There's some really good folks in the U2 group but sometimes I wonder if the decision makers over there ever consider that there are real people trying to use these products? On Thu, Feb 17, 2011 at 8:14 PM, Charlie Noah cwn...@comcast.net wrote: Totally OT, and I'm just musing

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Hona, David
It's impossible to please everyone. My bug report (and the long awaited fix...comes before yours :-) Get to the back of the line!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: Friday, 18

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread fft2001
Should I change the name of my company to Galactic Juggernaut ? -Original Message- From: Charlie Noah cwn...@comcast.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Thu, Feb 17, 2011 7:14 pm Subject: Re: [U2] Frustrated with Rocket / Unidata 7.2 Totally OT, and I'm

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Charlie Noah
Hey, I like that! Charlie On 02-17-2011 9:36 PM, fft2...@aol.com wrote: Should I change the name of my company to Galactic Juggernaut ? -Original Message- From: Charlie Noahcwn...@comcast.net To: U2 Users Listu2-users@listserver.u2ug.org Sent: Thu, Feb 17, 2011 7:14 pm

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
Thanks for the chuckle - that was funny! ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Glen B
On 2/17/2011 10:14 PM, Kevin King wrote: I wonder if the ftp on Win2003 is better than the ftp on Win7? Sure, I realize that it's about impossible for Rocket to know every little incompatibility with Windows versions but ftp? That's pretty crucial.

Re: [U2] UV on Linux question...

2011-02-17 Thread DavidJMurray (mvdbs.com)
Even though Fedora is sort-of (but not) the 'community' version of Red Hat, there are major differences between the two; which are not clearly documented when it comes to commercial applications - installing and running. If you have to use U2 on a 'freedom' version of Red Hat, I suggest that

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread Kevin King
Oh, I completely agree. But the point isn't FTP vs. SCP or SFTP, the point is the value (or anti-value) of unexpectedly breaking existing code. For years I've been preaching about making reusable components of things that are on the fringe of the operating environment to minimize the impact of

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread David Jordan
U2 has probably spoiled us. You should see some of the issues others face upgrading in Oracle, SQL Server, Windows and so on. We have an expectation of seamless upgrades that does not occur in other environments. For people to have software that is 25 years old still running on U2 is