<?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-1194 "Validation Failed... &lt;number&gt; change sets check sum" error thrown after migrating primary database from one vendor to another</title><link>https://community.appian.com/support/w/kb/410/kb-1194-validation-failed-number-change-sets-check-sum-error-thrown-after-migrating-primary-database-from-one-vendor-to-another</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1194 "Validation Failed... &lt;number&gt; change sets check sum" error thrown after migrating primary database from one vendor to another</title><link>https://community.appian.com/support/w/kb/410/kb-1194-validation-failed-number-change-sets-check-sum-error-thrown-after-migrating-primary-database-from-one-vendor-to-another</link><pubDate>Mon, 23 Jul 2018 17:42:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c376afea-b149-4c26-af06-b2cb88eb34d2</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/410/kb-1194-validation-failed-number-change-sets-check-sum-error-thrown-after-migrating-primary-database-from-one-vendor-to-another#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 5:42:47 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When you are migrating your primary database from one vendor to another, the system fails to come up with the following error in the application server log&lt;/p&gt;
&lt;pre&gt;ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 75) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.config.ConfigurationLoader: com.appiancorp.common.config.FatalConfigurationException: 

Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
     ##SOME NUMBER## change sets check sum
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is because the descriptor files used to create the tables Appian needs are different for each supported database vendor.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Allow the system to create the schema on the database by starting a blank Appian installation pointing to an empty target Appian Data Source. This will create the necessary tables with the vendor specific structure. From the source database, get the data for everything except the &lt;code&gt;DATABASECHANGELOG&lt;/code&gt; and &lt;code&gt;DATABASECHANGELOGLOCK&lt;/code&gt; tables. Import the data from that database into your target database (the two mentioned tables should be left untouched in the target database).&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, installation, upgrade, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1194 "Validation Failed... &lt;number&gt; change sets check sum" error thrown after migrating primary database from one vendor to another</title><link>https://community.appian.com/support/w/kb/410/kb-1194-validation-failed-number-change-sets-check-sum-error-thrown-after-migrating-primary-database-from-one-vendor-to-another/revision/1</link><pubDate>Mon, 06 Mar 2017 19:54:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c376afea-b149-4c26-af06-b2cb88eb34d2</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/410/kb-1194-validation-failed-number-change-sets-check-sum-error-thrown-after-migrating-primary-database-from-one-vendor-to-another#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 7:54:40 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When you are migrating your primary database from one vendor to another, the system fails to come up with the following error in the application server log&lt;/p&gt;
&lt;pre&gt;ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 75) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.config.ConfigurationLoader: com.appiancorp.common.config.FatalConfigurationException: 

Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
     ##SOME NUMBER## change sets check sum
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is because the descriptor files used to create the tables Appian needs are different for each supported database vendor.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Allow the system to create the schema on the database by starting a blank Appian installation pointing to an empty target Appian Data Source. This will create the necessary tables with the vendor specific structure. From the source database, get the data for everything except the &lt;code&gt;DATABASECHANGELOG&lt;/code&gt; and &lt;code&gt;DATABASECHANGELOGLOCK&lt;/code&gt; tables. Import the data from that database into your target database (the two mentioned tables should be left untouched in the target database).&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

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