Cache Monitor Changelog

What's new in Cache Monitor 2.82

Jan 25, 2017
  • FIXED: In the final release the wrong konfiguration folder was used. “.cm_beta” instead of “.cm”. Please update to this version to get your configuration.

New in Cache Monitor 2.81 (Jan 25, 2017)

  • ENH: New search possibility in all grids with new searchbar
  • ENH: Searching in sql history
  • ENH: More details on the error dialog about db vendor code and state
  • ENH: Improved connection handling, while connecting a progress bar shows the background process.
  • FIXED: Grid: GridHeader (row number) are not always in sync with the rows from content. It shows while scrolling in bigger result like > 100000 rows
  • ENH: Grid: Create SQL for Grid results improved (copy as Insert, copy as update, e.g.)
  • ENH: SQL Editor: New Combobox for selecting text scaling like 100%, 200% and so on
  • ENH: SQL Editor: View the column’s data type in the header tooltip of the result table
  • ENH: SQL Editor: SQL statement is visiable on result tab via tooltip
  • ENH: SQL Editor: A SQL statement can be saved direct to file via “Execute to file”. This feature works with limited memory because it is designed to directly write the rows from the database to the export file without buffering in memory.- FIXED: SQL Editor: connecting a disconnected sql editor update the titles now correctly
  • FIXED: some minor fixes like memory leaks
  • FIXED: SQL Editor: “Session snapshots” opens in some situations a connection to get namespace metadata while the editor is still disconnected
  • FIXED: SQL Scanner: In some situations SQL Scanner doesn’t work
  • ENH: TableViewer: The table size can be calculate via Task -> “Calculate size for all tables”
  • ENH: TableViewer: UI improvments to see more columns details with one click, like infos about Primarykey-Columns, ForeignKey-Columns and special Caché specific details about Caché internal Datatypenames, selectivity and more
  • ENH: Server Navigator: Selection concept changed to improve user experince and get more control at what time information are fetched from server and detail data are shown. Important: please consider that you have now select detail data via double clicking or selection “open” via context menu.

New in Cache Monitor 2.80 (Jun 24, 2016)

  • FIXED: various - MaxRows limiter can be removed
  • FIXED: Preferences - Not all preferences was saved in cm_prefs.dat
  • FIXED: Login - On long running login process two wating dialogs coming up
  • ENH - New dashboard start page
  • ENH - Source Browser - Icons for different source types
  • Navigation improved, drill down via double click on folder (not finished yet!)
  • ENH - StoredProcedures: Stored-Procedures-System objects are no longer displayed if the option
  • “show System objects” is deselected on Server defintion
  • ENH - TableViewer - View the table row count in top grid.
  • Renamed and refactored context menu, some functions grouped within menu “Tasks”:
  • New function to get the current row count for ALL tables with one click
  • Execute tunetable for selected tabel(s)
  • Execute tunetable for current namespace
  • Syntax highlighting for View Source and Table ddl
  • Messaging of current running processes improved e.g. current loaded rows
  • Execute “Script as -> Create” on a view creates now the “CREATE VIEW” with the source of the view
  • Error on getting a value, doesn’t stop retrieving the entire result. Just the error value is set to NULL
  • ENH - More metadata details are localy cached and reused e.g. on Codecompletion for perf reasons
  • ENH - Localy cached metadata are now saved as zip file to improve performance
  • ENH - DataInspector - Syntax highlighting for JSON content.
  • Some smaller improvments in viewing content in DataInspector
  • ENH - SQL Editor - new function escape date dialog
  • ENH - SQL Editor - For running queries less cpu cyles are used to update the UI
  • ENH - SQL Editor - Multi result view improved. Between each table a splitter is available
  • ENH - SQL Editor - Format SQL respect a text selection and format only this string
  • ENH - SQL Editor - new parameter “ui.maxoptwidth” to set the max width in pixel for optimizing table column max width based on data
  • ENH - SQL Editor - Code completion has now the option to select all columns from a table
  • ENH - SQL Editor - Script table as CREATE, INSERT, SELECT direct from (selected) editor text
  • FIXED: SQL Editor - In some situations closing a tab haven’t ask for saving
  • FIXED: SQL Editor - In some situations wrong row count is displayed in status bar
  • ENH - SQL Editor - New feature “Session snapshot” allows to make a quick restart. After stop and start again Caché Monitor
  • all SQL Editor tabs with content and connection infos are restored.
  • When the user quits Caché Monitor, unsaved files and
  • open SQL Editor’s from last session will be automatically restored on next launch.
  • The user won’t be asked to save unsaved files as he quits Caché Monitor.
  • This can be disabled by setting “ui.remember_session=false” in config.properties
  • FIXED: Server Navigator: Emtpy schemas are removed if setting metadata.removeEmptySchemas=true

New in Cache Monitor 2.79 (Mar 30, 2016)

  • ENH : SQL Editor : Code completion shows for columns the table name
  • ENH : SQL Editor : More context infos in status bar
  • ENH : SQL Editor : Timing informations improved
  • ENH : SQL Editor : Faster result loading
  • FIXED: some minor fixes like memory leaks
  • FIXED: TableViewer : Faster result loading
  • ENH : Preferences : Preferences like last Window position, Max Row count and so on are on Windows no longer saved in Win-Registry.
  • The data are now loacted in a file called: cm_prefs.dat
  • ENH : CM Notepad : The Caché Monitor “Notepad” is something like a visible Clipboard. You can copy\paste text data. All data
  • are automatically saved and restored on startup.
  • ENH : SQL Editor : “Save result…” is now executed in a own thread. THis is better for larger results > 1Mio rows
  • ENH : Notepad : Caché Monitor has now a new feature called “notepad”. This is just something like a simple “notepad”
  • a small visible clipboard ;-).
  • The user haven’t worry about saving\loading the content
  • FIXED: TableViewer : Error “Invalid Column EXTENTSIZE) fixed on tablelist. Caché 2008 and before dosn’t have informatino about EXTENTSIZE within calls details
  • ENH : TableViewer : Loading data (and other long running tasks) are cancellable

New in Cache Monitor 2.78 (Mar 25, 2016)

  • ENH : SQL Editor : For Caché connections the table remarks as listed in code completion popup
  • ENH : SQL Editor : Affected rows (rowcount) are visible in statusbar
  • FIXED: Server Navigator: Sometimes not all tables are loaded (same table name in diff schemas). Please use “refresh” in ServerNavigator to refresh the local cached metadata
  • FIXED: Server Navigator: Caché linked Tables are visible via “linked icon”

New in Cache Monitor 2.77 (Mar 25, 2016)

  • FIXED: Permanent wait cursor in script manager
  • FIXED: On startup the import connection wizard popup only when Server Navigator is empty
  • FIXED: Caché connections import has only shown local Caché server installations

New in Cache Monitor 2.76 (Mar 20, 2016)

  • ENH : Prevent multiple running instances of Caché Monitor. On Windows Caché Monitor search for a running instance on startup and if one found bring it to front.
  • FIXED: Open connection before load metadata \ CPF File
  • ENH : Server Navigator: “Close” on a server node execute the same action like “Disconnect”
  • ENH : Server Navigator: “Refresh” on a table node improved, local cached metadata will be deleted
  • ENH : H2 Database support included
  • FIXED: some minor fixes like memory leaks
  • ENH : Server Navigator: New data node “Security” with User and Role detail lists
  • ENH : Server Navigator: New feature: “QueryCloud”!
  • ENH : TableViewer: More details about Tables like extentsize, classname, external tables and more caching for table meta data to improve performance
  • ENH : Server Navigator: List of SQL Gateway connections
  • ENH : All server\network calls are cancellable
  • FIXED: Cursor navigation within Tablebrowser
  • ENH : Working with CSV files in QueryCloud
  • ENH : Server Navigator: Open CSV files in QueryCloud via Drag&Drop. Just Drag&Drop your files from Windows file explorer into ServerNavigator.
  • ENH : Server Navigator: Open text files in SQL Editor via Drag&Drop. Just Drag&Drop your files from Windows file explorer into SQL Editor to open.
  • ENH : DB Diagrams : The database diagrams feature is now also available for JDBC connections
  • ENH : Server Navigator: Removed Caché driver before version 2010.1. If you still need older Caché driver you can download from here http://www.sql-monitor.de/pub/addon_old_drivers.zip You have to extract the zip folder into \lib
  • FIXED: Server Navigator: Add a Caché Server, press OK without a selected driver results in the problem that the dialog disappear silently without adding the server
  • ENH : New Function: Copy tables between Cache and JDBC Connections
  • FIXED: SQL Editor : if “Code completion auto-popup” is set to on, after typing “.” or “,” the codecomplition popup is automatically displayed

New in Cache Monitor 2.75 (Jan 3, 2016)

  • ENH: !! Require Java 8 runtime !!
  • ENH: Include many database driver, no driver download required
  • ENH: Available as a comfortable Windows Setup package
  • ENH: Caché Monitor try to download Java 8 database driver, if no one found the older versions are transparently downloaded and used
  • FIXED: On the Export Wizard Dialog the file type can now seleced for bulk export (not for Home Edition!)
  • ENH: New function “Create MS Access connection” via file menu to add a ms access db to server navigator and that file to query it via SQL
  • ENH: Microsoft SQL Server: Support for Windows Authentication (on Windows system cause of required dll)
  • ENH: New Parameter metadata.cache.deleteonexit allows to config Caché Monitor to delete all local saved metadata on program exit.By default this is set to FALSE. So you have to active delete cached metadata to refresh e.g. the Namespaces list
  • ENH: More detailed messages if there a problem downloading database driver files
  • FIXED: Sometimes the catalogs from JDBC databases was not properly listed
  • ENH: Faster open query editor
  • FIXED: View Caché Version information on the “Import Caché Connections” dialog
  • FIXED: Reading Windows Registry values stabilzed (for Caché connection import, ODBC import)
  • ENH: Import local ODBC Connections analyze the driver DLL to find the right database driver
  • ENH: Namespace: A Remote namespace is marked with a special “linked” icon in server navigator Namespaces that are not available can not expanded and are marked with a red X on the icon
  • ENH: New option on the edit server dialog called:: “Query remote namespace” this is selected by default and means that remote namespace are listed- ENH: New option on the edit server dialog called:: “Check namespace availability” this is deselected by default and means that the availability of remote namespace are checked\not checked
  • ENH: Caché 2016.1 driver added; Caché 2015.3 removed
  • FIXED: Drag Drop in Server Navigator for Java 8 fixed
  • FIXED: Loaded and cached Namespace information are now synced and used in server navigator and for the namespace detail view
  • ENH: New parameter cache.loadNamespacesFromCPF to switch namespace loading to the cache.cpf file!.
  • If this is set to true if you want to load the Namespaces from cache.cpf File. This can maybe improve the performance if you have a lot of defined namespaces
  • but you lost information, like the the namespace availability or the info about a local or remote namespace.

New in Cache Monitor 2.74 (Oct 21, 2015)

  • FIXED: SQL Editor : Code completion for generic JDBC connections like MS SQL Server, MS Access is now working
  • FIXED: SQL Editor : Code completion is working if the SCHEMA is NULL
  • FIXED: SQL Editor : Code completion performance improved
  • FIXED: TableViewer : Viewing MySQL Data is working
  • FIXED: TableViewer : JDBC Column info is no longer editable
  • ENH : Server Navigator: Shows Server Version infos for generic JDBC connections
  • ENH : DB Diagrams : The tablename of the table where the diagrams are saved into can be configured by setting the property diagrams.tablename in config.properties
  • ENH : On all tables : Selection improvements like “select all” on click upper left corner, “select column” on table header click
  • ENH : On all tables : Last selection of option “Fit width based on data” or “Fit width based on data header” are saved and the last selection is reused
  • ENH : SQL Editor : With the config param ui.useAccessStyle=true you can enable e.g. the exclamation mark for the execute button
  • FIXED: Server Navigator: On the Edit\Add Server dialog by default the frist driver is selected
  • ENH : Server Navigator: Moving Server and groups via drag and drop within the Server Navigator implemented (you can do this also by CTRL+C,CTRL+X and CTRL+V)
  • ENH : Database Driver : Caché Monitor checks current running Java version and is it Java 8 the Java 8 database driver are loaded

New in Cache Monitor 2.73 (Jun 22, 2015)

  • FIXED: SQL Editor : Open editor on generic JDBC connections like MS SQL Server, MS Access sometimes hangs without a message
  • FIXED: Caching : „New query“ dialog and Server Navigator has shown sometime wrong schemas cause the the hashing algo hasn’t enough elements be be unique.
  • ENH : Clear all cached meta data by using „Refresh“ on a folder node in Server Navigator

New in Cache Monitor 2.72 (Jun 18, 2015)

  • FIXED: SQL Editor : Script Table is now working also if just the table name in editor is selected
  • FIXED: SQL Editor : ComboBox „Isolation Level“ shows the correct isolation level from database and list only available
  • FIXED: SQL History : Running Caché Monitor with Java 8 result sometimes in an emtpy SQL history frame
  • ENH : The function „Import Caché Connections“ allows now to import all locally in Caché Server Manager registered connections
  • (Before this change only locally installed Caché Server are listed). The import can now be done via multi selection
  • ENH : Caching improved: Namespace and schemas are now saved in folder „\.cm\metatmp\\…“. Server roundtrips are minimized to improve entire Caché Monitor performance on large server and\or for small network connections.

New in Cache Monitor 2.71 (Mar 27, 2015)

  • ENH : Server Navigator: All connecions in Server Navigator can now be import\exported from\to a file. To find via File menu
  • ENH : Script Manager : New Action “Open the file with the associated app”
  • ENH : History Manager: Some handling improvements (e.g. auto expand on node, double click open an editor if needed)
  • ENH : History Manager: SQL Statements are now colored
  • ENH : History Manager: New icons in tree are used for better navigation
  • ENH : SQL Editor : For long running SQL Statements the first row are now displayed in shorter time
  • FIXED: Profiling : Display the SQL Stats for selected namespace. Previously only stats from %SYS are available
  • ENH : Profiling : SQL Statements are now colored
  • ENH : Profiling : Via right click in SQL statistics table the selected sql statement can be opened in new editor
  • ENH : Main toolbar added for faster access to some action like e.g. “new query” and more
  • FIXED: SQL Editor : Is working now with MS Access
  • ENH : SQL Editor : closable result tabs
  • ENH : Viewing Database Metadata improved

New in Cache Monitor 2.70 (Mar 7, 2015)

  • FIXED: SQL Editor : open more than one query editors on same connection config
  • ENH : Caché 2015.1 driver added
  • ENH : View meta data for jdbc Connections, via conext menu on node “View metadata”
  • ENH : Show licenseid on manage license dialog

New in Cache Monitor 2.69 (Feb 23, 2015)

  • FIXED: Context menu on table tree node cleaned
  • FIXED: loading node for columns nodes removed
  • ENH : Downloading of driver files improved, check file size after download and inform user if there a problem.
  • ENH : License file can also be placed in cache monitors install folder
  • ENH : simpler license purchsing process ;-)
  • ENH : Result limit is observed on MySQL

New in Cache Monitor 2.68 (Feb 9, 2015)

  • ENH : Some updates for Java 8
  • ENH : View Key symbol in table header for PK columns (is not working in SQL Editor)
  • ENH : DataTable\Grid : many small improvement in view and change handling
  • ENH : SQL Editor : Font Zoom via CTRL + Mouse
  • ENH : DataTable\Grid : Font Zoom via CTRL + Mouse
  • ENH : Loading configuration file config.properties from user home folder and merge the data with the configuration file from Caché Monitor installation folder. This make Caché Monitor updates easier, and prevent lost user changes
  • ENH : Driver path in config.properties can set fix to local files. Even if the driver_repository is set to WEB
  • ENH : ServerNavigator: move and copy Server and Groups via CTRL-X\CTRL-C\CTRL-V
  • ENH : ServerNavigator: refresh without selection reload the entire tree
  • ENH : At application startup the ServerNavigator definition file is backed up into user home\\.cm folder
  • ENH : First support of HiDPI screens like a apple retina display (for screens with 3k or 4k resolution)
  • ENH : More clean and consistent icons usage
  • ENH : Generic JDBC Connections supported for MS SQL Server, MS ACCESS and Windows Azure and more!
  • FIXED: minor bugs

New in Cache Monitor 2.62 (Sep 23, 2014)

  • FIXED: No function for Ok\Cancel Buttons on the edit server dialog.

New in Cache Monitor 2.61 (Sep 9, 2014)

  • ENH: Memory usage optimized. Tab close handling improved, Memory was not always released while closing tabs
  • ENH: All meta data can be scripted to a CREATE TABLE script, e.g. execute a stored procedure and create a script for a table from that meta data
  • ENH: Query Analyzer: New (context) menu function “clear messages” on message tab
  • ENH: Query Analyzer: New function “Auto clear messages”, if checked (default) the old message are deleted
  • ENH: With a new paramter in config.properites quoting column name for scripting can be configured. The default is sql.scripting.quotealways=false, set it to true to quote all columns names

New in Cache Monitor 2.60 (Aug 18, 2014)

  • FIXED: Open SQL Files from script manager sometimes ends up with damaged UI
  • ENH : Server Navigator shows columns for Views\Tables in tree
  • ENH : New driver version for Caché 2014.1.1.702 uploaded
  • ENH : New meta data info panel on server node, available via context menu on server node “Show server metadata…”
  • ENH : Global Browser: Support of $LB format and split values accordingly
  • ENH : Global Browser: Enhanced loading speed.
  • ENH : Stored Procedure Viewer: Shows more details about the result-type of a SP, like Columns and infos about IN\OUT\INOUT params
  • ENH : Stored Procedure Viewer: Via context menu a CALL Statement for SP can be created with parameter and more. This “script” is opened in a query editor for execution.
  • ENH : Show execution plan first checks whether the server side class exists, regardless of the setting “create server side helper classes”.
  • If the class doesn’t exists and the setting “create server side helper classes” is disabled, viewing the execution plan is stopped.
  • If the class exists and the setting “create server side helper classes” is disabled, viewing the execution plan is processed.
  • ENH : Grid: On all grids the metadata of a result is available via context menu “Show Metadata”
  • ENH : Grid: More copy functions via context menu “Copy selected”, “as Text”, “as SQL Update”, “as SQL Insert”, “as SQL Delete”

New in Cache Monitor 2.59 (Jul 24, 2014)

  • ENH : New functions in Server Navigator: ‘Send Server by email’ and ‘Add Server by email’
  • With this new feature it is very easy to send and receive registration data via email.
  • FIXED: Start a evaluation of Caché Monitor is available again on register ‘Request a trail’

New in Cache Monitor 2.58 (Jun 23, 2014)

  • ENH : The export bulk wizard open destination folder after the export job has ended
  • ENH : Record dialog shows required fields (NOT NULLABLE) in red
  • ENH : Export to different formats improved, like export to Microsoft Excel (97-2003); Excel Workbook (XLSX); HTML; JSON; OpenDocument; SQL; XML
  • ENH : Rename Caché connection import function from “Auto register Caché Server” to “Import Caché connections”
  • ENH : New Function: “Import Caché ODBC connections”
  • ENH : New Icon! :-) A new symbol for Caché Monitor
  • ENH : New context menu “Save result and open…” on all UI grids available. This will open the file with the associated application.
  • FIXED: Switch between database tables refresh the title
  • FIXED: Unnecessary server roundtrips removed while switching between database tables
  • FIXED: TableViewer : Refresh in context menu fixed
  • FIXED: TableViewer : New context menu “open in new tab”, this function is also available via double click on a DB Table\DB View node
  • ENH : “Don’t use %SYS namespace” renamed to “Don’t query Caché for namespaces”

New in Cache Monitor 2.57 (May 15, 2014)

  • FIXED: The data in Data Inspector refreshs after selecting a NULL Value
  • ENH : CLOB\BLOB Handling in Table and in Viewer improved. New CLOB\BLOB Edit Window from Table and in Recorddialog available.
  • FIXED: New Record dialog fixed. On some installation it was not possible to open this dialog.
  • FIXED: The new entered table name is used via Copy Table action
  • FIXED: Some table context menus hasn’t worked properly if called from tree
  • ENH : If the DataInspector is visible the value of selected cell is autom. displayed
  • FIXED: NULL Value marker fixed
  • ENH : The menu entry: “SELECT first 1000 rows” execute the query immediately

New in Cache Monitor 2.56 (Apr 16, 2014)

  • ENH : The namespaces query don’t need any longer access to the “%SYS” namespace.
  • ENH : Class Browser : For Caché >= 2014.1 the same Sourcecode as in Studio is listed.
  • FIXED: Global Browser: Recognize node subsripts type (numeric\alphanumeric) improved
  • ENH : Global Browser: Icons added to visualize different node types, e.g. root, last node …
  • ENH : Root group can be renamed
  • FIXED: Rename a group\server refreshs the tree on server navigator
  • ENH : New Record dialog is available. This dialog shows columns in rows. Each Grid in Caché Monitor can open this Record Dialog via context menu.
  • ENH : TableViewer : The new ‘Storage’ Tab list the storage information about a table, like global name and global size
  • ENH : Number format can be changed in config file, e.g. by default format.number=####.########
  • But Caché Monitor do always format based on the decimal digits definition on the column meta data
  • If you dont want to format than select format.number=UNFORMATTED
  • ENH : Workspace seetings are saved on exit an reload on startup. So CM remember on the window position and state (docked\undocked).

New in Cache Monitor 2.55 (Apr 7, 2014)

  • ENH: Support of Java 8
  • ENH: TableViewer : Tables\Views are grouped by schemas
  • ENH: TableViewer : Prefetch of meta data to improve performance\minimize user waits (metadata.prefetch=true)
  • ENH: TableViewer : Empty schema will not be displayed by default (metadata.removeEmptySchemas=true)
  • ENH: Query Analyzer : Schema ComboBox removed, CodeCompltion work on all schemas by default
  • ENH: Query Analyzer : Some code completion improvements for column lists
  • ENH: “Sources” node works with more Caché versions
  • FIXED: Error while driver download via transparent proxy: java.net.ProtocolException: Server redirected too many times (20)
  • FIXED: Source-, Class and GlobalViewer shows the item count on registertitle and in tree

New in Cache Monitor 2.54 (Apr 2, 2014)

  • FIXED: ArrayIndexOutOfBounds Exception
  • ENH : Open current class in Caché Studio
  • ENH : The Caché Studio version that is called via Caché Monitor is selectable
  • ENH : Some code completion improvements: More Caché keywords in completion and coloring, Some code completion display additional information for keywords and functions, Icons visualize the completion type e.g. Table, Column, Schema, Index etc, Type column shows the primary key, datatype and nullable property, Optimizer hints are listed with additional information, Caché SQL functions are listed
  • ENH : New Driver Version: 2014.1.0.591
  • FIXED: Disconnect a server close all sub panels
  • FIXED: License management improved

New in Cache Monitor 2.53 (Jan 23, 2014)

  • ENH : New Bulk Export Dialog allows to save currentand load previos selections of Tables
  • ENH : Install license process improved; license is also now visible in about dialog
  • ENH : Server Navigator: The server version number can be viewed in Server Navigator tree. This is toggled via Menu “Show version”.
  • ENH : TableViewer: New context popup menu entry: “SELECT first 1000 rows”
  • ENH : TableViewer: New context popup menu entries: “Script Table as “SELECT”, “INSERT”, “CREATE”
  • FIXED: “Sources” node works with Caché databases prior version 2013

New in Cache Monitor 2.51 (Jan 13, 2014)

  • Database Diagrams: More key constraints are be determined and visualized in diagram
  • Database Diagrams: Exported keys are marked with special icon
  • Table Browser – List imported\exported keys on new tab called “References”

New in Cache Monitor 2.50 (Jan 6, 2014)

  • ENH : New polished Interface design. For a clear and consistence user interface design many icons are changed and checked for a consistency use.
  • Some menus renamed so e.g. the “New Query Analyzer” menu is renamed to “New Query” also with a new icon for this action.
  • Also the application icon is changed from a server magnifying glass with to a blue cube.- ENH : New! Database Diagrams
  • Database diagrams graphically show the structure of the database. To visualize a database, you can create one or more diagrams illustrating some or all of the tables, columns, keys, and relationships in it.
  • For any database, you can create as many database diagrams as you like; each database table can appear on any number of diagrams.
  • Each database diagram you create is stored in the associated database.
  • The first time you click on the Database Diagrams folder of a database, you ask to “Create required objects to manage diagrams in this namespace?”.
  • It is not an error, but just a permission seeking dialog to create a database table that is necessary to work with database diagrams.
  • If you choose No then no table will be created and you will not be able to work with database diagrams.
  • If you choose Yes then a table would be created in your database and you will be able to work with database diagrams.
  • If you modify any table outside the diagram editor, the changes will automatically be updated in any saved diagrams.
  • You can open database diagrams to view or edit the diagram’s structure. To open a database diagram in Server Navigator, expand the Database Diagrams folder.
  • Click the name of the database diagram you want to open.
  • You can create an image of a Database Diagram and copy it to another application. To copy a diagram image to the Clipboard open a Database Diagram.
  • Right-click a blank area and choose Copy Diagram to Clipboard.
  • ENH : Query Analyzer : CTRL+ENTER for execute query in
  • FIXED: Optimized table column width for data
  • ENH : Class Navigator : Classes source code is now in xml
  • ENH : Table Navigator : double click on a table in tree opens a new Table Editor for the selected table
  • ENH : The “Routines” node is renamed to “Sources” because in the future all sourcecode with hin cache will be available from here.
  • ENH : Faster scrolling in tables

New in Cache Monitor 2.09 (Nov 7, 2013)

  • FIXED: Processlist : On a Caché 2014.1 Server selecting a process and view the variable details ended with a java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
  • FIXED: Navigation between Processlist and Lock Viewer improved
  • ENH : Global Browser : Nodes to read can be limited by setting a max nodes value. and more

New in Cache Monitor 2.08 (Nov 6, 2013)

  • ENH : Routine Browser : Routine List and Sourcecode for selected routines are displayed.
  • ENH : Class Browser : Shows Sourcecode fragment for selected class.
  • ENH : Globals Browser : Global browse and navigate are improved
  • ENH : Caché 2014.1 support
  • ENH : Analyze and find local installed Caché Server improved

New in Cache Monitor 2.07 (Oct 18, 2013)

  • Server Navigator: Driver download is cancelable via progress dialog
  • Class Navigator: Selection of target folder for classes export is available
  • Class Navigator: Class delete need to be confirmed by user
  • Class Navigator: New function: Import classes (incl. auto compile)
  • Class Navigator: New function: Copy classes (incl. auto compile) between server \ namespaces
  • Class Navigator: New function: Compile class
  • Table Navigator: Export Table works now also on a selected table node within Server Navigator. Before this the user have to select a export table on the detail panel.
  • Tested with Java 1.7.0_45
  • License Evaluation\Activation: Proxy Server can be configured
  • New Feature: Log File Manager
  • Script Navigator: Threading issue while file preview fixed

New in Cache Monitor 2.06 (Oct 9, 2013)

  • Drag&Drop for Server and Server-Groups moving within the server navigator
  • Server Navigator with a toolbar to shows important actions
  • A trial license for evaluation of Caché Monitor Professinal can now requested online via Manage-License Dialog.
  • New Script Navigator for easy working and navigation with many (sql)scripts.
  • Query Analyzer – shows file path from current file in status bar

New in Cache Monitor 2.05 (Sep 16, 2013)

  • ENH : Data Inspector shows Data in additional views as XML and HTML. Just plain text, binary or a image views was already available
  • ENH : double click on table cell open the data inspector view
  • ENH : The “Database Viewer” shows information about the databases on the selected Server. This Viewer is a new node type in Server. Navigator as a child node from the Management node. Listet are information about the Database name, the Location of the CACHE.DAT file and Size of the database in megabytes
  • ENH : Export classes

New in Cache Monitor 2.04 (Sep 3, 2013)

  • ENH: FileOpen-Dialog restore last used directory
  • ENH: FileOpen-Dialog shows preview of file content
  • ENH: Query Analyzer – Save\restore splitter position
  • ENH: The cache.cpf file can be viewed for selected server Check Tools-Menu -> “View Server cpf file …”
  • ENH: Table Browser – Save\restore splitter position
  • ENH: Query Analyzer – Search\Replace and Goto Line Dialog
  • ENH: Caché Monitor checks on startup for available updates

New in Cache Monitor 2.03 (Aug 20, 2013)

  • ENH : Encypted passwords
  • ENH : Open Cache Terminal on selected Server
  • ENH : Open Windows-Explorer on Caché Monitor homefolder
  • ENH : Auto driver download
  • ENH : Include Caché 2013.1 driver support
  • ENH : Code folding in SQL Editor between the batch seperator GO
  • ENH : Save\restore frame size and position

New in Cache Monitor 2.02 (Jul 24, 2013)

  • ENH: Hex View improved
  • ENH: New feature: "Navigate to last selected object" Please see: Start Screen
  • ENH: Rename Server Groups
  • ENH: The tablename for "Copy table" action can be changed
  • ENH: New feature: "Auto register Caché Server" Check Tools-Menu -> "Auto register Caché Server ..." With this feature you can very straightforward create a Server registration from any your local Caché installation. All data that Caché Monitor needs for working with Caché are automatically imported, including the right driver... you have just to enter the password.
  • ENH: Class Browser shows no more system classes ('%')
  • ENH: New feature: Open Caché Studio from Caché Monitor on selected Server Check context menu on Server and Tools-Menu
  • ENH: New Feature: "mapped tables" and "federated namespace"
  • FIXED: RoutineList fixed
  • FIXED: Driver selection fixed

New in Cache Monitor 2.01 (Jul 17, 2013)

  • ENH : Query Analyzer - better clear type\font support
  • ENH : Query Analyzer - Completion improved
  • ENH : Minimum SplitterSize removed
  • ENH : DataInspector shows Images
  • ENH : Import for Blob datatype improved
  • FIXED: Some Edition checks changed
  • FIXED: Table scripting don't quote table name

New in Cache Monitor 2.00 (Jul 1, 2013)

  • ENH : Kill Database locks within CachÈ Monitor
  • FIXED: Bug in script parser prevent executing create\drop procedure.
  • When creating a stored procedure it is necessary to use a delimiter other than the semicolon because
  • Cache Monitor does not know if a semicolon inside the stored procedure ends the procedure or a single
  • statement inside the procedure. Because of that, the Statment seperator is now "GO" like in MS SQL Server
  • Management Studio.
  • FIX 1: if you now select a statment the parser is no longer executed,
  • just the selected statement is "as is" send to CachÈ.
  • FIX 2: Cache Monitor has switched (back) to statement separator "GO"!
  • FIXED: F7 shortcut for execute the next statement fixed
  • ENH : New message are always in top row of the message panel
  • ENH : Connection Dialog shows information about WebSrvUrl that comes from CachÈ Server
  • ENH : Server Navigator: New feature for sorting Server and Groups
  • Server Navigator: Sort order changed: Server comes before Groups in Server Navigator
  • FIXED: Cancel login dialog reset message and stops wait bar
  • ENH : tested with java 1.7.0_15
  • FIXED: Copy Server create only one copy of server entry
  • ENH : While deleting a group the user get ask, if the Group contains sub groups or servers
  • ENH : Textoutput in QueryAnalyzer is optimized and show content only up to 255 characters!
  • For more content please use Grid output
  • FIXED: All results (ResultSets) from a StoredProcedure are now listet, e.g. call Sample.PersonSets('A','NY')
  • in SAMPLE Namespace show now both ResultSets.
  • ENH : CachÈ Monitor comes with driver for CachÈ 2012.2; 2011.2; 2010.1; 2009.1; 2008.2 and 5.2
  • The path separator in config.properties is changed so it should now works on linux.
  • You can add more driver if needed.
  • ENH : The Driver list are sorted.

New in Cache Monitor 1.68 Beta (Nov 22, 2012)

  • FIXED: processlist: Show process vars for PID
  • FIXED: processlist: Navigation:Show PID in locktable
  • FIXED: processlist: Show process vars for PID by row selection changed
  • FIXED: locktable : Navigation:Show PID in processlist
  • FIXED: All tables rowheader, min size fixed
  • FIXED: variable substitution in query analyzer

New in Cache Monitor 1.67 Beta (Nov 20, 2012)

  • FIXED: NullPointerExceptions in com.intersys.* classes
  • added links to the Help menuitem
  • online update checker in help menu
  • Caché driver 2012.2.0.638 included and set as default
  • older Caché driver removed

New in Cache Monitor 1.64 Beta (Apr 6, 2012)

  • FIXED: TableViewer - Editing\deleting function fixed
  • FIXED: TableViewer - If you make a table editable and selecting another table, editable mode is set to false again
  • FIXED: TableViewer - Refresh bug in RowHeader fixed
  • FIXED: TableViewer - The Color for NULL values are now a system color
  • FIXED: TableViewer - Fixed handling with tables with a dot in name
  • ENH : TableViewer - The Import Table function added. Cache Monitor can import data from csv files
  • FIXED: TableViewer:
  • Import Table, Export Table and Save Results clarified. Save Result is on every Table available and saves the Result from this table
  • Export Table saves the entire table data into file
  • Import and Export is only available in the TableViewer (with the context menu on the top table)

New in Cache Monitor 1.63 Beta (Mar 8, 2012)

  • FIXED: TableViewer - Bug in filter functions from context menu is fixed
  • FIXED: TableViewer - Tables was in some situations editable
  • FIXED: ALL - RowHeader\Row numbers are back
  • FIXED: ALL - Display of some datatypes fixed: Date / Timestamp / Time / Datetime

New in Cache Monitor 1.62 Beta (Oct 26, 2011)

  • ENH: TableViewer - Data not automatically loaded on Table Editor of performance reasons
  • ENH: TableViewer - Data automatically loaded limited to TOP xxx be default of performance reasons. This solution is working faster with handmade SQL mappings in Cache
  • ENH: TableViewer - Create DDL Script added
  • ENH: TableViewer - Source View for DDL Script added
  • ENH: TableViewer - Default TableMenu added to all popupmenus
  • ENH: Query Analyzer - Create DDL Script added
  • ENH: Query Analyzer - Font antialiasing activated
  • FIXED: Query Analyzer - Copy to table fixed
  • FIXED: Caché Monitor application folder name can contain spaces. Please test on linux, i've done a test only Win 7

New in Cache Monitor 1.61 Beta (Aug 17, 2011)

  • ENH : TableViewer working in readonly and foreward only mode to improved performance
  • FIXED: DataInspector - HexView: to many scrollbars, some of them removed
  • FIXED: Viewing blob data in Data Inspector
  • FIXED: NullPointer if server side class creation is disabled
  • ENH : JDBC can be place in many JAR files, this feature is required for Cache 2011

New in Cache Monitor 1.60 Beta (May 20, 2010)

  • The new release can use simultaneous different driver versions. To make it easier for the user Caché Monitor comes with 4 configured Caché Driver

New in Cache Monitor 0.58 (Oct 23, 2009)

  • Sql script variable substitution supports the definition of complex default values
  • Sql script variable substitution can be disabled
  • FIXED: Textoutput of query analyzer fixed
  • FIXED: Some more tooltips for toolbar buttons added

New in Cache Monitor 0.57 (Oct 19, 2009)

  • The execution of parameterized SQL queries support the definition if default values.

New in Cache Monitor 0.56 (Oct 15, 2009)

  • In the new version 0.56, Caché Monitor executes parametrized SQL queries.

New in Cache Monitor 0.54 (Jul 13, 2009)

  • The new main feature in Cache Monitor 0.54 is the profiling of sql statements. Specifically for SQL analysis InterSystems added in Caché 2008.1 the %SYSTEM.PTools.SQLStats class and measures lines of code,global references, times run and duration of run e.g. These information are used in Caché Monitor 0.54 to implement the Profiling feature.

New in Cache Monitor 0.53 (Jun 29, 2009)

  • Data Export function is now working in Query Analyzer
  • Missing class added, so the login dialog is working
  • After connecting to a server tree node is expanded

New in Cache Monitor 0.52 (Jun 9, 2009)

  • Cache Monitor 0.52 with powerful export to write text files (CSV), XML, HTML or SQL. All tables can be exported into a directory with a single command.

New in Cache Monitor 0.51 (Feb 13, 2009)

  • Global Viewer is now working. Please attention about the global size, currently there is no limit!
  • The Table-Viewer have now more filter functions from the context menu (look at the Data Panel and use right click on table).
  • Faster startup.

New in Cache Monitor 0.41 (Dec 4, 2008)

  • Workaround for Nullpointer on apple machine
  • The default user and password is set for the default connection from Caché Monitor to Caché at localhost
  • If execution plan parsing fails, the html version is displayed --> see forum message for more details
  • For backward compatibility is this version compiled with Java 5 What that means? You can run Caché Monitor with Java 5 but also using Java 6. Please use the right (jdk5) driver!
  • Better support for big sql script files
  • Changed separator from "GO" to ";"
  • New SQL Formatter and SQL Parser
  • Runtime/Execution information is displayed on the message panel
  • Some minor bug fixes

New in Cache Monitor 0.40 (May 19, 2008)

  • Query Analyzer: Executing stored procedures with CALL no longe raise exception if the resultset is bigger than 99 rows and the option "block fetch" is used.
  • Query Analyzer: Better code complition in some situations
  • Server Navigator / Table Browser: Max Rows and Max Chars can now be configured. Max Rows limit the rows fetched from server. Max Chars limit the size of charfields fetched from server

New in Cache Monitor 0.38 (Feb 2, 2008)

  • The selected commit mode is now stored in query analyzer.

New in Cache Monitor 0.37 (Dec 27, 2007)

  • Terminate Process work now with Cache 2007.1

New in Cache Monitor 0.36 (Nov 9, 2007)

  • Work now with the current driver for Version 2007.1 AND with the Version for 2008.1