Generating the Application Viewer
You may extend application viewer capabilities within an environment by generating additional items. These include information about algorithm types, algorithms, maintenance objects and data dictionary information. The Javadoc indexes are also re-built.
To generate the additional items in the application viewer, perform the following:
1. Shut down the environment.
2. Initialize a command shell and setup the environment.
UNIX
$SPLEBASE/bin/splenviron.sh -e $SPLENVIRON
Example:
/ouaf/TEST_ENVIRON1/bin/splenviron.sh -e TEST_ENVIRON1
 
Windows
%SPLEBASE%\bin\splenviron.cmd -e %SPLENVIRON%
For example:
D:\ouaf\TEST_ENVIRON1\bin\splenviron.cmd -e TEST_ENVIRON1
 
3. Run the following script to generate all information.
UNIX
ksh $SPLEBASE/bin/genappvieweritems.sh
 
Windows
%SPLEBASE%\bin\genappvieweritems.cmd
 
4. Restart your application.