<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tools for InterSystems Caché and Intersystems IRIS</title>
	<atom:link href="https://www.cachemonitor.de/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cachemonitor.de/</link>
	<description>A powerful sql database tool for InterSystems Caché, IRIS, MS SQL Server and more</description>
	<lastBuildDate>Sun, 13 Feb 2022 10:38:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>

<image>
	<url>https://www.cachemonitor.de/wp-content/uploads/2014/06/cropped-logo64-32x32.png</url>
	<title>Tools for InterSystems Caché and Intersystems IRIS</title>
	<link>https://www.cachemonitor.de/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Working with a CSV Connection</title>
		<link>https://www.cachemonitor.de/working-csv-connection/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Fri, 30 Jun 2017 12:45:48 +0000</pubDate>
				<category><![CDATA[User Guide]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=1088</guid>

					<description><![CDATA[<p>With a &#8220;CSV Text connection&#8221; you can list, view and analyse your text files like SQL tables. Via Menu &#8220;File&#8221; -&#62; &#8220;Create CSV Text connection&#8221; you can create this connection type in Server Manager and query the CSV Files like a simple tables. This is done with the CsvDriver. The [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/working-csv-connection/">Working with a CSV Connection</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>With a &#8220;CSV Text connection&#8221; you can list, view and analyse your text files like SQL tables.</p>
<p>Via Menu &#8220;File&#8221; -&gt; &#8220;Create CSV Text connection&#8221; you can create this connection type in Server Manager and query the CSV Files like a simple tables.</p>
<p>This is done with the <a href="http://csvjdbc.sourceforge.net/doc.html">CsvDriver</a>. The SQL Syntax is limited by the driver and is executed localy. You can&#8217;t use the Caché SQL Syntax cause it is not Caché you&#8217;re using.</p>
<p>Some short details:</p>
<ul>
<li>CsvJdbc accepts all types of CSV files defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.</li>
<li>CsvJdbc accepts only SQL SELECT queries from a single table and does not support INSERT, UPDATE, DELETE or CREATE statements.</li>
<li>SQL sub-queries are permitted but joins between tables in SQL SELECT queries are not yet supported.</li>
<li>SQL SELECT queries must be of the following format:<br />
<code><br />
SELECT [DISTINCT] [table-alias.]column [[AS] alias], ...<br />
FROM table [[AS] table-alias]<br />
WHERE [NOT] condition [AND | OR condition] ...<br />
GROUP BY column ... [HAVING condition ...]<br />
ORDER BY column [ASC | DESC] ...<br />
LIMIT n [OFFSET n]</code></li>
</ul>
<h2></h2>
<h2>Using ZIP Files</h2>
<p>You can pick up a ZIP file that contains multible csv text files.</p>
<p>Please see the next Screenshot for details. The <strong>CSV Connection</strong> is created to the file &#8220;IDS_CSV.zip&#8221;. That that coctain multible files one of them ist called &#8220;IDS_DATA.csv&#8221;. By opening a query editor and writing the query &#8220;SELECT * FROM IDS_Data&#8221; you can view and analyse this text file:</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection.png"><img class="wp-image-1098 size-large alignnone" src="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection-1024x573.png" alt="" width="1024" height="573" srcset="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection-1024x573.png 1024w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection-300x168.png 300w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection-768x429.png 768w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection-143x80.png 143w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection.png 1057w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<h2>Using folder with many csv files without importing!</h2>
<p>You can just select a Folder for a CSV Connection and automatically query all *.csv files within this folder via SQL. Please see the next Screenshot for details. The CSV Connection is created for a folder called &#8220;testdata&#8221; within this folder exists a file called &#8220;population.csv&#8221;. Just write &#8220;select * from population LIMIT 100&#8221; to get the first 100 rows of this file.</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection_with_folder.png"><img class="wp-image-1101 size-full alignnone" src="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection_with_folder.png" alt="" width="768" height="581" srcset="https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection_with_folder.png 768w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection_with_folder-300x227.png 300w, https://www.cachemonitor.de/wp-content/uploads/2017/06/csv_connection_with_folder-106x80.png 106w" sizes="(max-width: 768px) 100vw, 768px" /></a></p>
<p>&nbsp;</p>
<p>For more Details please check <a href="http://csvjdbc.sourceforge.net/doc.html">http://csvjdbc.sourceforge.net/doc.html</a></p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/working-csv-connection/">Working with a CSV Connection</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get Intersystems Caché ODBC settings to use with Caché Monitor (JDBC)</title>
		<link>https://www.cachemonitor.de/get-intersystems-cache-odbc-settings-use-cache-monitor-jdbc/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 11:15:13 +0000</pubDate>
				<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=1059</guid>

					<description><![CDATA[<p>The next screenshot shows the settings from the InterSystems Caché ODBC Settings dialog. The numbers in the screenshots mark the same information from this dialog: &#160; to the Connection Properties dialog in Caché Monitor: &#160; &#160; Host \ IP Address Specifies the IP address in dotted decimal such as “127.0.0.1” [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/get-intersystems-cache-odbc-settings-use-cache-monitor-jdbc/">Get Intersystems Caché ODBC settings to use with Caché Monitor (JDBC)</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The next screenshot shows the settings from the InterSystems Caché ODBC Settings dialog. The numbers in the screenshots mark the same information from this dialog:</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_1.png"><img class="aligncenter size-full wp-image-1060" src="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_1.png" alt="" width="593" height="509" srcset="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_1.png 593w, https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_1-300x258.png 300w" sizes="(max-width: 593px) 100vw, 593px" /></a></p>
<p>&nbsp;</p>
<p>to the Connection Properties dialog in Caché Monitor:</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_2.png"><img class="aligncenter size-full wp-image-1061" src="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_2.png" alt="" width="735" height="681" srcset="https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_2.png 735w, https://www.cachemonitor.de/wp-content/uploads/2017/01/cm_connection_odbc_2-300x278.png 300w" sizes="(max-width: 735px) 100vw, 735px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ol>
<li>
<div class="para"><a title="guilabel"><span class="guilabel">Host \ IP Address</span></a><br />
Specifies the IP address in dotted decimal such as <a title="quote"><span class="quote">“127.0.0.1”</span></a> or just the server name</p>
</div>
</li>
<li>
<div class="para"><a title="guilabel"><span class="guilabel">Host Port Number</span></a><br />
Specifies the port for connecting to the DSN. The default for Caché is 1972.</p>
</div>
</li>
<li>
<div class="para"><a title="guilabel"><span class="guilabel">User Name</span></a><br />
Specifies the username for logging into the DSN. By default, this is <a title="quote"><span class="quote">“_SYSTEM”</span></a> and <a title="emphasis"><span class="emphasis">is not</span></a> case sensitive.</p>
</div>
</li>
<li>
<div class="para"><a title="guilabel"><span class="guilabel">Password</span></a><br />
Specifies the password for the account specified by the <a title="varname"><span class="varname">UID</span></a> entry. For the SYSTEM username, the password is <a title="quote"><span class="quote">“SYS”</span></a> and <a title="emphasis"><span class="emphasis">is</span></a> case sensitive.</p>
</div>
</li>
<li>
<div class="para">C<a title="guilabel"><span class="guilabel">aché Namespace</span></a><br />
Specifies the namespace for the DSN. For Caché Monitor this information<em> is not required</em> cause Caché Monitor shows all Namespaces from Server for easy navigation. A User Name with the enough rights to query this information from SYS database is required. If the selected User hasen&#8217;t the required rights, on the Details tab a namespace can be selected (entered).</div>
</li>
</ol>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/get-intersystems-cache-odbc-settings-use-cache-monitor-jdbc/">Get Intersystems Caché ODBC settings to use with Caché Monitor (JDBC)</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Import Caché Connections</title>
		<link>https://www.cachemonitor.de/import-cache-connections/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 10:54:00 +0000</pubDate>
				<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=1052</guid>

					<description><![CDATA[<p>Import localy known Caché connections very easy via menu “tool” -&#62; “Import Caché Connections”. If you use this to add a server connection all available details are filled up.</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/import-cache-connections/">Import Caché Connections</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Import <em>localy known</em> Caché connections very easy via menu “tool” -&gt; “Import Caché Connections”. If you use this to add a server connection all available details are filled up.</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2017/01/import_cache_connections.jpg"><img class="aligncenter size-full wp-image-1053" src="https://www.cachemonitor.de/wp-content/uploads/2017/01/import_cache_connections.jpg" alt="" width="687" height="446" srcset="https://www.cachemonitor.de/wp-content/uploads/2017/01/import_cache_connections.jpg 687w, https://www.cachemonitor.de/wp-content/uploads/2017/01/import_cache_connections-300x195.jpg 300w" sizes="(max-width: 687px) 100vw, 687px" /></a></p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/import-cache-connections/">Import Caché Connections</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>communication link failure: Malformed reply from SOCKS server</title>
		<link>https://www.cachemonitor.de/communication-link-failure-malformed-reply-socks-server/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 10:49:08 +0000</pubDate>
				<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=1050</guid>

					<description><![CDATA[<p>If you get a &#8220;communication link failure: Malformed reply from SOCKS server&#8221; please try this to fix it: There are two configuration options enabled by default to let Caché Monitor work better with network proxies. Please disable these options and try again. To do that open the config.properties file (you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/communication-link-failure-malformed-reply-socks-server/">communication link failure: Malformed reply from SOCKS server</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you get a &#8220;communication link failure: Malformed reply from SOCKS server&#8221; please try this to fix it:</p>
<p>There are two configuration options enabled by default to let Caché Monitor work better with network proxies. Please disable these options and try again.</p>
<p>To do that open the <strong>config.properties</strong> file (you find it in the Caché Monitor install folder) and change two lines from:</p>
<pre>system.java.net.useSystemProxies=true
system.java.net.preferIPv4Stack=true
</pre>
<p>into this</p>
<pre>#system.java.net.useSystemProxies=true
#system.java.net.preferIPv4Stack=true
</pre>
<p>Alternatively you can also remove the lines</p>
<p>After doing this restart Caché Monitor please. Now the error message should be gone.</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/communication-link-failure-malformed-reply-socks-server/">communication link failure: Malformed reply from SOCKS server</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to use the jTDS database driver with Caché Monitors &#8211; Query Cloud</title>
		<link>https://www.cachemonitor.de/use-jtds-databse-driver-cache-monitors-query-cloud/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 17:17:06 +0000</pubDate>
				<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=999</guid>

					<description><![CDATA[<p>Here you find instructions to use the jTDS database driver with Caché Monitors Query Cloud Feature The Query Cloud is like a virtual database. Within this virtual database you can query and use data from different databases, combine them with SQL as if they are in the same database. The [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/use-jtds-databse-driver-cache-monitors-query-cloud/">How to use the jTDS database driver with Caché Monitors &#8211; Query Cloud</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Here you find instructions to use the <a href="http://jtds.sourceforge.net/index.html">jTDS database driver</a> with Caché Monitors <a href="https://www.cachemonitor.de/use-the-query-cloud-to-access-data-across-namespace-and-databases-in-one-sql-statement/">Query Cloud</a> Feature</h2>
<p>The<strong> Query Cloud</strong> is like a virtual database. Within this <strong>virtual database</strong> you can query and use data from different databases, combine them with SQL <span id="result_box" class="short_text" lang="en"><span class="">as if</span> <span class="">they are in</span> the same database. </span><span id="result_box" class="short_text" lang="en"></span>The jTDS database driver is an free driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008 and 2012) and Sybase Adaptive Server Enterprise (10, 11, 12 and 15). <a href="https://www.cachemonitor.de/use-jtds-databse-driver-ms-sql-server-sybase-adaptive-server-cache-monitor/">Read this to get details about register the jTDS driver within Caché Monitor</a>.</p>
<p>If you want to add a table to Caché Monitors Query Cloud to combine them with other tables (data) from another datasources there exists a limitation that need to be <span id="result_box" class="short_text" lang="en"><span class="">respected:</span></span> To adding tables from a jTDS datasource to the Query Cloud we recommed to create a seperate connection within Caché Monitor for the source database.</p>
<p>For example: If you want to add tables from the <strong>AdvatureWorks2014</strong> database, the connection information (connection url) <span style="text-decoration: underline;">should contain the database</span>:</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases.png"><img class="aligncenter size-full wp-image-1004" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases.png" alt="querty_cloud_jtds_databases" width="234" height="331" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases.png 234w, https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases-212x300.png 212w" sizes="(max-width: 234px) 100vw, 234px" /></a></p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases_connect.png"><img class="aligncenter size-full wp-image-1005" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases_connect.png" alt="querty_cloud_jtds_databases_connect" width="861" height="852" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases_connect.png 861w, https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases_connect-300x297.png 300w, https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds_databases_connect-768x760.png 768w" sizes="(max-width: 861px) 100vw, 861px" /></a></p>
<p>In the Server Navigator you can view tables from any database on the specific server. But only tables from the database that are specified in the connection url e.g. AdventureWorks2014 should be added to the Query Cloud!</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds.png"><img class="aligncenter size-full wp-image-1003" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds.png" alt="querty_cloud_jtds" width="753" height="331" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds.png 753w, https://www.cachemonitor.de/wp-content/uploads/2016/09/querty_cloud_jtds-300x132.png 300w" sizes="(max-width: 753px) 100vw, 753px" /></a></p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/use-jtds-databse-driver-cache-monitors-query-cloud/">How to use the jTDS database driver with Caché Monitors &#8211; Query Cloud</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to use the jTDS databse driver for MS SQL Server &#038; Sybase Adaptive Server with Caché Monitor</title>
		<link>https://www.cachemonitor.de/use-jtds-databse-driver-ms-sql-server-sybase-adaptive-server-cache-monitor/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 16:33:18 +0000</pubDate>
				<category><![CDATA[Support]]></category>
		<guid isPermaLink="false">https://www.cachemonitor.de/?p=988</guid>

					<description><![CDATA[<p>Here you find instructions to use the jTDS database driver with Caché Monitor. This database driver is an open source driver for MS SQL Server &#38; Sybase Adaptive Server. jTDS is 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008 and 2012) [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/use-jtds-databse-driver-ms-sql-server-sybase-adaptive-server-cache-monitor/">How to use the jTDS databse driver for MS SQL Server &#038; Sybase Adaptive Server with Caché Monitor</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Here you find instructions to use the <a href="http://jtds.sourceforge.net/index.html">jTDS database driver</a> with Caché Monitor.</h2>
<p>This database driver is an open source driver for <a href="https://www.microsoft.com/en-us/cloud-platform/sql-server">MS SQL Server</a> &amp; <a href="http://go.sap.com/product/data-mgmt/sybase-ase.html">Sybase Adaptive Server.</a> jTDS is 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008 and 2012) and Sybase Adaptive Server Enterprise (10, 11, 12 and 15). jTDS is free software and released under the terms of the GNU LGPL.</p>
<h4>The next steps are not required if you use Cache Monitor 2.81 or later because the driver and the configuration are already included!</h4>
<p>To use this driver within Caché Monitor follow the next steps, please:</p>
<ol>
<li>Download the driver and copy to the Caché Monitor folder<br />
Download the jTDS Driver from here <a href="https://sourceforge.net/projects/jtds/files/">https://sourceforge.net/projects/jtds/files/</a><br />
Navigate to the Caché Monitor installation folder, e.g. C:\Program Files (x86)\CacheMonitor and open the folder called &#8220;libs&#8221;. Create a new folder called &#8220;jtds&#8221; and copy the database driver into that folder. You find the driver file in the zip file you&#8217;ve downloaded before. The Driver file called like &#8220;jtds-1.3.1.jar&#8221;.</li>
<li>Register the driver file<br />
Navigate to the Caché Monitor installation folder, e.g. C:\Program Files (x86)\CacheMonitor and open the file &#8220;config.properties&#8221; with an editor and insert this lines:jdbc.jtds.drivername=jTDS for MS SQL Server &amp; Sybase Adaptive Server<br />
jdbc.jtds.driverclass=net.sourceforge.jtds.jdbc.Driver<br />
jdbc.jtds.driverlib=lib/jtds/jtds-1.3.1.jar<br />
jdbc.jtds.sampleurl=jdbc:jtds:&lt;server_type&gt;://&lt;server&gt;[:&lt;port&gt;][/&lt;database&gt;][;&lt;property&gt;=&lt;value&gt;[;&#8230;]]<a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_config.png"><img class="size-full wp-image-991 aligncenter" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_config.png" alt="jtds_config" width="934" height="691" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_config.png 934w, https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_config-300x222.png 300w, https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_config-768x568.png 768w" sizes="(max-width: 934px) 100vw, 934px" /></a></li>
<li>Select the driver and connect<a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/cachemonitor_jtds.png"><img class="size-full wp-image-990 aligncenter" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/cachemonitor_jtds.png" alt="cachemonitor_jtds" width="806" height="678" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/cachemonitor_jtds.png 806w, https://www.cachemonitor.de/wp-content/uploads/2016/09/cachemonitor_jtds-300x252.png 300w, https://www.cachemonitor.de/wp-content/uploads/2016/09/cachemonitor_jtds-768x646.png 768w" sizes="(max-width: 806px) 100vw, 806px" /></a></li>
</ol>
<p>&nbsp;</p>
<p>Use the driver&#8217;s integrated security, which automatically absorbs the *current OS user&#8217;s* identity to verify with the DBMS at runtime.</p>
<p><a href="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_connection_integrated.jpg"><img class="aligncenter size-full wp-image-1048" src="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_connection_integrated.jpg" alt="" width="773" height="580" srcset="https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_connection_integrated.jpg 773w, https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_connection_integrated-300x225.jpg 300w, https://www.cachemonitor.de/wp-content/uploads/2016/09/jtds_connection_integrated-768x576.jpg 768w" sizes="(max-width: 773px) 100vw, 773px" /></a></p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/use-jtds-databse-driver-ms-sql-server-sybase-adaptive-server-cache-monitor/">How to use the jTDS databse driver for MS SQL Server &#038; Sybase Adaptive Server with Caché Monitor</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Query multi databases in one sql statement</title>
		<link>https://www.cachemonitor.de/query-multi-databases-in-one-sql-statement/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sat, 19 Mar 2016 21:02:26 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://www.cachemonitor.de/?p=937</guid>

					<description><![CDATA[<p>With that new feature you can execute SQL Statements across mutiple Caché Servers; Namespace and other Datasources like SQL Server; MS Access and more without any installation on the Server side! The working title for this feature is Query Cloud: To work with the Query Cloud you have to add [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/query-multi-databases-in-one-sql-statement/">Query multi databases in one sql statement</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>With that new feature you can execute SQL Statements across mutiple Caché Servers; Namespace and other Datasources like SQL Server; MS Access and more <strong>without</strong> any installation on the Server side! The working title for this feature is <a href="http://www.cachemonitor.de/use-the-query-cloud-to-access-data-across-namespace-and-databases-in-one-sql-statement/"><strong>Query Cloud</strong></a>:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud_example.png" rel="attachment wp-att-897"><img class="aligncenter size-full wp-image-897" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud_example.png" alt="query_cloud_example" width="472" height="726" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud_example.png 472w, https://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud_example-195x300.png 195w" sizes="(max-width: 472px) 100vw, 472px" /></a></p>
<p>To work with the <strong><a href="http://www.cachemonitor.de/use-the-query-cloud-to-access-data-across-namespace-and-databases-in-one-sql-statement/">Query Cloud</a></strong> you have to add your tables first to that virtual database. Go to all your source tables you want to combine and select &#8220;Add table to query cloud&#8230;&#8221;. No data will be copied. The query cloud only save information about the source of that tables:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/add_to_querycloud.png" rel="attachment wp-att-899"><img class="size-full wp-image-899 alignnone" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/add_to_querycloud.png" alt="add_to_querycloud" width="746" height="482" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/add_to_querycloud.png 746w, https://www.cachemonitor.de/wp-content/uploads/2015/01/add_to_querycloud-300x194.png 300w" sizes="(max-width: 746px) 100vw, 746px" /></a></p>
<p>After that you can navigate to the Query Cloud in Server Navigator<strong>.</strong> Open a new query editor on that node and work with all tables across the servers and namespaces:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/use_querycloud.png" rel="attachment wp-att-900"><img class="size-full wp-image-900 alignnone" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/use_querycloud.png" alt="use_querycloud" width="362" height="272" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/use_querycloud.png 362w, https://www.cachemonitor.de/wp-content/uploads/2015/01/use_querycloud-300x225.png 300w" sizes="(max-width: 362px) 100vw, 362px" /></a></p>
<p>Please watch this video for more details:</p>
<p><iframe loading="lazy" src="//www.youtube.com/embed/HnWw_8xxNyg?rel=0" width="600" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><span style="text-decoration: underline;"><strong>More features:</strong></span></p>
<p>New data node &#8220;Security&#8221; with User and Role detail lists:<br />
<a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud.png" rel="attachment wp-att-890"><img class="size-full wp-image-890 alignnone" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/query_cloud.png" alt="query_cloud" width="190" height="212" /></a></p>
<p>TableViewer: More details about Tables for Caché databases are available like extentsize, classname, external tables. The caching of the metadata is improved to boost performance.</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables.png" rel="attachment wp-att-893"><img class="aligncenter wp-image-893 size-large" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables-1024x196.png" alt="extentsize_tables" width="1024" height="196" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables-1024x196.png 1024w, https://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables-300x57.png 300w, https://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables-768x147.png 768w, https://www.cachemonitor.de/wp-content/uploads/2015/01/extentsize_tables.png 1396w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>All changes in detail:</p>
<pre>V 2.76 Build: 17.03.2016</pre>
<pre>– 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  : "Close" on a server node execute the same action like "Disconnect"
- ENH  : "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  : New data node "Security" with User and Role detail lists
- ENH  : 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  : 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  : Open CSV files in QueryCloud via Drag&amp;Drop. Just Drag&amp;Drop your files from Windows file explorer into ServerNavigator.
- ENH  : Open text files in SQL Editor via Drag&amp;Drop. Just Drag&amp;Drop your files from Windows file explorer into SQL Editor to open.
- ENH  : Using database diagrams for JDBC connections
- ENH  : 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 &lt;cache monitor folder&gt;\lib
- FIXED: 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 Caché and JDBC Connections</pre>
<p>Not available Namespaces are marked with a special icon:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespace_not_available.png" rel="attachment wp-att-877"><img class="wp-image-877 size-medium" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespace_not_available-200x300.png" alt="remote_namespace_not_available" width="200" height="300" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespace_not_available-200x300.png 200w, https://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespace_not_available.png 211w" sizes="(max-width: 200px) 100vw, 200px" /></a></p>
<p>Remote Namespaces are marked with a link icon:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespaces.png" rel="attachment wp-att-878"><img class="wp-image-878 size-thumbnail" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/remote_namespaces-150x146.png" alt="remote_namespaces" width="150" height="146" /></a></p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/query-multi-databases-in-one-sql-statement/">Query multi databases in one sql statement</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Connect to MS SQL Server, MS Access and more</title>
		<link>https://www.cachemonitor.de/connect-ms-sql-server-ms-access-oralce/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sat, 28 Feb 2015 10:13:02 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://www.cachemonitor.de/?p=742</guid>

					<description><![CDATA[<p>Caché Monitor support connections to databases like MS SQL Server, MySQL and all databases with a JDBC database driver. Caché Monitor execute queries and navigate to database objects like tables, views and more without the need to open another query tool. The current release has support for these DBMS Systems: [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/connect-ms-sql-server-ms-access-oralce/">Connect to MS SQL Server, MS Access and more</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Caché Monitor support connections to databases like MS SQL Server, MySQL and all databases with a JDBC database driver. Caché Monitor execute queries and navigate to database objects like tables, views and more without the need to open another query tool.<br />
The current release has support for these DBMS Systems:</p>
<ul>
<li><a href="https://wikipedia.org/wiki/Microsoft_SQL_Server" target="_blank" rel="noopener">Microsoft SQL Server 6.5 &#8211; 2014</a></li>
<li><a href="http://azure.microsoft.com/services/sql-database/" target="_blank" rel="noopener">Microsoft Azure SQL Database</a></li>
<li><a href="https://wikipedia.org/wiki/Microsoft_Access" target="_blank" rel="noopener">Microsoft Access</a></li>
<li><a href="http://www.postgresql.org/" target="_blank" rel="noopener">PostgreSQL</a></li>
<li><a href="http://www.mysql.com/downloads/" target="_blank" rel="noopener">MySQL</a></li>
<li><a href="http://hsqldb.org/" target="_blank" rel="noopener">HSQLDB</a></li>
</ul>
<p>There is no need to manually download-, register the driver or something like that. As already known all this is done by Caché Monitor. Just select &#8220;Add JDBC Connection&#8230;&#8221;</p>
<p><img class="aligncenter wp-image-709 size-medium" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/add_connection-245x300.jpg" alt="add_connection" width="245" height="300" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/add_connection-245x300.jpg 245w, https://www.cachemonitor.de/wp-content/uploads/2015/01/add_connection.jpg 322w" sizes="(max-width: 245px) 100vw, 245px" /></p>
<p><img class="aligncenter wp-image-722 size-medium" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/server_navigator-300x163.png" alt="server_navigator" width="300" height="163" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/server_navigator-300x163.png 300w, https://www.cachemonitor.de/wp-content/uploads/2015/01/server_navigator.png 1001w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Known limitations:</p>
<p>The Query editor shows only the Caché keywords.</p>
<p>Only SQL Server authentication method works for SQL Server connections</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/connect-ms-sql-server-ms-access-oralce/">Connect to MS SQL Server, MS Access and more</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HiDPI and retina display support</title>
		<link>https://www.cachemonitor.de/hidpi-retina-display-support/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sat, 28 Feb 2015 10:12:19 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://www.cachemonitor.de/?p=746</guid>

					<description><![CDATA[<p>HiDPI and retina display support HiDPI and Apple&#8217;s Retina Displays allow more pixels to be displayed on your screen. The result is that images display sharper; however, user interface controls may appear small and hard-to-read on high-density displays. 200% scaling solves this issue by doubling the size of the user interface. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/hidpi-retina-display-support/">HiDPI and retina display support</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>HiDPI and retina display support</h3>
<p>HiDPI and Apple&#8217;s Retina Displays allow more pixels to be displayed on your screen. The result is that images display sharper; however, user interface controls may appear small and hard-to-read on high-density displays.</p>
<p>200% scaling solves this issue by doubling the size of the user interface. Enable this fature via &#8220;view&#8221; -&gt; &#8220;usw HiDPI screen preferences&#8221;:</p>
<p><a href="http://www.cachemonitor.de/wp-content/uploads/2015/01/retina_hidpi_support.png"><img class="aligncenter wp-image-721 size-medium" src="http://www.cachemonitor.de/wp-content/uploads/2015/01/retina_hidpi_support-300x280.png" alt="retina_hidpi_support" width="300" height="280" srcset="https://www.cachemonitor.de/wp-content/uploads/2015/01/retina_hidpi_support-300x280.png 300w, https://www.cachemonitor.de/wp-content/uploads/2015/01/retina_hidpi_support.png 543w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>In the sql editor zooming via CTRL+Mousewheel is enabled</p>
<p>Known limitations:<br />
Not all fonts are scaled for HiDPI support</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/hidpi-retina-display-support/">HiDPI and retina display support</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visualize your database with Database diagrams</title>
		<link>https://www.cachemonitor.de/visualize-your-database-with-database-diagrams/</link>
		
		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Sun, 05 Jan 2014 13:12:50 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://www.cachemonitor.de/?p=514</guid>

					<description><![CDATA[<p>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 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/visualize-your-database-with-database-diagrams/">Visualize your database with Database diagrams</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>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.<br />
Each database diagram you create is stored in the associated database</p>
<p>.<a href="http://www.cachemonitor.de/wp-content/uploads/2014/01/database_diagram.png"><img class="alignnone size-medium wp-image-516" src="http://www.cachemonitor.de/wp-content/uploads/2014/01/database_diagram-300x218.png" alt="database_diagram" width="300" height="218" srcset="https://www.cachemonitor.de/wp-content/uploads/2014/01/database_diagram-300x218.png 300w, https://www.cachemonitor.de/wp-content/uploads/2014/01/database_diagram-1024x746.png 1024w, https://www.cachemonitor.de/wp-content/uploads/2014/01/database_diagram.png 1268w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>The first time you click on the Database Diagrams folder of a database, you ask to &#8220;Create required objects to manage diagrams in this namespace?&#8221;.<br />
It is not an error, but just a permission seeking dialog to create a database table that is necessary to work with database diagrams.<br />
If you choose No then no table will be created and you will not be able to work with database diagrams.<br />
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.</p>
<p>You can open database diagrams to view or edit the diagram&#8217;s structure. To open a database diagram in Server Navigator, expand the Database Diagrams folder.<br />
Click the name of the database diagram you want to open.</p>
<p>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.<br />
Right-click a blank area and choose Copy Diagram to Clipboard.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.cachemonitor.de/visualize-your-database-with-database-diagrams/">Visualize your database with Database diagrams</a> appeared first on <a rel="nofollow" href="https://www.cachemonitor.de">Tools for InterSystems Caché and Intersystems IRIS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
