Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

DIFF - Getting "schemas equal" result for completely different schemas

$
0
0
I'm trying to compare 2 completely different schemas but getting below result - 

Diff Results:

Reference Database: 1@ jdbc:db2://D1:50005/N1(Default Schema: 1

)

Comparison Database: 1@ jdbc:db2://D2:50002/N2(Default Schema: 1

)

Product Name: EQUAL

Product Version: EQUAL

Missing Catalog(s): NONE

Unexpected Catalog(s): NONE

Changed Catalog(s): NONE

Missing Column(s): NONE

Unexpected Column(s): NONE

Changed Column(s): NONE

Missing Foreign Key(s): NONE

Unexpected Foreign Key(s): NONE

Changed Foreign Key(s): NONE

Missing Index(s): NONE

Unexpected Index(s): NONE

Changed Index(s): NONE

Missing Primary Key(s): NONE

Unexpected Primary Key(s): NONE

Changed Primary Key(s): NONE

Missing Schema(s): NONE

Unexpected Schema(s): NONE

Changed Schema(s): NONE

Missing Sequence(s): NONE

Unexpected Sequence(s): NONE

Changed Sequence(s): NONE

Missing Stored Procedure(s): NONE

Unexpected Stored Procedure(s): NONE

Changed Stored Procedure(s): NONE

Missing Table(s): NONE

Unexpected Table(s): NONE

Changed Table(s): NONE

Missing Unique Constraint(s): NONE

Unexpected Unique Constraint(s): NONE

Changed Unique Constraint(s): NONE

Missing View(s): NONE

Unexpected View(s): NONE

Changed View(s): NONE

Liquibase 'diff' Successful


Below are liquibase.properties entries -

driver=com.ibm.db2.jcc.DB2Driver
# JDBC driver
classpath=db2jcc.jar
classpath=db2jcc_license_cu.jar
classpath=db2jcc4.jar
url=jdbc:db2://D1:50005/N1
username=1
password=2
# default changelog to use, relative to classpath
changeLogFile=db.changelog.xml
### DIFF params ###
referenceUrl=jdbc:db2://D2:50002/N2
referenceUsername=1
referencePassword=2

Please let me know what could I have done wrong to get this result. 

Thanks,
Sid


Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>