Neil at CASoftware wrote:

Thanks Dan, I tried:

 

Var=GETENV(‘JBC_CLIENT_IP’) but Var is empty.

 

GETENV returns true/false:

IF GETENV('JBC_CLIENT_IO', clientIP) THEN
  CRT "Client is : ":clientIP
END ELSE
  CRT "Local login..."
END


Did you use 'set' and see what else is set? Also, make sure that the client you are using is providing this information as I think that the server is suppsed to pick this up from that.

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to