eibrahimovic
24th July 2003, 11:03
Hi,

I need to reserve for example three licens for salses dept, and so on. My idea is to make small windows service in vb.net whitch will be uploaded on client machine. That windows seviice must to know nuber of licens whit login for example sales and if there are thre licens whit that login is in use that stops new login for that users.
That service like input need information about logoged users in baan from licenecedemon.
My question is how to extract logoged users from licens demon to txt file or direct to vb.net.

Francesco
24th July 2003, 16:13
My question is how to extract logoged users from licens demon to txt file or direct to vb.net.

Under Unix, you can use licmon6.x -w to get a list of licensed users.

Pipe a few cuts in there and redirect it to the txt file of choice.

Something tells me you are on an MS platform though.

eibrahimovic
25th July 2003, 07:56
Hi,

Yes, I'm under w2kadvs