Legacy Knowledge Base
Published Sep. 10, 2025

Database Upgrade Fails with "Invalid object name 'Configuration_'"

Written By

Tímea Bihari

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • When running the upgrade, we see the following error:
  • 2025-03-05 07:05:33.290 ERROR [Apache Felix Configurator Worker Thread][LogService:47] Error processing taskInvalid object name 'Configuration_'.
    com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'Configuration_'.

 

Environment

  • Upgrading to Quarterly Releases

 

Resolution

The error indicates an issue with the DB connection.

Verify Database Connection:

    • Place the correct JDBC driver for your database in the liferay_home/tomcat/webapps/ROOT/WEB-INF/shielded-container-lib folder.
    • Verify the paths in portal-upgrade-ext.properties and app-server.properties within the db-upgrade-client directory. Correct any default or incorrect paths to match your actual folder structure.
    • Verify the database connection URL in your portal-upgrade-ext.properties file. Ensure it is correct and points to the correct database and schema.

 

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base