By default, IBM® Cognos® Connection and Query Studio
users can browse Public Folders starting at the root content folder
(/content). You may want to restrict the folders that users can browse.
Procedure
- Stop the IBM Cognos service.
- Open the c10_location/templates/ps/system.xml file
in an XML or text editor.
- Modify the <param name="consumer-root"> line
in the following way:
<param name="consumer-root">search path</param>
For
example, typing the following sets the root folder to a folder named
Folder1 in the package named Pack1.
<param name="consumer-root">
/content/package[@name='Pack1']/folder[@name='Folder1']</param>
- Save the file.
- Start the IBM Cognos service.