RE: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-15 Thread lappies
Carlos Hanson wrote: > On Fri, May 16, 2008 at 8:14 AM, Michael Bayer <[EMAIL PROTECTED]> wrote: > >> On May 16, 2008, at 10:55 AM, Carlos Hanson wrote: >> >> >>> On Fri, May 16, 2008 at 6:13 AM, Jim Steil <[EMAIL PROTECTED]> wrote: >>> Hi: Can anyone tell me if it is

RE: [U2] Change columns from 80 to 132 and from 132 to 80

2008-09-15 Thread Tim Stokes
Thank-you this is just what I needed Tim Stokes [EMAIL PROTECTED] Monolith Corporation Phone: (919) 878-1900 ext 267 Fax: (919) 878-8844 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lappies Sent: Monday, September 15, 2008 6:22 AM To: u2-users@

[U2] AIX Socket Command?

2008-09-15 Thread Kevin King
I could find this given the time but time is not on my side right now. Anyone recall the program on AIX that tells which program has a particular socket open? -Kevin http://www.PrecisOnline.com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver

RE: [U2] AIX Socket Command?

2008-09-15 Thread Brian Leach
Hi Kevin Netstat - a (overall) Netpmon for stats per process ? >From memory so may be wrong Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King > Sent: 15 September 2008 16:20 > To: u2-users@listserver.u2ug.org > Subject: [U2] AIX S

RE: [U2] UD license counter

2008-09-15 Thread Jeff Powell
I appreciate all the help this forum provides to me so here's my chance to give back a little. Here is a link where you can find a sanitized version of the web service, desktop gadget and subroutine. Enjoy On Fri, 2008-09-12 at 11:52 -0500, Jeff Powell wrote: > But I'll need to "sanitize" them

RE: [U2] UD license counter

2008-09-15 Thread Jeff Powell
Sorry, The Html link was stripped out. http://ipstulsa-lnx3.ipipes.com On Mon, 2008-09-15 at 09:34 -0500, Jeff Powell wrote: > I appreciate all the help this forum provides to me so here's my chance > to give back a little. > > Here is a link where you can find a sanitized version of the web

RE: [U2] AIX Socket Command?

2008-09-15 Thread Ken Wallis
lsof But this is not installed automatically as part of AIX's (Base Operating System). Prior to AIX 6.1, I believe this program is on the Toolbox for Linux DVD, at 6.1, I understand it moved to the AIX Expansion Pack DVD. You'll need the AIX DVDs and smitty install. Alternatively, this is an ope

RE: [U2] AIX Socket Command?

2008-09-15 Thread Carl Dula
Kevin: In order to view sockets use the netstat command. For example to see what ones are listening on a port for activity type: netstat -an | grep LISTEN If you need to map the socket to a process ID take a look at the IBM Technote "TCP/IP Utilities for Mapping Sockets to Process ID." T

[U2] unsubscribe

2008-09-15 Thread Brenda Price
Unsubscribe --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [UD] Determining if program running as a phantom

2008-09-15 Thread Bill Haskett
Im having a bit of a problem figuring out how to tell, within a program, if it is running as a phantom. It was my impression that @USER.TYPE would be set to 1 if the program was running as a phantom. However, if I run a program from a UniObjects connection @USER.TYPE is always set to 1. It

RE: [U2] [UD] Determining if program running as a phantom

2008-09-15 Thread Bill Haskett
According to the manual... SYSTEM(18-29) Not currently used. ...and nothing shows. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 15, 2008 9:31 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UD] De

Re: [U2] [UD] Determining if program running as a phantom

2008-09-15 Thread iggchamp
What does Unidata show for system(25)? -- Original message -- From: "Bill Haskett" <[EMAIL PROTECTED]> > Im having a bit of a problem figuring out how to tell, within a program, if > it is running as a phantom. It was my impression that @USER.TYPE would be > set to 1