COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Topic started by: Anand on 19 Jun 2007 11:23:02 PM

Title: Hiding Metric studio and analysis studio
Post by: Anand on 19 Jun 2007 11:23:02 PM
Hi,
How can we Hide Metric studio and Analysis studio in cognos connection home page in cognos8

Regards,
Anand.
Title: Re: Hiding Metric studio and analysis studio
Post by: cognosjon on 20 Jun 2007 08:54:03 AM
All hangs on your security to the application for instance if you have users defined within the Cognos 'Consumers' group then those users will not see any of the available applications and only be able to run reports/shcedule reports.  If you delare users as query users then they only see the Query Studio link.

Not sure if that helps,
Title: Re: Hiding Metric studio and analysis studio
Post by: kommireddy on 20 Jun 2007 01:07:53 PM
You can do it by modifying system.xml file under c8_location/templates/ps/portal

Steps Using the System.xml File
1. Stop the Cognos 8 service.
2. Open the c8_location/templates/ps/portal/system.xml file in an XML or text editor.
3. Use the following syntax in the <system> element to hide a user interface element:
<param name="ui_hide">
<!--list of user interface elements-->
</param>

For example, the following XML code hides the entire Cognos Connection header and the
New Job button in the toolbar:

<param name="ui_hide">
<CC_HEADER/>
<CC_TOOLBAR_BUTTONS_newjobDefinition/>
</param>

For Metric studio and Analysis studio,

<param name="ui_hide">
<CRN_HEADER_OPTIONS_mm/>
<CRN_HEADER_OPTIONS_ps/>
</param>

Regards,
Kommireddy.
Title: Re: Hiding Metric studio and analysis studio
Post by: shri on 20 Jun 2007 07:09:53 PM
In cognos connection goto

Tool->Capability-> then in the action column click set properties for which link (ananlysis studio or report studio) one you want to hide, and then click on permission tab, then remove that particular user (to whom you want to hide the links)  from list.  Hope this helps

cheers
Title: Re: Hiding Metric studio and analysis studio
Post by: kommireddy on 21 Jun 2007 10:45:22 AM
There are two options,

If you want users to run reports created with AS/MS then you should hide the links by modifying the system.xml file (you can enable the links to administrators though).

If you deny permissions from tools-->capabilities, user wont be able to run reports created through AS/MS.