unable to dropAll on DB2/400, version V6R1, on jt400-6.7.jar

Description

1. Run a liquibase update => success
2. Try to run a dropAll command leads me to :
Unexpected error running Liquibase: liquibase.snapshot.InvalidExampleException: Found multiple catalog/schemas matching ADMINWAS.ADMINWAS

Environment

OS : Linux (Linux Mint 15 Olivia)
DB : DB2/400, version V6R1, on jt400-6.7.jar
Liquibase 3.2.0 with db2i extension
From command line

liquibase.properties ;

  1. pdc liquidbase properties file
    driver=com.ibm.as400.access.AS400JDBCDriver
    #url=jdbc:as400://ROBINNW;libraries=ADMINWAS
    url=jdbc:as400://ROBINNW
    username=adminwas
    password=XXXXXX
    changeLogFile=db.changelog.xml
    defaultSchemaName=adminwas
    logLevel=debug
    logFile=giraf.log

Activity

Show:
Adrien SALES
created the IssueJune 4, 2014 at 3:22 AM

Details

Reporter

Components

Affects versions

Priority

Created June 4, 2014 at 3:22 AM
Updated June 4, 2014 at 3:22 AM

Flag notifications