Page 1 of 1

DBMonitor -- Intraweb DLL

Posted: Wed 04 Jul 2007 21:22
by John Bell
have an intraweb app using SDAC components. DBMonitor works if i run the app as an exe under the ide. however, when i try to run the monitor on a web server where the dll is running, i do not get any tracing. am i doing something wrong or is this not supported? thanks.

Posted: Sat 07 Jul 2007 06:53
by Antaeus
Probably the reason of the problem is that your application on the web server is run under the SYSTEM user account, but DBMonitor under the current user account. Try to setup your web application so that it is run using the same account that DBMonitor uses.