RE: [U2] Calling shell script from virtual field

2008-05-27 Thread Dennis Bartlett
Please disregard previous ridiculous statement - must have been on another planet or simply didn't read the question properly. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UD] CALL @progname

2008-05-27 Thread Cordes, Tom (contractor)
Dave, If the _MAP_ file is current, all globally catalogued programs have an entry. 'MAKE.MAP.FILE' updates the file. Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wolverton Sent: Thursday, March 15, 2007 11:20 AM To:

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread Dan Fitzgerald
Could be a lot of things. What is the login/logout process? Have you built a wrapper that writes to a file, then deletes when logging off? If so, what's the mod/sep of that file? What is the value of uvsync in uvconfig? What's your Operating System? Date: Mon, 26 May 2008 21:48:27 -0700 From:

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread Lou Perez
Ean, I'll be the first to admit this is a blind shot at the problem and a simple one at that. We often get calls from client regarding speed or systems that are not running on Monday mornings. This is usually caused by the fact that they run a full backup over the weekend, and the backup is

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread bpaige
If you're unix based, this may help We ran into that issue a couple times. In our case, it had to do with system performance and priorities. If something else (or multiple something elses) is running that is consuming the system resources, cleanup will be shifted to the lowest priority

RE: [U2] Calling shell script from virtual field

2008-05-27 Thread Noah Hart
Thanks, perfect solution -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Butera Sent: Friday, May 23, 2008 10:18 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Calling shell script from virtual field quote who='Noah Hart' date='Friday 23

[U2] ODBC Connection Hanging Around

2008-05-27 Thread Kevin King
I have a vbs script that connects to Unidata, calls a BASIC routine, returns the results, and disconnects. Well, it disconnects *most* of the time, but not all of the time. Does anyone have any ideas why the ODBC connection would not disconnect EVERY time? We're logging when the connection is

[U2] Re: ODBC Connection Hanging Around

2008-05-27 Thread Kevin King
A little more information: The script in question is being called from a Zeacom phone system. When a call comes in, the Zeacom infrastructure calls a program named query.exe written by Zeacom) which then instantiates my script. If there's only one call using the script at a time, everything

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread Doug Miller
At 08:58 AM 5/27/2008, you wrote: What is the value of uvsync in uvconfig? What's your Operating System? My money is on this one as well. A value of 1 for UVSYNC on the AIX platform is a known issue to cause 'hangs' on logout that last way to long. You must set UVSYNC to 0 to correct the

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread John Jenkins
Doug is spot on with this one - UVSYNC is usually the culprit, we always turn it off on AIX - depends on other systems. Other one worth watching for - an application bottleneck in the exit routine (e..g ON.EXIT). I've seen a control file with one record that gets appended to every time someone

RE: [U2] Very slow (30min plus) to exit universe..

2008-05-27 Thread Ean
Thanks guys, Yes we are on AIX and UVSYNC is set to 1, so I'll turn that off and see what impact that has. Cheers, Ean. John Jenkins wrote: Doug is spot on with this one - UVSYNC is usually the culprit, we always turn it off on AIX - depends on other systems. Other one worth watching