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).
Hi Barry,
What does the atlassian-bamboo.log in <BambooHome>/logs show?
Cheers,
Christian
Premier Support Engineer
Atlassian
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.