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. - 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. - 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.
Parent topic: Upgrading to Oracle Analytics Server
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:
- Stop the system by entering the following command:
- (Linux) EXISTING_DOMAIN_HOME/bitools/bin/stop.sh
- (Windows) EXISTING_DOMAIN_HOME\bitools\bin\stop.cmd
- 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
- Restart the system by entering the following command:
- (Linux) EXISTING_DOMAIN_HOME/bitools/bin/start.sh
- (Windows) EXISTING_DOMAIN_HOME\bitools\bin\start.cmd
Parent topic: Post-Upgrade Tasks
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.
Parent topic: Post-Upgrade Tasks
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.
Parent topic: Post-Upgrade Tasks