Clicking on "Was this article helpful?" on portal shows an error messageIssue Clicking on "Was this article helpful?" on a portal shows the error "You have reached the daily limit for comments posted by a user". CauseThe daily limit for user feedback is controlled by the system property glide.knowman.max_comments_per_user_daily. If this property has no value, no restrictions are applied to the number of feedbacks that the user can provide. Showing the "Was this article helpful?" yes/no rating option is controlled by the property glide.knowman.show_yn_rating. Check if this is set to false. This property displays and controls the behavior of "Was this article helpful?" to users with roles set in the glide.knowman.show_yn_rating.roles property.This appears only if the Show article rating section "glide.knowman.show_rating_options" property is selected. If both Show article rating section (glide.knowman.show_rating_options) and Show "Was this article helpful?" (glide.knowman.show_yn_rating) properties are selected, users with the roles listed in glide.knowman.show_rating_options see the "Was this article helpful?" rating in article view and use it.ResolutionSet the property glide.knowman.show_yn_rating to true.