Re: [U2] Mysterious UV Error

2012-08-20 Thread Jeff Fitzgerald
Rick, Your response was spot on - the site does use device licensing and it appears uv is outputting some characters that result in the error. Using uvsh seems to be a viable workaround. Thanks all for the help! it's much appreciated! Jeff Fitzgerald Fitzgerald Long, Inc. www.fitzlong.com

Re: [U2] Mysterious UV Error

2012-08-20 Thread Phil Walker
-users- boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald Sent: 21 August 2012 2:09 a.m. To: U2 Users List Subject: Re: [U2] Mysterious UV Error Rick, Your response was spot on - the site does use device licensing and it appears uv is outputting some characters that result

Re: [U2] Mysterious UV Error

2012-08-17 Thread Dianne Ackerman
Jeff, the Universe accounts can also have other LOGIN type records in their VOC, there could be one for the account name and one for the user name too. Maybe those are doing something strange? -Dianne On 8/17/2012 3:46 PM, Jeff Fitzgerald wrote: I have a client who's seeing a very odd

Re: [U2] Mysterious UV Error

2012-08-17 Thread Jeff Fitzgerald
Dianne, Thanks! Pretty sure this isn't the case, but I'll check just to make sure... Jeff Fitzgerald Jeff, the Universe accounts can also have other LOGIN type records in their VOC, there could be one for the account name and one for the user name too. Maybe those are doing something

Re: [U2] Mysterious UV Error

2012-08-17 Thread Dianne Ackerman
Maybe the COUNT verb has been changed? -Dianne On 8/17/2012 4:02 PM, Allen Egerton wrote: Hi Jeff, Almost sounds like perhaps it's piping the results of the COUNT back into stdin and re-processing it as a command. On 8/17/2012 3:46 PM, Jeff Fitzgerald wrote: I have a client who's seeing

Re: [U2] Mysterious UV Error

2012-08-17 Thread Jeff Fitzgerald
Hi Allen, Thanks for your thought. It does look like that, except the same error happens with any command - TIME, DATE, etc. all produce the verb 60 not in your VOC message Jeff On Fri, Aug 17, 2012 at 2:02 PM, Allen Egerton aeger...@pobox.com wrote: Hi Jeff, Almost sounds like perhaps

Re: [U2] Mysterious UV Error

2012-08-17 Thread Drew William Henderson
Users List Subject: Re: [U2] Mysterious UV Error Hi Allen, Thanks for your thought. It does look like that, except the same error happens with any command - TIME, DATE, etc. all produce the verb 60 not in your VOC message Jeff On Fri, Aug 17, 2012 at 2:02 PM, Allen Egerton aeger...@pobox.com

Re: [U2] Mysterious UV Error

2012-08-17 Thread Robert
Are they using terminals or PCs? Are they using an ADDS or WYSE emulation regardless of if they are using terminals or PCs? The reason why I am asking is because I used to have a similiar error at one place where they had WYSE50 terminals. There is a character sequence on those terminals

Re: [U2] Mysterious UV Error

2012-08-17 Thread Jeff Fitzgerald
...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald Sent: Friday, August 17, 2012 4:16 PM To: U2 Users List Subject: Re: [U2] Mysterious UV Error Hi Allen, Thanks for your thought. It does look like that, except the same error happens with any

Re: [U2] Mysterious UV Error

2012-08-17 Thread George Gallen
I'm on UV 10.0.2 and RHEL unix The command works find as typed. (are you physically typing it, or running a script?) I use the following script: cat /usr/local/xeqtuv #!/bin/bash if [ $3 = ]; then cd $1 ; /usr/uv/bin/uv $2 else cd $1 ; /usr/uv/bin/uv $2 $3 fi Usage: xeqtuv SOURCEDIR

Re: [U2] Mysterious UV Error

2012-08-17 Thread Dan Fitzgerald
(you can execute some lines of code without making a system call), but since it only occurs when instantiating uv from the aix prompt, there's probably something to see. Date: Fri, 17 Aug 2012 14:16:25 -0600 From: j...@fitzlong.com To: u2-users@listserver.u2ug.org Subject: Re: [U2] Mysterious

Re: [U2] Mysterious UV Error

2012-08-17 Thread Drew William Henderson
-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Fitzgerald Sent: Friday, August 17, 2012 4:16 PM To: U2 Users List Subject: Re: [U2] Mysterious UV Error Hi Allen, Thanks for your thought. It does look like that, except the same error

Re: [U2] Mysterious UV Error

2012-08-17 Thread Wjhonson
Subject: Re: [U2] Mysterious UV Error Hi Drew! Nope - no ON.EXIT. Thanks! jeff On Fri, Aug 17, 2012 at 2:23 PM, Drew William Henderson d.hender...@moreheadstate.edu wrote: I know this may be really stretching, but is there an ON.EXIT VOC entry that is interfering

Re: [U2] Mysterious UV Error

2012-08-17 Thread Rick Nuckolls
-boun...@listserver.u2ug.org] On Behalf Of Robert Sent: Friday, August 17, 2012 1:25 PM To: U2 Users List Subject: Re: [U2] Mysterious UV Error Are they using terminals or PCs? Are they using an ADDS or WYSE emulation regardless of if they are using terminals or PCs? The reason why I am asking

Re: [U2] Mysterious UV Error

2012-08-17 Thread Rick Nuckolls
Users List' Subject: Re: [U2] Mysterious UV Error I think that Robert made a good guess. Any site that has a c program spawning this could also have custom code testing the terminal type. What happens if you us /u1/uv/bin/uvsh COUNT VOC instead? -Rick -Original Message- From: u2-users-boun

Re: [U2] Mysterious UV Error

2012-08-17 Thread Jeff Fitzgerald
by uv. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of Rick Nuckolls Sent: Friday, August 17, 2012 1:34 PM To: 'U2 Users List' Subject: Re: [U2] Mysterious UV Error I think that Robert made a good guess. Any

Re: [U2] Mysterious UV Error

2012-08-17 Thread John Jenkins
17, 2012 1:25 PM To: U2 Users List Subject: Re: [U2] Mysterious UV Error Are they using terminals or PCs? Are they using an ADDS or WYSE emulation regardless of if they are using terminals or PCs? The reason why I am asking is because I used to have a similiar error at one place

Re: [U2] Mysterious UV Error

2012-08-17 Thread Rick Nuckolls
, 2012 2:35 PM To: U2 Users List Cc: U2 Users List Subject: Re: [U2] Mysterious UV Error Try a COMO and see if it's coming from a terminal ENQ response. Also worth checking if uvsh has been aliases at the Unix level. JayJay Sent from my iPad On 17 Aug 2012, at 21:33, Rick Nuckolls r