Jump to content


Click the link below to see the new game I'm developing!


NickPartridge

Member Since 16 Jan 2006
Offline Last Active May 23 2013 12:44 PM
-----

Posts I've Made

In Topic: how to obtain the ip address in open client?

22 May 2013 - 12:18 PM

Not sre if this is of any help, but we had a similar requirement - but to access both the IP address and MAC address of the client. We're running Glovia 4.6 on linux so we're very limited in what we can do.
We got round this by installing a product called SAMBA ( which enables Glovia to access a windows fiolder directly - and I believe that it's a free utility )
When the user logs into glovia, we call a custom written subroutine which calls a SYSTEM GUI command which pipes "ipconfig /all" into a text file named "TERM_ID".txt where the TERM_ID is the allocated @TERM from Glovia.
This file is written to the "shared SAMBA" folder. The same soubroutine then open up the text file using an ALIAS pointing to the newly created file and searches for the IP address & MAC address.
This was the only way we could think of of passing data from a client into Glovia.

In Topic: System command suppression of window

21 March 2013 - 04:10 PM

Hi Ross,
thanks for the quick response, looks like I can't suppress the window due to the version we have (4.06) , however I've used an alternate solution that at least reduces the system call from 12 to 1 so a happy compromise - thanks again

In Topic: @LFUNCT & memory usage

10 March 2006 - 09:05 AM

Thanks Darren & Kevin,
I'll start investigating your suggestions & comments.

Best Regards

Nick

In Topic: @LFUNCT & memory usage

09 March 2006 - 04:12 PM

Kernel version is 4.6 revision 5.3.0
Oracle is 9i
running on HPUX 11

Click the link below to see the new game I'm developing!