Previous Topic: Supported Upgrade Paths

Next Topic: What's New for the Report Server and Reports

Basic Upgrade Process

The following process shows the basic steps for upgrading to CA Clarity PPM v13.

  1. Install the prerequisite third-party software.

    Review the Release Notes "Compatibilities" chapter for product architecture stack information. Notable changes include:

  2. Create a full backup of your database, file systems, and customizations (if applicable).

    Best Practice: Take a cold backup to keep sequences in line.

  3. Remove customer-added database triggers, stored procedures, indexes, views, and constraints before upgrading.

    Due to database schema changes for this release, most custom triggers, indexes, and constraints can cause the upgrade to fail. Customer-added triggers should be removed, not disabled.

  4. Review the steps for installing and upgrading in the Installation Guide.

    Notable change:

  5. Install or upgrade using the steps in the Installation Guide.
  6. Complete the following post-installation steps:
    1. Verify that all installation steps completed successfully.
    2. Review the Clarity System Administration server admin.log and install.log for errors.
    3. Reapply database and file system customizations.
    4. If you have custom Xcelsius dashboards, see Correcting the CA Clarity PPM URL for HTML and Xcelsius Portlets.
  7. Install or upgrade CABI 3.2 (BusinessObjects) and complete the following steps:
    1. If you are installing CABI for the first time, review the CA Clarity PPM requirements.

      See the Installation Guide chapter named "Third-Party Software" for more information.

    2. If you are upgrading from a version earlier than CA Clarity PPM v12.1, reset the passwords of your BusinessObjects report users.

      Resetting is necessary for all preupgrade users who need to login to Infoview and run reports. You can also set up BusinessObjects trusted authentication between BusinessObjects and CA Clarity PPM, which provides LDAP integration with BusinessObjects and CA Clarity PPM.

    3. Import the universes and reports.
    4. Manually restart scheduled reports.

      Scheduled reports configured before the upgrade to this release do not automatically run after the upgrade.

  8. Install your current add-ins and connectors.

    Notes:

  9. Review the Studio views and system content and manually upgrade as needed.

    The upgrade preserves all pre-existing Studio view configurations. If an existing view has configurations or if the object for the view is partitioned, the system does not automatically upgrade the view and/or the partition.

    Use the Studio Views list page to determine which views were not automatically upgraded.

    Some tips on reviewing the views:

  10. Verify your NSQL queries.

    During the upgrade, the NSQL validator script automatically checks NSQL queries. Results are written to the admin.log. This log contains:

    There are database schema changes in this release. You must correct invalid NSQL queries for portlets to work. See the chapter in this document named "Data Model Changes."

    Upgrade action:

    If the query can be changed in Studio:

    1. Go to the NSQL tab for each failing query.
    2. Click the Preview button.
    3. Review the errors.
    4. Repair the broken query constructs or fields.
    5. Click the Preview button.
    6. Confirm the NSQL query is valid.

If the query is in use by active portlets and cannot be edited in Studio:

  1. User the XML Open Gateway (XOG) to export the failing query.
  2. Correct the broken query constructs or fields.
  3. Use XOG to import the corrected query.
  4. Click the Preview button.
  5. Confirm the NSQL query is valid.