You do not have permission to save the attributes of "simple_edit_EES"


(David Wallace) #1

Matrix Version:5.4.7.1

Anyone any idea why I’m getting this error when committing save on a parse file?

You do not have permission to save the attributes of “simple_edit_EES” (#41447) [CORE0121]

image

TIA


(David Schoen) #2

“simple_edit_EES” will be a design area named within either the current parse file or the new one somewhere.

The usual reason I’ve seen (although never found out why) is that the is_dependant flag gets lost in sq_ast_lnk (in the DB) between the design area asset (#41447) and its parent so the locks never get acquired. If this is the case you should be able to manually acquire the locks on #41447 and then try editing the parse file.