Identify user running "big" process

Hello,

We use BC (april19 version)

Sometime, we see a big usage of CPU for the server process.
Probably because a user launch a big process (big report, posting lots, ...)


How is it possible to identify this user ?

In old (2009 and before) version, we can do that at sql side.
But with 3-tiers ?
Active session table don't display any info about running task.


Thx

Answers

  • SanderDkSanderDk Member Posts: 497
    Well you can do this in a couple of ways depending on the code the uses are using.
    If the uses is causing locks you can eanble database locks in your service tier, and run the page Database locks.
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Sign In or Register to comment.