Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setup of Bamboo to remote MSSQL Server fails to complete

Barry Tresadern March 20, 2018

We have an MS SQLServer on another server which has the correct collation and permissions. During the setup using the gui, we see the animated icon and it hangs there for over 12 hrs.
I can see tables created in the SQL server db, however the install does not complete.

The command line application shows 'C:\bamboo-home\jms-store\bamboo\kahaDB\lock is locked by another server. This broker is not in slave mode waiting a lock to be acquired'.... Could not find token mapped to token name: token.

 

---

 

I have attempted re-install as found on your forum and removed everything from the Bamboo-home folder and started over, however we end up at the same point each time. DB populated with tables (don't know what tablet to check for data/records).

1 answer

0 votes
Christian Glockner
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 20, 2018

Hi Barry,

What does the atlassian-bamboo.log in <BambooHome>/logs show?

Cheers,

Christian

Premier Support Engineer

Atlassian

Barry Tresadern March 22, 2018

I got the answer I needed from https://confluence.atlassian.com/bamboo/microsoft-sql-server-289276827.html..... I needed to run 

 

ALTER DATABASE <database name>
SET READ_COMMITTED_SNAPSHOT ON
WITH ROLLBACK IMMEDIATE;

 

before I installed.

 

Thanks for your help

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events