ottogolze
10th June 2003, 12:22
Hello,

we want to make a info-session and need a list of all process-id´s running in the bshell-client. If there any a function for this?

Sincerly

Eikenberg

NvanBeest
10th June 2003, 13:46
Start with the command licmon6.1 -w In the third column, behind the user's name, it gives the PID for the bshell itself. Then, if you need the sub-processes of these, use
ps -ef|grep <PID>|grep -v grep
This will give you all the processes belonging to this bshell.

Regards,
Nico

ottogolze
10th June 2003, 13:54
Hello,

sorry for my wrong question, i want to use it in a baan session with script. Is there a function or dll i can use?

Sincerly

eikenberg

jaapzwaan
10th June 2003, 14:31
Looking for this?
http://www.baanboard.com/programmers_manual_baanerp_help_functions_processes_pstat

Regards,
Jaap

ottogolze
10th June 2003, 14:44
Hello,

that´s the function i have searched for. It work´s on 40c4, instead there´s no entry in the online manual.

sincerly

Eikenberg