santosh
5th February 2004, 13:11
Hi,

Is there any way by which we can find out the machine name a user has logged in ?( either from baan or from nt or using some command utilities of baan).


Regards

JaapJD
5th February 2004, 13:32
You can use the Baan 3gl function: hostname$()

Francesco
5th February 2004, 18:16
The license monitor will show you that information.

NPRao
5th February 2004, 21:21
Refer to the links -

Client Info (http://www.baanboard.com/baanboard/showthread.php?s=&postid=37887#post37887)

Client type (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1705&highlight=client)

suhas-mahajan
5th February 2004, 23:30
Hi Santosh,

Download Process Explorer from http://www.sysinternals.com/ntw2k/freeware/procexp.shtml

See the Properties > Image by right clicking on ntbshell.exe, It will shows you machine name and who is working on it as well as lot of usefull information. I found it very usefull tool for M$ systems.

-Suhas

santosh
6th February 2004, 05:55
thanks everybody

Amitabha
9th February 2004, 18:35
I use the following code in BaaN 5c:
..........
{ string hname(255)
long ret
ret= get.bw.hostname(hname)
}
...........

hname will return the client name. you may need to attach the library ttdllbw.