Introducing Actuate Information Console : About Actuate Information Console architecture : Using Actuate Analytics experience levels : How to add an experience level

How to add an experience level

1  
Using a text editor that supports UTF-8 encoding, open experience.levels. In some system configurations, this file does not already exist in the WEB-INF directory for your application. Some editors, such as Microsoft Notepad, add a marker string to the file to identify the UTF-8 encoding. Do not use an editor that adds hidden information to the file.
2  
Find the <NUMBER_OF_LEVELS> tag and increase the number of levels by one. There are three levels in the standard experience.levels, so set the new value to 4.
<NUMBER_OF_LEVELS>4</NUMBER_OF_LEVELS>
3  
1  
<EXPERIENCE_LEVEL>
  <SKIN_NAME>SampleLevel</SKIN_NAME>
The skin name is used by Actuate Information Console on the General—Options page.
2  
o  
</DISPLAY_NAME>
  <LOCALE_ID>en_US</LOCALE_ID>
  <NAME>Sample</NAME>
</DISPLAY_NAME>
o  
<DISPLAY_NAME>SAMPLE_EXP_LEVEL_ID<DISPLAY_NAME>
3  
<HIDEITEM>HOME_TB</HIDEITEM>
  <HIDEITEM>EDIT_TITLE</HIDEITEM>
  <HIDEITEM>ADMIN_LOG_ON</HIDEITEM>
  <HIDEITEM>VIEW_SOURCE</HIDEITEM>
</EXPERIENCE_LEVEL>
4  
5  
6  
<AnalyticsExperienceLevel>Sample</AnalyticsExperienceLevel>
For example, the Basic level should look like the following code:
<Level>
  <Name>Basic</Name>
  <Role>All</Role>
  <FeatureID>Jobs</FeatureID>
  <FeatureID>Documents</FeatureID>
  <FeatureID>Channels</FeatureID>
  <SubfeatureID>DeleteFile</SubfeatureID>
  <SubfeatureID>InteractiveViewing</SubfeatureID>
  <AnalyticsExperienceLevel>
    Novice
  </AnalyticsExperienceLevel>
  <AnalyticsExperienceLevel>
    Standard
  </AnalyticsExperienceLevel>
  <AnalyticsExperienceLevel>
    Advanced
  </AnalyticsExperienceLevel>
  <AnalyticsExperienceLevel>
    Sample
  </AnalyticsExperienceLevel>
</Level>
7  
8  
To apply these configuration changes, restart your application server or JSP engine. For example, to restart Information Console’s embedded servlet engine on a Windows XP system, perform the following steps:
1  
From the Windows Start menu, choose All ProgramsAdministrative ToolsServices.
2  
3  
4  

(c) Copyright Actuate Corporation 2011