<?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-1498 Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1498 Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle</link><pubDate>Fri, 31 Aug 2018 00:57:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 8/31/2018 12:57:52 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via &lt;strong&gt;AN-98899&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&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 or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, application design, fixed issues, infrastructure, oracle&lt;/div&gt;
</description></item><item><title>KB-1498 Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/20</link><pubDate>Mon, 23 Jul 2018 03:25:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 20 posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:25:08 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via &lt;strong&gt;AN-98899&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Contact Appian Technical Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, application design, fixed issues, infrastructure, oracle&lt;/div&gt;
</description></item><item><title>KB-1498 Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/19</link><pubDate>Thu, 08 Mar 2018 09:58:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Nick Vigilante on 3/8/2018 9:58: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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via &lt;strong&gt;AN-98899&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Contact Appian Technical Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>KB-1498 Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/18</link><pubDate>Thu, 15 Feb 2018 04:20:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Parmida Borhani on 2/15/2018 4:20:18 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Contact Appian Technical Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish data store due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/17</link><pubDate>Tue, 13 Feb 2018 22:23:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Parmida Borhani on 2/13/2018 10:23:03 PM&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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Contact Appian Technical Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/16</link><pubDate>Tue, 13 Feb 2018 22:18:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Parmida Borhani on 2/13/2018 10:18:59 PM&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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Contact Appian Technical Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/15</link><pubDate>Tue, 13 Feb 2018 22:18:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Parmida Borhani on 2/13/2018 10:18:24 PM&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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.3/Hotfixes.html"&gt;Appian 17.3 Hotfix Package E&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html" target="_blank"&gt;Appian 17.4 Hotfix Package D&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Please contact Appian Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with&amp;nbsp;a DBA on whether&amp;nbsp;synonym objects are significant for the environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and 17.4.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/14</link><pubDate>Tue, 13 Feb 2018 10:19:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Khanh Tran on 2/13/2018 10:19:52 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue will be addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Please contact Appian Support for the fix until the Hotfix packages are made available.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with your database team on whether&amp;nbsp;synonym objects are significant for your environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/13</link><pubDate>Tue, 13 Feb 2018 10:12:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Khanh Tran on 2/13/2018 10:12:52 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&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;Workaround&lt;/h2&gt;
&lt;p&gt;This workaround should only be considered after discussing with your database team on whether&amp;nbsp;synonym objects are significant for your environment.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run &lt;code&gt;SELECT * FROM all_objects WHERE object_name = &amp;#39;&amp;lt;TABLE NAME&amp;gt;&amp;#39;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Drop the Synonym objects based on results returned from above query.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/12</link><pubDate>Tue, 13 Feb 2018 00:40:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Parmida Borhani on 2/13/2018 12:40:11 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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/11</link><pubDate>Mon, 12 Feb 2018 15:08:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 3:08:26 PM&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 trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/10</link><pubDate>Mon, 12 Feb 2018 15:07:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 3:07:59 PM&lt;br /&gt;
&lt;h2&gt;&lt;pre class="ui-code" data-mode="html"&gt;&amp;lt;table style=&amp;quot;background-color: #bcedaf;&amp;quot;&amp;gt;
&amp;lt;tbody&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;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.&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;&lt;/pre&gt;&lt;/h2&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/9</link><pubDate>Mon, 12 Feb 2018 15:07:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 3:07:38 PM&lt;br /&gt;
&lt;h2&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;table style=&amp;quot;background-color: #bcedaf;&amp;quot;&amp;gt;
&amp;lt;tbody&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;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.&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;&lt;/pre&gt;&lt;/h2&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/8</link><pubDate>Mon, 12 Feb 2018 15:07:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 3:07:10 PM&lt;br /&gt;
&lt;h2&gt;&amp;lt;table style=&amp;quot;background-color: #bcedaf;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tbody&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;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.&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/tbody&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/h2&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/7</link><pubDate>Mon, 12 Feb 2018 15:05:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 3:05:07 PM&lt;br /&gt;
&lt;h2&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;/h2&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/6</link><pubDate>Mon, 12 Feb 2018 14:55:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 2:55:00 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&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&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/5</link><pubDate>Mon, 12 Feb 2018 14:54:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 2:54:41 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. The application server log and looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-99299&amp;nbsp;&lt;/strong&gt;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.4/Hotfixes.html"&gt;Appian 17.4 Hotfix Package D&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 E&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 on Hotfix Package D and 17.4 Hotfix Package B.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: known issues, database, fixed issues, oracle&lt;/div&gt;
</description></item><item><title>KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/1</link><pubDate>Mon, 12 Feb 2018 14:53:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 2:53:30 PM&lt;br /&gt;
&lt;p&gt;Empty body for now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/4</link><pubDate>Mon, 12 Feb 2018 10:58:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 10:58:43 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When trying to save and publish a data store object, an &amp;quot;Unable to automatically create tables&amp;quot; error is experienced. Looking at &amp;quot;More Info&amp;quot; shows the following error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;The data source schema does not match the type mapps: Missing colum: &amp;lt;ID&amp;gt; in &amp;lt;PREFIX&amp;gt;.&amp;lt;TABLE NAME&amp;gt; (APNX-2-4056-000)&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/li&gt;
&lt;li&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/li&gt;
&lt;li&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For any enhancements/defects, use one of the following as applicable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/li&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X Hotfix Package X.&lt;/li&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;List each specific hotfix package/version in ascending order by version.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;This use case has been incorporated in Appian X.X Hotfix Package X.&lt;/li&gt;
&lt;li&gt;This use case has been incorporated in the following versions/hotfixes:
&lt;ul&gt;
&lt;li&gt;List each specific hotfix package/version in ascending order by version.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;When listing hotfixes, add a hyperlink to the Hotfix documentation for that version.&lt;/p&gt;
&lt;p&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/p&gt;
&lt;p&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;strong&gt;must&lt;/strong&gt;&amp;nbsp;be present.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apply the latest hotfix to your Appian installation.&lt;/li&gt;
&lt;li&gt;Upgrade to the latest version of Appian.&lt;/li&gt;
&lt;li&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/p&gt;
&lt;p&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any 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;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/3</link><pubDate>Mon, 12 Feb 2018 10:00:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 10:00:41 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/li&gt;
&lt;li&gt;The cause does not share any Appian source code. Source code for plugins/shared components are fine.&lt;/li&gt;
&lt;li&gt;If this is an issue outside of the Appian product and the third-party vendor included documentation referencing the bug, provide their documentation for reference.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For any enhancements/defects, use one of the following as applicable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This issue has been reported to the Appian Product Team. The reference number for this issue is&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;This product use case has been logged to the Appian Product Team for consideration to add this functionality in the product. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/li&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in Appian X.X Hotfix Package X.&lt;/li&gt;
&lt;li&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-XXXXX&lt;/strong&gt;&amp;nbsp;in the following hotfixes/versions:
&lt;ul&gt;
&lt;li&gt;List each specific hotfix package/version in ascending order by version.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;This use case has been incorporated in Appian X.X Hotfix Package X.&lt;/li&gt;
&lt;li&gt;This use case has been incorporated in the following versions/hotfixes:
&lt;ul&gt;
&lt;li&gt;List each specific hotfix package/version in ascending order by version.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;When listing hotfixes, add a hyperlink to the Hotfix documentation for that version.&lt;/p&gt;
&lt;p&gt;When logging a product defect, ensure you use the&amp;nbsp;&lt;strong&gt;known issues&lt;/strong&gt;&amp;nbsp;tag as well as the&amp;nbsp;&lt;strong&gt;open issues&lt;/strong&gt;&amp;nbsp;or&amp;nbsp;&lt;strong&gt;fixed issues&lt;/strong&gt;&amp;nbsp;tag, depending if the issue is fixed or not.&lt;/p&gt;
&lt;p&gt;If no cause is known and this is not something Engineering can reproduce/needs to know about, then say &amp;ldquo;The root cause of this issue is currently unknown.&amp;rdquo; If you use that as your cause, then a valid action&amp;nbsp;&lt;strong&gt;must&lt;/strong&gt;&amp;nbsp;be present.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;This section is required for this template and contains the steps to resolve the issue. If an issue in an article is solved by a hotfix and/or major version of Appian, use the following language to indicate that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apply the latest hotfix to your Appian installation.&lt;/li&gt;
&lt;li&gt;Upgrade to the latest version of Appian.&lt;/li&gt;
&lt;li&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If there is a product issue with Engineering that is open and a workaround for that issue exists, include it in the Action section until the fix is available. After the fix is made available, use that as a workaround instead.&lt;/p&gt;
&lt;p&gt;Otherwise, the content in this section should wholly solve a customer&amp;rsquo;s issue without producing any 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;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;This section is optional and should only be used as an alternative action if there is a massive technical debt associated with performing the action in the above section for customers (such as upgrading). It can also be used if there is a solution to the issue in the article but is more inconvenient to implement or it causes other undesirable behavior and wouldn&amp;rsquo;t warrant being an action.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, oracle&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Unable to publish datastore due to "Missing column" error using Oracle</title><link>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle/revision/2</link><pubDate>Mon, 12 Feb 2018 09:54:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:316425a9-916a-4f33-aa75-7879a11b8449</guid><dc:creator>Khanh Tran</dc:creator><comments>https://community.appian.com/support/w/kb/823/kb-1498-unable-to-publish-data-store-due-to-missing-column-error-using-oracle#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Khanh Tran on 2/12/2018 9:54:08 AM&lt;br /&gt;
&lt;p&gt;Empty body for now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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