<?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-1746 Unique constraint error upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1746 Unique constraint error upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi</link><pubDate>Fri, 12 Oct 2018 02:50:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 10/12/2018 2:50:49 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.2/Appian_Release_Notes.html"&gt;Appian 18.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) as the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT INT-XXXX Unique constraint error upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/16</link><pubDate>Thu, 11 Oct 2018 05:17:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Jordan Horwat on 10/11/2018 5:17:57 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.2/Appian_Release_Notes.html"&gt;Appian 18.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) as the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>INT-XXXX Unique constraint error upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/15</link><pubDate>Thu, 11 Oct 2018 05:15:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Jordan Horwat on 10/11/2018 5:15:44 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.2/Appian_Release_Notes.html"&gt;Appian 18.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) as the Appian primary datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/14</link><pubDate>Thu, 11 Oct 2018 05:13:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Jordan Horwat on 10/11/2018 5:13:37 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.2/Appian_Release_Notes.html"&gt;Appian 18.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/13</link><pubDate>Thu, 11 Oct 2018 05:10:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Jordan Horwat on 10/11/2018 5:10:30 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/12</link><pubDate>Thu, 11 Oct 2018 05:10:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Jordan Horwat on 10/11/2018 5:10:17 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt; in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, integration, fixed issues, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/11</link><pubDate>Thu, 11 Oct 2018 00:30:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Tom Ryan on 10/11/2018 12:30:00 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via AN-105127 in the following Appian hotfixes/versions. The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier using Oracle Real Application&amp;nbsp;Clusters (RAC) for the Appian Primary Datasource.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/10</link><pubDate>Wed, 10 Oct 2018 02:44:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Tristan Newmann on 10/10/2018 2:44:06 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a sequence cache on each node, which is used to determine the next sequence value. In some scenarios this caused the uniqueness constraint to be violated due to a mismatch between RAC node sequence caches.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via AN-105127 in the following Appian hotfixes/versions. The fix guarantees to return the correct value of the sequence in order across all nodes in the RAC cluster.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/9</link><pubDate>Wed, 10 Oct 2018 02:43:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Tristan Newmann on 10/10/2018 2:43:13 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally associated with using Oracle Real Application&amp;nbsp;Clusters (RAC) as the database for the Appian Primary Datasource.&lt;/p&gt;
&lt;p&gt;Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node. The associated fix for this issue guarantees that the next value of the sequence will be in order across the entire RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt;&amp;nbsp;in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/8</link><pubDate>Mon, 04 Jun 2018 11:45:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 11:45:13 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt;&amp;nbsp;in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.2&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.1 and earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/7</link><pubDate>Mon, 04 Jun 2018 11:40:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 11:40:07 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt;&amp;nbsp;in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/6</link><pubDate>Mon, 04 Jun 2018 11:31:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 11:31:15 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently:&lt;/p&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;
&lt;pre&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;br /&gt; ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via &lt;strong&gt;AN-105127&lt;/strong&gt;&amp;nbsp;in the following Appian hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.1/Hotfixes.html"&gt;Appian 18.1 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package&amp;nbsp;G&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package&amp;nbsp;H&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.2/Hotfixes.html"&gt;Appian 17.2 Hotfix Package&amp;nbsp;K&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/5</link><pubDate>Mon, 04 Jun 2018 10:37:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 10:37:02 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;
 ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/4</link><pubDate>Mon, 04 Jun 2018 10:34:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 10:34:41 AM&lt;br /&gt;
&lt;h1&gt;Symptoms&lt;/h1&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;
 ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;&lt;/p&gt;
&lt;h1&gt;Cause&lt;/h1&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;h1&gt;Action&lt;/h1&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h1&gt;Affected Versions&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/3</link><pubDate>Mon, 04 Jun 2018 10:34:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Afzal Shah on 6/4/2018 10:34:02 AM&lt;br /&gt;
&lt;h1&gt;Symptoms&lt;/h1&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;
 ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;&lt;/p&gt;
&lt;h1&gt;Cause&lt;/h1&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). As Oracle RAC has a node sequence cache, which the sequence.nextval uses to determine the node, the fix guarantees to return the next value of the sequence in order across the RAC cluster,&amp;nbsp;not just for that particular RAC cluster node&amp;#39;s sequence cache.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Action&lt;/h1&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation.&lt;/p&gt;
&lt;h1&gt;Affected Versions&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>[DRAFT ]INT-XXXX Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/2</link><pubDate>Wed, 23 May 2018 14:33:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Afzal Shah on 5/23/2018 2:33:13 PM&lt;br /&gt;
&lt;h1&gt;Symptoms&lt;/h1&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;
 ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;&lt;/p&gt;
&lt;h1&gt;Cause&lt;/h1&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). Negative consequence, if any, is that it may take a fraction of a second longer for oracle to determine that the sequence.nextval is in order across the cluster instead of just grabbing it from that node&amp;#39;s sequence cache, when trying to create or update a web api object. Web api objects are not created by end users. They are created by designers when designing an application or when importing an application that contains web api objects.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Action&lt;/h1&gt;
&lt;p&gt;undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;h1&gt;Affected Versions&amp;nbsp;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, fixed issues&lt;/div&gt;
</description></item><item><title>Unique constraint upon importing/saving a WebAPI</title><link>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi/revision/1</link><pubDate>Wed, 23 May 2018 14:29:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d565a1b3-19c5-47a8-8890-35058988b15a</guid><dc:creator>Afzal Shah</dc:creator><comments>https://community.appian.com/support/w/kb/988/kb-1746-unique-constraint-error-upon-importing-saving-a-webapi#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Afzal Shah on 5/23/2018 2:29:56 PM&lt;br /&gt;
&lt;h1&gt;Symptoms&lt;/h1&gt;
&lt;p&gt;When attempting to import a package that contains a WebAPI or saving a WebAPI, the following error is produced intermittently&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update;
 ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint (APPIANJ_PRIMARY.TEST_DATA_UC) violated &lt;/pre&gt;&lt;/p&gt;
&lt;h1&gt;Cause&lt;/h1&gt;
&lt;p&gt;The error is generally produced when using Oracle Real Application&amp;nbsp;Clusters (RAC). Negative consequence, if any, is that it may take a fraction of a second longer for oracle to determine that the sequence.nextval is in order across the cluster instead of just grabbing it from that node&amp;#39;s sequence cache, when trying to create or update a web api object. Web api objects are not created by end users. They are created by designers when designing an application or when importing an application that contains web api objects.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h1&gt;Action&lt;/h1&gt;
&lt;p&gt;undesirable side effects. If there is at least one valid action that doesn&amp;rsquo;t cause undesirable side effects, all other actions with negative side effects should go in the Workaround section.&lt;/p&gt;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;
&lt;h1&gt;Affected Versions&amp;nbsp;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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