|
Home > Archive > Microsoft Content Management Server > March 2005 > Authorization error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Authorization error
|
|
|
| Hi all,
we have a user which is set as a ChannelManager for a
channel. When he tried to add a new attachement from
Resource Gallery into the channel he get following error
after clicking on "Save and Exit" option
----------------------------------------------
Error Details:
The current user does not have rights to edit the
requested item. If you are seeing this exception when a
CMS template is executing, it means that you have removed
the CmsAuthorizationModule from the ... section of your
web.config. You can only remove this module if: 1. All
requests for every CMS template in the web application
will only be accessed by anonymous users 2. Guest access
is enabled in CMS (via the SCA) 3. The CMS guest user has
access to all postings based on templates in the web
application If any of these requirements are not met, you
MUST register the CmsAuthorizationModule in your
web.config.
----------------------------------------------------
The CmsAuthorizationModule is set in Web.config, Guest
Access is disabled...
So, any ideas will be appreciated
Thanks in advance
Carl
| |
| Stefan [MSFT] 2005-03-23, 7:47 am |
| Hi Carl,
this can happen if the user does not have rights to an attachment or an
image in a placeholder of this posting.
Will also happen if the resource gallery item has been deleted.
Another reason might be that the user does not have author rights on the
template.
See here:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#53EB2F9B-E87E-442C-8D69-B2B0B783EBB8
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights
Book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Carl" <anonymous@discussions.microsoft.com> wrote in message
news:043b01c52f8d$a46b3230$a401280a@phx.gbl...
> Hi all,
> we have a user which is set as a ChannelManager for a
> channel. When he tried to add a new attachement from
> Resource Gallery into the channel he get following error
> after clicking on "Save and Exit" option
>
> ----------------------------------------------
> Error Details:
> The current user does not have rights to edit the
> requested item. If you are seeing this exception when a
> CMS template is executing, it means that you have removed
> the CmsAuthorizationModule from the ... section of your
> web.config. You can only remove this module if: 1. All
> requests for every CMS template in the web application
> will only be accessed by anonymous users 2. Guest access
> is enabled in CMS (via the SCA) 3. The CMS guest user has
> access to all postings based on templates in the web
> application If any of these requirements are not met, you
> MUST register the CmsAuthorizationModule in your
> web.config.
> ----------------------------------------------------
>
> The CmsAuthorizationModule is set in Web.config, Guest
> Access is disabled...
>
> So, any ideas will be appreciated
>
> Thanks in advance
> Carl
|
|
|
|
|