Technote (FAQ)
Question
How to hide 'New Workspace' icon from Cognos Connection thus preventing the user to create a new Workspace
Answer
Hide the icon
1. Stop Cognos
2. Navigate to: <Cognos 10 Installation Directory>/templates/ps/portal
3. Save the system.xml file
3. Open the system.xml file in an XML or text editor and add the following code
<param name="ui_hide">
<CC_TOOLBAR_BUTTONS_newdashboard show="Administrators"/>
</param>
Note: This code hides the New Workspace icon from everyone except members of the Cognos Administrators group
See also this document to remove 'Cognos Advanced Workspace' icon from Cognos Connection
http://www-01.ibm.com/support/docview.wss?uid=swg21617712
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.