After upgrading to Archive Manager 5.1.2 some users are seeing errors accessing some or all of their archived messages.
Server Error in '/' Application The Specified object ID does not exist, or you are not authorized to access it
System.UnauthorizedAccessException: The specified object Id does not exist, or you are not authorized to access it.
at Dell.AM.BL.UAC.Base.ThrowIfNotAuthorized(Boolean authorized, String message, Object[] args)
at Dell.AM.BL.UAC.Base.ThrowIfNotAuthorized(Boolean authorized)
at Dell.AM.BL.UAC.MessageComments.SelectByMessageId(Actor actor, Int32 messageId)
at Dell.AM.Website.ViewMessageViewModel.get_MessageComments()
at Dell.AM.Website.ViewMessage.SetCommentHistory(ViewMessageViewModel model, Boolean commentsVisible, String remoteText)
at Dell.AM.Website.ViewMessageController.DisplayCommentHistory(ViewMessageViewModel model)
at Dell.AM.Website.ViewMessageController.Initialize(Boolean excludeSelfFromAccessHistory, Boolean initForPrint)
at Dell.AM.Website.ViewMessage.Page_Load(Object sender, EventArgs e)