Filr 2.0 upgrade fails with a Liquibase error Data truncation

  • 7017710
  • 10-Jun-2016
  • 10-Jun-2016

Environment

Novell Filr 2.0

Situation

When upgrading to Novell Filr 2.0 the upgrade process goes smoothly but when you visit Filr configuration under appliance configuration (port 9443), it shows there were problems during the upgrade. Looking into the /var/opt/novell/va/logs/update.log, the following error condition is seen during the database upgrade:

SEVERE 4/21/16 11:01 PM:liquibase: Change Set scripts/changelog/sqlserver-changelog-filraxion.xml::9::jong failed.  Error: liquibase.exception.CustomChangeException: java.sql.DataTruncation: Data truncation
liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CustomChangeException: java.sql.DataTruncation: Data truncation
    at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:115)
    at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1073)
    at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
    at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
    at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
    at liquibase.Liquibase.update(Liquibase.java:114)
    at liquibase.integration.commandline.Main.doMigration(Main.java:825)
    at liquibase.integration.commandline.Main.main(Main.java:134)
Caused by: liquibase.exception.CustomChangeException: java.sql.DataTruncation: Data truncation
    at org.kablink.liquibase.change.custom.MigrateMirroredFoldersChange.execute(MigrateMirroredFoldersChange.java:127)
    at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:110)
    ... 7 more
Caused by: java.sql.DataTruncation: Data truncation

Resolution

A fix for this issue is available. Please contact Novell Technical Support with reference to this TID for further assistance.