Dropping foreign keys from [dbo].[ProjectRoles]
Dropping foreign keys from [dbo].[BugAttachment]
Dropping foreign keys from [dbo].[ProjectCustomFieldSelection]
Dropping foreign keys from [dbo].[BugTimeEntry]
Dropping foreign keys from [dbo].[Bug]
Dropping foreign keys from [dbo].[Version]
Dropping foreign keys from [dbo].[RelatedBug]
Dropping foreign keys from [dbo].[RolePermission]
Dropping foreign keys from [dbo].[BugComment]
Dropping foreign keys from [dbo].[ProjectCustomFields]
Dropping foreign keys from [dbo].[BugNotification]
Dropping foreign keys from [dbo].[ProjectMailBox]
Dropping foreign keys from [dbo].[ProjectCustomFieldValues]
Dropping foreign keys from [dbo].[BugHistory]
Dropping constraints from [dbo].[RolePermission]
Dropping constraints from [dbo].[ProjectRoles]
Dropping [dbo].[BugNet_Role_RemoveRoleFromProject]
Dropping [dbo].[BugNet_Role_AddRoleToProject]
Dropping [dbo].[ProjectRoles]
Creating [dbo].[UserRoles]
Creating primary key [PK_UserRoles] on [dbo].[UserRoles]
Creating [dbo].[Roles]
Creating primary key [PK_Roles] on [dbo].[Roles]
Creating [dbo].[BugNet_Role_CreateNewRole]
Rebuilding [dbo].[RolePermission]
Caution: Changing any part of an object name could break scripts and stored procedures.
Creating primary key [PK_RolePermission] on [dbo].[RolePermission]
Creating [dbo].[BugNet_Role_DeleteRole]
Creating [dbo].[BugNet_Role_GetRoleById]
Altering [dbo].[BugNet_Permission_GetRolePermission]
Creating [dbo].[BugNet_Role_UpdateRole]
Altering [dbo].[BugNet_Permission_DeleteRolePermission]
Creating [dbo].[BugNet_Role_RoleHasPermission]
Creating [dbo].[BugNet_Role_GetAllRoles]
Altering [dbo].[BugNet_CustomField_DeleteCustomField]
Altering [dbo].[BugNet_Permission_AddRolePermission]
Creating [dbo].[BugNet_Role_RoleExists]
Altering [dbo].[BugNet_Role_GetRolesByProject]
Altering [dbo].[Bug]
Creating [dbo].[BugNet_Role_GetProjectRolesByUser]
Altering [dbo].[BugNet_Role_GetRolesByUser]
Altering [dbo].[BugNet_Permission_GetPermissionsByRole]
Altering [dbo].[Project]
Creating [dbo].[BugNet_Role_IsUserInRole]
Creating [dbo].[BugNet_Role_RemoveUserFromRole]
Creating [dbo].[BugNet_Role_AddUserToRole]
Altering [dbo].[BugNet_Bug_GetRoadMap]
Altering [dbo].[BugNet_Attachment_CreateNewAttachment]
Altering [dbo].[BugNet_BugNotification_CreateNewBugNotification]
Altering [dbo].[BugsView]
Altering [dbo].[BugNet_Project_GetAllProjects]
Altering [dbo].[BugNet_Project_GetProjectById]
Altering [dbo].[BugNet_Project_GetPublicProjects]
Altering [dbo].[BugNet_Project_GetProjectByCode]
Altering [dbo].[BugNet_Project_UpdateProject]
Altering [dbo].[BugNet_Project_GetProjectsByUserName]
Altering [dbo].[BugNet_Project_CreateNewProject]
Adding constraints to [dbo].[Bug]
Msg 1781, Level 16, State 1, Line 1
Column already has a DEFAULT bound to it.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[Bug]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_Bug_Project' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[Component]
Adding foreign keys to [dbo].[ProjectMailBox]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_ProjectMailBox_Project' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[RolePermission]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_RolePermission_Permission' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[Version]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_Version_Project' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[BugAttachment]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_BugAttachment_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[ProjectCustomFieldSelection]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_ProjectCustomFieldSelection_ProjectCustomFields' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[BugTimeEntry]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_BugTimeEntry_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Migrating Components
0
0
0
Adding foreign keys to [dbo].[Bug]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_Bug_Priority' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[RolePermission]
Msg 1767, Level 16, State 0, Line 1
Foreign key 'FK_RolePermission_Roles' references invalid table 'dbo.Roles'.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[BugComment]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_BugComment_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[UserRoles]
Msg 4902, Level 16, State 1, Line 1
Cannot find the object "dbo.UserRoles" because it does not exist or you do not have permissions.
(1 row(s) affected)
Adding foreign keys to [dbo].[ProjectCustomFields]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_ProjectCustomFields_Project' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[BugNotification]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_BugNotification_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[RelatedBug]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_RelatedBug_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[ProjectCustomFieldValues]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_ProjectCustomFieldValues_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[BugHistory]
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'FK_BugHistory_Bug' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
(1 row(s) affected)
Adding foreign keys to [dbo].[Roles]
Msg 4902, Level 16, State 1, Line 1
Cannot find the object "dbo.Roles" because it does not exist or you do not have permissions.
(1 row(s) affected)
Migrating Adding Roles for Existing Projects
Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'BugNet_Role_CreateNewRole'.
Msg 2812, Level 16, State 62, Line 15
Could not find stored procedure 'BugNet_Role_CreateNewRole'.
(1 row(s) affected)
Adding permissions for roles
Msg 208, Level 16, State 1, Line 8
Invalid object name 'Roles'.
(1 row(s) affected)
Updating Host Settings
(1 row(s) affected)
Adding Administrator to Super Users Role
Msg 2812, Level 16, State 62, Line 2
Could not find stored procedure 'dbo.BugNet_Role_AddUserToRole'.
Msg 3903, Level 16, State 1, Line 1
The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
(1 row(s) affected)
The database update succeeded