Page 1 of 1

Monitor stopped working when I upgraded to 5.02

Posted: Fri 13 Sep 2013 21:05
by jimmaguire
I've been using DBMonitor for months, but after upgrading to 5.02 it no longer works. I tried adding it to your demo app, but still does nothing.

I set my TIBCQuery.Debug := true; (didn't have to do that in prior version). I also checked the client port, its set to 1000, my Connection is set to 3050. I tried matching those, but nothing.

Version 3.0.4

Any ideas?

Re: Monitor stopped working when I upgraded to 5.02

Posted: Mon 16 Sep 2013 07:17
by AndreyZ
In IBDAC 5.0.1, the TCustomDASQLMonitor.Options.moDBMonitor property is set to False by default. For more information, please read the IBDAC revision history at http://www.devart.com/ibdac/revision_history.html . To solve the problem, you should add the moDBMonitor option to the TCustomDASQLMonitor.Options property.