<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1122 Incompatible/inconsistent data type errors thrown in the application server log after 12 hours</title><link>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1122 Incompatible/inconsistent data type errors thrown in the application server log after 12 hours</title><link>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours</link><pubDate>Mon, 30 Jul 2018 03:53:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37cf374b-26ce-4924-a0e1-bccf56393437</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 3:53:26 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following errors are seen in the server log repeatedly, after 12 hours of starting the application server, while using SQL Server or Oracle as the Appian datasource:&lt;/p&gt;
&lt;h4 id="sql-server"&gt;SQL Server&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - The data types ntext and nvarchar(max) are incompatible in the equal to operator.&amp;quot;
&lt;/pre&gt;
&lt;h4 id="oracle"&gt;Oracle&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expected - got CLOB
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an issue when using Sites with SQL Server or Oracle databases. The query that throws the error is invoked to populate &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt;. This error appears only after 12 hours since the &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Analyzing_Data_Metrics"&gt;data-metrics logs&lt;/a&gt; are written every 12 hours.&lt;/p&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is &lt;strong&gt;AN-69032&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error can be safely disregarded since it doesn&amp;rsquo;t have any impact except an empty &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt; log.&lt;/p&gt;
&lt;p&gt;To avoid the logs from getting populated with these error messages and to prevent the increase in disk usage, perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; under &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Disable the log by adding &lt;code&gt;log4j.logger.org.hibernate.util.JDBCExceptionReporter=OFF&lt;/code&gt; at the bottom of the file.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.1 and later using SQL Server or Oracle databases.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: July 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, infrastructure, open issues&lt;/div&gt;
</description></item><item><title>KB-1122 Incompatible/inconsistent data type errors thrown in the application server log after 12 hours</title><link>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours/revision/2</link><pubDate>Tue, 25 Jul 2017 11:17:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37cf374b-26ce-4924-a0e1-bccf56393437</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 7/25/2017 11:17:01 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following errors are seen in the server log repeatedly, after 12 hours of starting the application server, while using SQL Server or Oracle as the Appian datasource:&lt;/p&gt;
&lt;h4 id="sql-server"&gt;SQL Server&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - The data types ntext and nvarchar(max) are incompatible in the equal to operator.&amp;quot;
&lt;/pre&gt;
&lt;h4 id="oracle"&gt;Oracle&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expected - got CLOB
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an issue when using Sites with SQL Server or Oracle databases. The query that throws the error is invoked to populate &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt;. This error appears only after 12 hours since the &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Analyzing_Data_Metrics"&gt;data-metrics logs&lt;/a&gt; are written every 12 hours.&lt;/p&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is &lt;strong&gt;AN-69032&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error can be safely disregarded since it doesn&amp;rsquo;t have any impact except an empty &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt; log.&lt;/p&gt;
&lt;p&gt;To avoid the logs from getting populated with these error messages and to prevent the increase in disk usage, perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; under &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Disable the log by adding &lt;code&gt;log4j.logger.org.hibernate.util.JDBCExceptionReporter=OFF&lt;/code&gt; at the bottom of the file.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.1 and later using SQL Server or Oracle databases.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: July 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, open issues&lt;/div&gt;
</description></item><item><title>KB-1122 Incompatible/inconsistent data type errors thrown in the application server log after 12 hours</title><link>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours/revision/1</link><pubDate>Fri, 24 Feb 2017 13:48:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37cf374b-26ce-4924-a0e1-bccf56393437</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/344/kb-1122-incompatible-inconsistent-data-type-errors-thrown-in-the-application-server-log-after-12-hours#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/24/2017 1:48:24 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following errors are seen in the server log repeatedly, after 12 hours of starting the application server, while using SQL Server or Oracle as the Appian datasource:&lt;/p&gt;
&lt;h4 id="sql-server"&gt;SQL Server&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - The data types ntext and nvarchar(max) are incompatible in the equal to operator.&amp;quot;
&lt;/pre&gt;
&lt;h4 id="oracle"&gt;Oracle&lt;/h4&gt;
&lt;pre&gt;[Appian Timer - 1] ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00932: inconsistent datatypes: expected - got CLOB
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is an issue when using Sites with SQL Server or Oracle databases. The query that throws the error is invoked to populate &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt;. This error appears only after 12 hours since the &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Analyzing_Data_Metrics"&gt;data-metrics logs&lt;/a&gt; are written every 12 hours.&lt;/p&gt;
&lt;p&gt;This issue has been reported to the Appian product team. The reference number for this issue is &lt;strong&gt;AN-69032&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error can be safely disregarded since it doesn&amp;rsquo;t have any impact except an empty &lt;a href="https://forum.appian.com/suite/help/16.1/Logging.html#Sites_Metrics_Log"&gt;&lt;strong&gt;sites.csv&lt;/strong&gt;&lt;/a&gt; log.&lt;/p&gt;
&lt;p&gt;To avoid the logs from getting populated with these error messages and to prevent the increase in disk usage, perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; under &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Disable the log by adding &lt;code&gt;log4j.logger.org.hibernate.util.JDBCExceptionReporter=OFF&lt;/code&gt; at the bottom of the file.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.1 using SQL Server or Oracle databases.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, open issues&lt;/div&gt;
</description></item></channel></rss>