GAURAVGUPTA9
13th August 2002, 09:57
hi all
is there any way in baan to get a list of all loggedin users at certain moment. i want to get all the users who r currently logged in
thanx in advance
regards
Gaurav

morpheus
13th August 2002, 10:02
Use licmon utility.

GAURAVGUPTA9
13th August 2002, 10:49
I want users list in baan. some function or any session that return the user name.

klesch
13th August 2002, 11:34
As morpheus says, use licmon utility. Write the result into a file which you will later read with your baan session.

ssbaan
13th August 2002, 16:28
There is no function or utility in BaaN that will do what you want.
Like mentioned above, you need to use the licmon instruction. You could include this in a session to execute this and write to s file, then call a function server to display this. Just an idea as I have not done this. We usually go to the operating system )in this case Unix) to find the answers as usually only our admins want to know this type of information.

GAURAVGUPTA9
17th August 2002, 08:37
Hi
but how can i get data from a text file into a table through the coding. any clues?
regds

NPRao
17th August 2002, 09:37
Gaurav,

Can you please specify your requirements clearly so that others can give you some tips/ideas ?

Can you please put the Baan Version, OS etc in your profile ?

Thanks!

klesch
18th August 2002, 11:15
Use seq.*() functions to read a file and get the strings. To extract what you need from the string, use the string.scan() function.

I hope that this clears things up for you.