/
Problem saving permissions in Manager

Problem saving permissions in Manager

Problem

User cannot save changes in permissions on any type of information in Manager. Error message indicate problem with constraints in database.

Client's database is created during the period October 2015 to March 2016.

Solution

There is a problem with the database migration scripts for databases created during the above time period. Update has to be manually applied by running the below two scripts on the database using SQL Manager.

ALTER TABLE [dbo].[ResourcePermissionItems] DROP CONSTRAINT [FK_dbo.ResourcePermissionItems_dbo.Catalogues_Catalogue_Id]
ALTER TABLE [dbo].[ResourcePermissionItems] ADD CONSTRAINT [FK_dbo.ResourcePermissionItems_dbo.Presentations_Presentation_Id] FOREIGN KEY([Presentation_Id]) REFERENCES [dbo].[Presentations] ([Id])



Related content

Migrate editor database to version 5.1 fails
Migrate editor database to version 5.1 fails
More like this
Server database update button is disabled
Server database update button is disabled
More like this
Permissions in Manager does not appear
Permissions in Manager does not appear
More like this
Permissions on functions in Manager
Permissions on functions in Manager
More like this
Technical documentation - Locks on data and multiple users
Technical documentation - Locks on data and multiple users
More like this
Publish fails with deadlock
Publish fails with deadlock
More like this