Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

User cannot save changes in permissions on any type of information in Assert 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] ADD CONSTRAINT [FK_dbo.ResourcePermissionItems_dbo.Presentations_Presentation_Id] FOREIGN KEY([Presentation_Id]) REFERENCES [dbo].[Presentations] ([Id])

Filter by label (Content by label)
showLabelsfalse
max5
spacesASKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "ASKB"
labelskb-troubleshooting-article

...