2 suggestions for DBMonitor

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
invent
Posts: 92
Joined: Tue 16 Jun 2009 10:59
Location: Bielefeld, Germany

2 suggestions for DBMonitor

Post by invent » Thu 21 Jul 2011 21:57

Hello,

I don't know if this is the right forum for DBMonitor. If not, please move this posting.

Since I use UniDAC, DBMonitor is one of my favorite debugging tools. It's great but I think, you can make it a little better. Please note my two suggestions:

1. It would be helpful if DBMonitor writes the complete error message into the logfile. Sometimes users send logfiles, but it's no help. For example DBMonitor shows

Code: Select all

select * from xyz
Dynamic SQL Error
SQL error code = -204
Table unknown
XYZ
But the logfile contains only

Code: Select all

21.07.2011 23:27:50 0,172 SQL Execute: select * from xyz
 Error

2. I don't know whether you have noticed my suggestion in my post a few days ago. So I write it here again: It will be helpful when DBMonitor shows traffic from TUniMetadata.


Please take this on your to-do list. Maybe you can realize it in one of next versions of DBMonitor.

Kind regards,
Gerd Brinkmann
invent GmbH

AndreyZ

Post by AndreyZ » Fri 22 Jul 2011 07:17

Hello,

Thank you for your suggestions. We will fix the problem with the log file and investigate the possibility of adding MetaData components monitoring.

invent
Posts: 92
Joined: Tue 16 Jun 2009 10:59
Location: Bielefeld, Germany

Re: 2 suggestions for DBMonitor

Post by invent » Tue 07 Aug 2012 20:57

Hello,

I take back this post from the past, because I'm still waiting for the promised fix.

Is it possible to realize my first wish?

Kind regards,
Gerd Brinkmann
invent GmbH

AndreyZ

Re: 2 suggestions for DBMonitor

Post by AndreyZ » Wed 08 Aug 2012 09:49

We haven't fixed the problem with logging of DBMonitor yet because we had the tasks of higher priority. We are sorry for the inconvenience. We will try to fix this problem shortly.

invent
Posts: 92
Joined: Tue 16 Jun 2009 10:59
Location: Bielefeld, Germany

Re: 2 suggestions for DBMonitor

Post by invent » Wed 08 Aug 2012 09:53

Hello,
thanks for this information. I still will be patient...
Kind regards,
Gerd Brinkmann
invent GmbH

AndreyZ

Re: 2 suggestions for DBMonitor

Post by AndreyZ » Thu 01 Nov 2012 15:07

We have fixed the problem with the logging. This fix is included in dbMonitor version 3.0.4. You can download it at http://www.devart.com/dbmonitor/download.html

Post Reply