<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Database Comparison Tool Error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838664#M4869507</link>
    <description>&lt;P&gt;If it helps, the assertion in dbdiff is "assert !schemaChangeSubscriptions.isEmpty()". &lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 15:20:55 GMT</pubDate>
    <dc:creator>jack_schueler</dc:creator>
    <dc:date>2024-06-12T15:20:55Z</dc:date>
    <item>
      <title>Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaq-p/13838659</link>
      <description>&lt;P&gt;When we try to compare schema for 2 of our consolidated databases, we get an error:
An unknown error has occurred.
java.lang.AssertionError&lt;/P&gt;
&lt;P&gt;Any idea how to troubleshoot further to resolve?&lt;/P&gt;
&lt;P&gt;Thansk,
Brian&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 14:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaq-p/13838659</guid>
      <dc:creator>bgreiman</dc:creator>
      <dc:date>2024-06-11T14:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838661#M4869504</link>
      <description>&lt;P&gt;I should mention we are using v17.0.11.7312 at each database.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 14:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838661#M4869504</guid>
      <dc:creator>bgreiman</dc:creator>
      <dc:date>2024-06-11T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838662#M4869505</link>
      <description>&lt;P&gt;Is there a stack that is generated?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 20:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838662#M4869505</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2024-06-11T20:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838663#M4869506</link>
      <description>&lt;P&gt;This is what shows in the UI:
An unknown error has occurred.
java.lang.AssertionError&lt;/P&gt;
&lt;P&gt;In the Event Viewer:
: [13136] 07:26:11 ***ERROR (:0): Java assert: Assertion in sybase.dbcloud.dbdiff.Dbdiff.getStartSyncSchemaChangeStatement(Dbdiff.java:919)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 08:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838663#M4869506</guid>
      <dc:creator>bgreiman</dc:creator>
      <dc:date>2024-06-12T08:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838664#M4869507</link>
      <description>&lt;P&gt;If it helps, the assertion in dbdiff is "assert !schemaChangeSubscriptions.isEmpty()". &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838664#M4869507</guid>
      <dc:creator>jack_schueler</dc:creator>
      <dc:date>2024-06-12T15:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838660#M4869503</link>
      <description>&lt;P&gt;Based on the location of the assertion in the code that you provided, the tool has determined that there is a difference between at least one publications that has a synchronization subscription associated with it, but when it goes to iterate through the publication to determine the exact difference so it can generate a START SYNCHRONIZATION SCHEMA CHANGE statement, it doesn't find any real differences and asserts.&lt;/P&gt;
&lt;P&gt;We would need the reload.sql generated when you run dbunload -n against the two databases to figure out exactly what's going wrong here.&lt;/P&gt;
&lt;P&gt;Reg&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838660#M4869503</guid>
      <dc:creator>regdomaratzki</dc:creator>
      <dc:date>2024-06-12T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Database Comparison Tool Error</title>
      <link>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838665#M4869508</link>
      <description>&lt;P&gt;Thanks Reg!  With this lead, we were able to make some adjustments to publications and synchronization subscriptions and this error does not populate now.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 08:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-comparison-tool-error/qaa-p/13838665#M4869508</guid>
      <dc:creator>bgreiman</dc:creator>
      <dc:date>2024-06-14T08:59:30Z</dc:date>
    </item>
  </channel>
</rss>

