DBMonitor -- Intraweb DLL

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
John Bell
Posts: 17
Joined: Mon 25 Sep 2006 17:38

DBMonitor -- Intraweb DLL

Post by John Bell » Wed 04 Jul 2007 21:22

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.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Sat 07 Jul 2007 06:53

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.

Post Reply