COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: BI User on 22 Apr 2016 01:18:17 AM

Title: Hide New Job definition for few users
Post by: BI User on 22 Apr 2016 01:18:17 AM
Hi All,

I am using Cognos 10.2.2.I want to hide the new job definition option available in Cognos connection page for few users alone.

As per IBM site we can achieve this by editing the system.xml file available in C:\Program Files\ibm\cognos\c10_64\templates\ps\portal

I have defined a new group in which i have added a single user. At present the new job definition is hidden for all users, the xml portion to restrict access for a single group is not working for me. PFB the xml portion added to the system.xml file to achieve this. Please help me fix this issue.

        <param name="ui_groups">
   <group id="A">xOkE_</group>
        </param>
        <!-- Portal UI Sections Hidden for specific Groups or Roles-->
        <param name="ui_hide">
   <CC_TOOLBAR_BUTTONS_newjobDefinition/>
   <CC_TOOLBAR_BUTTONS_newjobDefinition show="A"/>
        </param>
Title: Re: Hide New Job definition for few users
Post by: BI User on 28 Apr 2016 11:26:28 PM
Hi All,

:)The issue is resolved. <CC_TOOLBAR_BUTTONS_newjobDefinition/>  of the xml needs to be removed. It is only required if we want to hide the new job definition for all users.