dineshdich
16th August 2008, 12:31
Hi,

I want to moniter , at any moment of time, which process is going on , on a perticulat machine (terminal) in Baan Iv. And also the history of the same, how can i get it.

I am running BaanIV C4, on WIndows NT4, with Sql 7.

Regards,

DDD

sushil
25th August 2008, 08:42
Hi,

I used to monitor the User , Transasction from DB - since their was no specific option / Tool known.

Like eg :


SELECT * FROM v$session WHERE osuser <> 'SYSTEM' AND STATUS = 'ACTIVE'


You can try monitoring from DB - may be others might throw some light.

Regards,
Sushil Kumar Mudaliar