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 by running the following:
Linux/UNIX
$SPLEBASE/bin/splenviron.sh -e <YOUR_ENVIRONMENT_NAME>
 
For example:
/ouaf/TEST_ENVIRON1/bin/splenviron.sh -e TEST_ENVIRON1
 
Windows
%SPLEBASE%\bin\splenviron.cmd -e <YOUR_ENVIRONMENT_NAME>
 
For example:
D:\ouaf\TEST_ENVIRON1\bin\splenviron.cmd -e TEST_ENVIRON1
 
3. Run the following script to generate all information.
Linux/UNIX
ksh $SPLEBASE/bin/genappvieweritems.sh
 
Windows Server
%SPLEBASE%\bin\genappvieweritems.cmd
 
4. Restart your application.