If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Hide New Job definition for few users

Started by BI User, 22 Apr 2016 01:18:17 AM

Previous topic - Next topic

BI User

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>

BI User

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.