Current DBMonitor version is out of date.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
darrin
Posts: 7
Joined: Wed 11 Apr 2007 12:13

Current DBMonitor version is out of date.

Post by darrin » Wed 15 Oct 2008 12:41

Hello.

In my application I use TOraSQLMonitor Component and DBMonitor 2.10 has installed in system.
When i login as Local Administrator all work correctly.
When i login as User (without Admin rights) and lounch my Application, next error raised:

Code: Select all

Current DBMonitor version is out of date. Please update.
[005496CE]DBMonitorClient.GetDBMonitor (Line 102, "DBMonitorClient.pas") + $11
[0054B7B4]DASQLMonitor.TCustomDASQLMonitor.SetActive (Line 758, "DASQLMonitor.pas") + $3
[0054BEE0]DASQLMonitor.TCustomDASQLMonitor.CheckActive (Line 1005, "DASQLMonitor.pas") + $9
[0054BEC6]DASQLMonitor.TCustomDASQLMonitor.Loaded (Line 1000, "DASQLMonitor.pas") + $3
[00427DB3]Classes.NotifyGlobalLoading (Line 2536, "classes.pas") + $D
[00427F55]Classes.InitInheritedComponent (Line 2574, "classes.pas") + $6
[00427F8E]Classes.InitInheritedComponent (Line 2579, "classes.pas") + $7
[00437ABA]Classes.TDataModule.Create (Line 10745, "classes.pas") + $9
[00437B32]Classes.TDataModule.Create (Line 10750, "classes.pas") + $7
[004028DD]System.@FreeMem (Line 2474, "system.pas") + $0
[00405290]System.@LStrClr (Line 11671, "system.pas") + $0
[00405943]System.@LStrSetLength (Line 13059, "system.pas") + $0
[004DA150]Forms.TApplication.CreateForm (Line 6946, "Forms.pas") + $B
[00DBC0EB]btkRuntime.initialization (Line 57, "V:\VSS\BTK\Client VCL\Runtime\btkRuntime.dpr") + $12
Error came after lounch of DBMonitor application. If I delete windows registry key [HKLU\Software\CoreLab] my application will start propertly.
I try ODAC 5.80 and 6.50.

Does it posible to use DBMonitor and TOraSQLMonitor Component in windows accounts without Adminirtaror rules?

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Wed 15 Oct 2008 13:30

Hi,
In my application I use TOraSQLMonitor Component and DBMonitor 2.10 has installed in system.
Have you tried the latest version 2.14 ?

-Kurt

darrin
Posts: 7
Joined: Wed 11 Apr 2007 12:13

Post by darrin » Wed 15 Oct 2008 14:44

Yes, I tried.
Has same result "Current DBMonitor version is out of date."

darrin
Posts: 7
Joined: Wed 11 Apr 2007 12:13

Post by darrin » Wed 15 Oct 2008 14:56

I think application can't open registry key

Code: Select all

[HKEY_CLASSES_ROOT\CLSID\89F49E65-F6E0-11D6-9038-00C02631BDC7\InprocServer32] 
without Admin rules.

Post Reply