RE: [U2] client ip

2006-06-06 Thread Larry Hiscock
"who -xmu" works under SCO, "who -mu" under Redhat (or "who mom loves -u"
;-)


Larry Hiscock
Western Computer Services
http://www.wcs-corp.com 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 3:20 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] client ip

on hpux you can use "who am i -R" to get your IP Address or "who -R" for
everyone on the system.

Can't remember if this works on any other nix

-- Original message -- 
From: "Craig Peterson" <[EMAIL PROTECTED]> 

> Is there a Unidata command for determining a client IP address? 
> 
> 
> CONFIDENTIALITY NOTICE: 
> This is a transmission from American Physicians Service Group (APS), its 
> subsidiaries, 
> affiliates or other entities authorized to be represented by the APS
group. 
> This transmission is 
> intended only for the personal and confidential use by addressee(s) named 
> above. This message 
> may contain information which is confidential and/or proprietary. If you
are 
> not the addressee or 
> intended recipient of this message, you are hereby notified that you have 
> received this transmission 
> in error and that any review, dissemination, disclosure, copying or 
> distribution or use of the contents 
> of this message is strictly prohibited. If you have received this 
> transmission in error, please delete 
> the original message and notify the APS Network Administrator immediately
at 
> 1-800-252-3628. Internet 
> and e-mail communications are APS property and APS reserves the right to 
> review any message that is a 
> product of its network. 
> --- 
> u2-users mailing list 
> u2-users@listserver.u2ug.org 
> To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] client ip

2006-06-06 Thread iggchamp
on hpux you can use "who am i -R" to get your IP Address or "who -R" for 
everyone on the system.

Can't remember if this works on any other nix

-- Original message -- 
From: "Craig Peterson" <[EMAIL PROTECTED]> 

> Is there a Unidata command for determining a client IP address? 
> 
> 
> CONFIDENTIALITY NOTICE: 
> This is a transmission from American Physicians Service Group (APS), its 
> subsidiaries, 
> affiliates or other entities authorized to be represented by the APS group. 
> This transmission is 
> intended only for the personal and confidential use by addressee(s) named 
> above. This message 
> may contain information which is confidential and/or proprietary. If you are 
> not the addressee or 
> intended recipient of this message, you are hereby notified that you have 
> received this transmission 
> in error and that any review, dissemination, disclosure, copying or 
> distribution or use of the contents 
> of this message is strictly prohibited. If you have received this 
> transmission in error, please delete 
> the original message and notify the APS Network Administrator immediately at 
> 1-800-252-3628. Internet 
> and e-mail communications are APS property and APS reserves the right to 
> review any message that is a 
> product of its network. 
> --- 
> u2-users mailing list 
> u2-users@listserver.u2ug.org 
> To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] client ip

2006-06-06 Thread Bill Haskett
Craig:

I fumbled with this (internal to UniData).

***
GET.IP.ADDRESS:
***
*
IsNT  = INDEX(OCONV(SYSTEM(33),  'MCU'), 'NT', 1)
PORT.NO   = OCONV(@UDTNO, 'MCU')
IPAddress = "unknown"
IF IsNT THEN
   IPAddress = SYSTEM(512)
END ELSE
   UArray = LISTUSER()
   xHigh  = DCOUNT(UArray, AM)
   FOR X = 1 TO xHigh
  ULine = UArray
  UPort = ULine<1,1>
  IF UPort = PORT.NO THEN
 IPAddress = ULine<1,7>
 EXIT
  END
   NEXT X
END
RETURN

Hope this helps.

Bill Haskett
Advantos Systems, Inc.
www.advantos.net
(760)944-5570 (CA)
(360)923-4838 (WA)
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Craig Peterson
> Sent: Tuesday, June 06, 2006 11:43 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] client ip
> 
> Is there a Unidata command for determining a client IP address?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] client ip

2006-06-06 Thread David Wolverton
SYSTEM(512) has this... Call it from BASIC...

DW 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Al DeWitt
Sent: Tuesday, June 06, 2006 3:07 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] client ip

You can see it when using UniAdmin.  Will this work?

Al DeWitt
Stylmark, Inc.
763-574-8705
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Peterson
Sent: Tuesday, June 06, 2006 1:43 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] client ip

Is there a Unidata command for determining a client IP address?


CONFIDENTIALITY NOTICE:
This is a transmission from American Physicians Service Group (APS), its
subsidiaries, affiliates or other entities authorized to be represented by
the APS group.
This transmission is
intended only for the personal and confidential use by addressee(s) named
above.  This message may contain information which is confidential and/or
proprietary.  If you are not the addressee or intended recipient of this
message, you are hereby notified that you have received this transmission in
error and that any review, dissemination, disclosure, copying or
distribution or use of the contents of this message is strictly prohibited.
If you have received this transmission in error, please delete the original
message and notify the APS Network Administrator immediately at
1-800-252-3628.  Internet and e-mail communications are APS property and APS
reserves the right to review any message that is a product of its network.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] client ip

2006-06-06 Thread Barry Brevik
In Universe, you can get it with SYSTEM(42). Maybe this would work in Unidata?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] client ip

2006-06-06 Thread Al DeWitt
You can see it when using UniAdmin.  Will this work?

Al DeWitt
Stylmark, Inc.
763-574-8705
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Peterson
Sent: Tuesday, June 06, 2006 1:43 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] client ip

Is there a Unidata command for determining a client IP address?


CONFIDENTIALITY NOTICE:
This is a transmission from American Physicians Service Group (APS), its
subsidiaries,
affiliates or other entities authorized to be represented by the APS
group.
This transmission is
intended only for the personal and confidential use by addressee(s)
named
above.  This message
may contain information which is confidential and/or proprietary.  If
you are
not the addressee or
intended recipient of this message, you are hereby notified that you
have
received this transmission
in error and that any review, dissemination, disclosure, copying or
distribution or use of the contents
of this message is strictly prohibited.  If you have received this
transmission in error, please delete
the original message and notify the APS Network Administrator
immediately at
1-800-252-3628.  Internet
and e-mail communications are APS property and APS reserves the right to
review any message that is a
product of its network.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] client ip

2006-06-06 Thread Baakkonen, Rodney A (Rod) 46K
If you are on UNIX, you could PCPERFORM who -u and grep for the login of who
ever you are searching for.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Craig Peterson
Sent: Tuesday, June 06, 2006 1:43 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] client ip


Is there a Unidata command for determining a client IP address?


CONFIDENTIALITY NOTICE:
This is a transmission from American Physicians Service Group (APS), its
subsidiaries,
affiliates or other entities authorized to be represented by the APS group.
This transmission is
intended only for the personal and confidential use by addressee(s) named
above.  This message
may contain information which is confidential and/or proprietary.  If you
are
not the addressee or
intended recipient of this message, you are hereby notified that you have
received this transmission
in error and that any review, dissemination, disclosure, copying or
distribution or use of the contents
of this message is strictly prohibited.  If you have received this
transmission in error, please delete
the original message and notify the APS Network Administrator immediately at
1-800-252-3628.  Internet
and e-mail communications are APS property and APS reserves the right to
review any message that is a
product of its network.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/