DBMonitor and x64 Windows Service App Problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ozelaya
Posts: 11
Joined: Wed 01 Jul 2009 17:45

DBMonitor and x64 Windows Service App Problem

Post by ozelaya » Fri 17 Apr 2015 07:50

Hi,

I have a DataModule with DB components and a TUniSQLMonitor Component.

when I use the module on a desktop app, monitor works ok, but when using it under a windows service x64 on Windows 8.1, it doesnt work. DBMonitor Only displays "UniDAC monitoring is started" and "UniDAC monitoring is finished". DBMonitor is running on same PC.

Is there something else to do to make it work as a Service on Windows 8.1 x64?

Thanks in advance,

Omar Zelaya

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DBMonitor and x64 Windows Service App Problem

Post by AlexP » Fri 17 Apr 2015 10:23

Hello,

We can't reproduce the problem. UniSQLMonitor works in both x64 and x32 service applications. Please specify the exact versions of UniDAC and IDE, and send a sample of your service to alexp*devart*com .

ozelaya
Posts: 11
Joined: Wed 01 Jul 2009 17:45

Re: DBMonitor and x64 Windows Service App Problem

Post by ozelaya » Fri 17 Apr 2015 17:54

Hi,

I'm using 6.0.2 for XE7. If I set the monitor property Enabled = true at designtime it works OK. But If I set it at runtime on the OnCreate Event of the DataModule It doesnt work.

Any hints?

Thanks in advance,

Omar Zelaya

ozelaya
Posts: 11
Joined: Wed 01 Jul 2009 17:45

Re: DBMonitor and x64 Windows Service App Problem

Post by ozelaya » Fri 17 Apr 2015 18:03

Hi,

I meant the Active property.

Thanks

Omar Zelaya

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DBMonitor and x64 Windows Service App Problem

Post by AlexP » Mon 20 Apr 2015 10:25

We cannot reproduce the problem on the latest UniDAC version. Try to reproduce the problem on the latest UniDAC trial version: http://www.devart.com/unidac/download.html , and let us know the results.

Post Reply