Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
StarTeam Server failed to start with error There is already an object named "bulk_edit_non_versioned" in the database
Description:
StarTeam failed to start with following error in the server
log
11 00000004 2009-04-16 19:10:03 Exception thrown from
Unknown:
Class = CDBException, Code = 4294967295(0xffffffff)
Msg = There is already an object named
"bulk_edit_non_versioned"
in the database.
Answer/Solution:
If you see this error in Server log, make sure that no other
process is accessing the StarTeam database like SQL DB replication
process. StarTeam Server will try to create views and stored
procedures during startup and if for some reason other process
acquires locks on DB objects, ST server will fail to start
successfully. To avoid the issue, kill all connections to StarTeam
db instance and make the DB exclusively available for StarTeam
server.