Post-Upgrade Tasks

After completing the upgrade process, perform the tasks listed in this chapter to start the instance and validate the upgrade.

Enabling Internal SSL

If you have disabled SSL before the upgrade process, enable SSL on internal communication links after you complete the upgrade process.

If you hadn't configured SSL in your earlier system before upgrade, and you now want to configure SSL in your upgraded system, see Enable End-to-End SSL in Managing Security for Oracle Analytics Server.

To enable internal SSL:

  1. Stop the system by entering the following command:
    • (Linux) EXISTING_DOMAIN_HOME/bitools/bin/stop.sh
    • (Windows) EXISTING_DOMAIN_HOME\bitools\bin\stop.cmd
  2. Enter the following command to ensable SSL on WebLogic internal channels and internal components:
    • (Linux) EXISTING_DOMAIN_HOME/bitools/bin/ssl.sh internalssl true
    • (Windows) EXISTING_DOMAIN_HOME\bitools\bin\ssl.cmd internalssl true
  3. Restart the system by entering the following command:
    • (Linux) EXISTING_DOMAIN_HOME/bitools/bin/start.sh
    • (Windows) EXISTING_DOMAIN_HOME\bitools\bin\start.cmd

Migrating Catalog Groups

Catalog groups were a feature of Oracle BI EE that allowed administrators to organize users and application roles for security administration purposes.

In Oracle Analytics Server, catalog groups are obsolete. The catalog groups are migrated by the upgrade process to application roles.

Allowing Content Developers to Include HTML Markup

The Allow HTML/JavaScript/CSS Content option allows content developers to include HTML markup such as JavaScript in various catalog objects. Various properties dialogs include the Contains HTML/JavaScript/CSS Markup option. By default, when you install or upgrade to Oracle Analytics Server, this option is turned off for security reasons.

To allow content developers to include HTML markup, use Oracle Analytics Server Console to enable the Contains HTML/JavaScript/CSS Markup option, and specify the appropriate privileges for content developers. See Security Options in Administering Oracle Analytics Server.