Removing the Analyze command and icon
<<This draft content for TED 55664 is under construction. 20130821-tr>>
The following topics describe how to remove the Analyze command from the dashboard gadget menu, and how to remove the Analyze icon from the Interactive Viewer user interface, respectively.
How to remove the Analyze command from the dashboard gadget menu
<<This topic addresses the changes for TED 55664 that are related to TED 55484 20130814-tr>>
In Interactive Viewer, to hide the Analyze command from the dashboard gadget menu, modify the configuration file, functionality-level.config.
1 Using a text editor, open functionality-level.config. For example, if the iHub installation is in C:\Actuate\iHub3, navigate to and open:
C:\Actuate\iHub3\modules\BIRTiHub\iHub\servletcontainer\iportal\WEB-INF\functionality-level.config
2 Find and delete the following line:
<SubfeatureID>Analyze</SubfeatureID>
3 Save and close functionality-level.config.
4 Complete the following tasks to restart iHub3:
1 Navigate to Control Panel➛Administrative Tools➛Services.
2 Select Advanced.
3 Select Actuate Apache Tomcat 7 for UMC.
4 Choose Restart.
How to remove the Analyze icon from the Interactive Viewer user interface
<<This draft topic addresses the changes for TED 55664 that are related to TED 55483. 20130815-tr>>
In Interactive Viewer, to hide the Analyze icon, modify the configuration file, iv_config_normal.xml. For example, if the iHub installation is in C:\Actuate\iHub3, complete the following tasks to modify iv_config_normal.xml:
1 Using a text editor, open iv_config_normal.xml. For example, if the iHub installation is in C:\Actuate\iHub3, navigate to and open:
C:\Actuate\iHub3\modules\BIRTiHub\iHub\servletcontainer\iportal\WEB-INF\iv_config_normal.xml
2 For all instances of <FeatureName>Analyze</FeatureName>, change the value of <Availablity>true</Availablity> to false as shown in the following code snippet:
<Feature>
<FeatureName>Analyze</FeatureName>
<Availablity>false</Availablity>
</Feature>
3 Save and close iv_config_normal.xml.
4 Complete the following tasks to restart iHub3:
1 Navigate to Control Panel➛Administrative Tools➛Services.
2 Select Advanced.
3 Select Actuate Apache Tomcat 7 for UMC.
4 Choose Restart.