I am running Bamboo 5.5.0 and am using SQL server 2008R2. I have moved the Bamboo DB to a SQL 2014 server and now it doesn't work.
I get this exception:
2015-02-13 11:22:58,729 ERROR [localhost-startStop-1] [AbstractUpgradeManager] java.sql.SQLException: Invalid object name 'hibernate_unique_key'.
java.sql.SQLException: Invalid object name 'hibernate_unique_key'.
at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368)
at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2816)
...
It looks like I just have a dbo schema. I haven't created any others.
I am not an SQL Server expert, but you may still need to define that schema as a default schema for that database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have default schema defined on your database?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bamboo has only been tested with Sql Server 2012. You can call support, but I would expect them to say you will need to use one of the supported databases.
https://confluence.atlassian.com/display/BAMBOO/Supported+platforms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.