Second update action on iSeries fails : cannot find DatabaseChangeLog

Hi,

I created a schema on iSeries, with the SQL command (not the CRTLIB command).

I run Liquibase (3.0.7) for a first update


  1. at liquibase.integration.commandline.Main.main(Main.java:133)


Any idea?


Regards


Luc




Hi,


I debugged this and apparently one can resolve this by defining the DB2iDatabase as “able to support schemas”.

  1.     }

But I have no clear idea what the impact is on other functionality.

Should I make a Jira issue for this?


Regards


Luc

That shouldn’t affect anything beyond DB2i logic. I applied the change to the DB2i extension (http://github.com/liquibase/liquibase-db2i) which is where the DB2i code is going with the Liquibase 3.1. release.


Nathan