cancel
Showing results for 
Search instead for 
Did you mean: 

No Master Plugin is assigned to your account or your user role

mano_swerts
Champ in-the-making
Champ in-the-making
Hi all,

I started a fresh configuration for Alfresco Workdesk to learn how everything works. I want to be able to manage roles as an admin, but I can't manager to display the configuration master plugin. I only see the warning "No Master Plugin is assigned to your account or your user role".

This is my RoleManager config:


<RoleManager>
        <ClassName>com.wewebu.ow.server.roleimpl.dbrole.OwDBRoleManager</ClassName>
        <Version>4.1.1</Version>

        <SchemeVersion>3</SchemeVersion>

        <DbTableName>OW_ROLE</DbTableName>

        <ConfigCategories>
            ROLE_CATEGORY_PLUGIN,
            ROLE_CATEGORY_SEARCH_TEMPLATE,
            ROLE_CATEGORY_STANDARD_FUNCTION
        </ConfigCategories>

        <SecurityAdmin pluginid="com.wewebu.ow.Admin">
            <User>admin</User>
            <User>Administrator</User>
        </SecurityAdmin>

        <MasterRoles enable="true">
            <MasterRoleGroup name="Administrators" memberOfAll="true">
                <Role>Administrators</Role>
            </MasterRoleGroup>
        </MasterRoles>
    </RoleManager>


And this my plugin config:


<Plugin type="ow_master">
        <id>com.wewebu.ow.Admin</id>
        <ClassName>com.wewebu.ow.server.plug.owconfig.OwConfigurationDocument</ClassName>
        <ViewClassName>com.wewebu.ow.server.plug.owconfig.OwConfigurationView</ViewClassName>
        <Version>4.1.1</Version>

        <helppath>owconfig/default.jsp</helppath>
        <RoleView enable="true" />
        <ToolsView enable="true" />
    </Plugin>
5 REPLIES 5

d_evil
Champ in-the-making
Champ in-the-making
Hi,

the problem could be related to the User Id which you configure, see the configdump.jsp after you logged in.
Also try first to disable the
 <MasterRoles enable="false"> 

it is not required for your configuration I guess.

Start with a simple configuration, I know that it is easy to configure an not running system.

Cheers,
D.evil

deko
Star Contributor
Star Contributor
Hi mano.swerts,

Is your user you are using to log in to Workdesk really either "admin" or "Administrator", as configured in the node
<SecurityAdmin>
?

Only those users will see the Administration plugin required for Role Management.

Please also ensure that you setup authentication in owbootstrap.xml to use Alfresco mode:

                <Authentication mode="ALFRESCO">
                  <BaseURL>http://YOUR-HOST:YOUR-PORT/alfresco</BaseURL>
                </Authentication>


Best regards,
deko

mano_swerts
Champ in-the-making
Champ in-the-making
Hi all,

I solved the problem. I wrote "Plugin" with a small "i". It should've been "PlugIn" with a capital "i". My bad.

Thanks for the replies.

pnkrravi
Champ in-the-making
Champ in-the-making
Hi Mano,
We are facing the same issue. ("No Master Plugin is assigned to your account or your user role. Please contact your administrator." ) when we try to login with admin id.

Do we need to make PlugIn entry in owboostrap.xml?
Also we are running alfrsco 4.2.2 and workdesk 4.2. Do we need to specify version as 4.2  in <Version>4.1.1</Version>?

Regards,
Ravi Pandikunta

deko
Star Contributor
Star Contributor
Hi Ravi,

Could you please check the following section in your Role manager node in owbootstrap.xml:


        <SecurityAdmin pluginid="com.wewebu.ow.Admin">
            <User>admin</User>
            <User>Administrator</User>
        </SecurityAdmin>

Please ensure, that the Administrator plugin in owplugins.xml has the plugin ID sepcified in your node above. Also make sure, that your administrator user name is entered in the list of users. If those two criteria are fullfilled, you should be able to login and see the administration plugin and no longer a warning.

It is also recommended, to specify the correct version, just two see directly, that you are configuring a Workdesk 4.2. Nevertheless, it will work also with old version numbers.

Best regards,
deko 
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.