Installation Fails Due to Lack of Permission
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
When trying to install Confluence using MS SQL Server, it fails with the following stack trace in the atlassian-confluence.log
:
1
2012-12-24 09:54:34,533 ERROR [http-8090-5] [hibernate.tool.hbm2ddl.SchemaExport] execute CREATE TABLE permission denied in database 'confluence'.
Cause
The error is thrown due to the fact that the database user does not have CREATE table rights on the Confluence database.
Resolution
Change the membership of this user to be "db_owner" so that Confluence is able to perform necessary database tasks during the installation
Was this helpful?