The following process shows the basic steps for upgrading to CA Clarity PPM v13.
- Install the prerequisite third-party software.
Review the Release Notes "Compatibilities" chapter for product architecture stack information. Notable changes include:
- Dropped support for 32-bit third-party vendor applications.
- Java runtime must be a supported 64-bit version.
- Dropped support for MS SQL Server 2005. If you use MS SQL Server 2005 currently, CA recommends upgrading your database to MS SQL server 2008 or 2008 R2 before upgrading to CA Clarity PPM v13.0.
- Dropped Actuate as a supported reporting solution.
- Dropped integration support for Microsoft Project 2000, 2002, and 2003.
- Create a full backup of your database, file systems, and customizations (if applicable).
Best Practice: Take a cold backup to keep sequences in line.
- 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.
- Review the steps for installing and upgrading in the Installation Guide.
Notable change:
- The installation for an upgrade prompts for the current CA Clarity PPM folder and a target CA Clarity PPM folder. You can indicate the same folder or different folders for these prompts. If you indicate the same folder for both prompts, the existing folder is renamed and CA Clarity PPM v13.0 is installed into an empty folder with the target folder name.
- Install or upgrade using the steps in the Installation Guide.
- Complete the following post-installation steps:
- Verify that all installation steps completed successfully.
- Review the Clarity System Administration server admin.log and install.log for errors.
- Reapply database and file system customizations.
- If you have custom Xcelsius dashboards, see Correcting the CA Clarity PPM URL for HTML and Xcelsius Portlets.
- Install or upgrade CABI 3.2 (BusinessObjects) and complete the following steps:
- 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.
- 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.
- Import the universes and reports.
- Manually restart scheduled reports.
Scheduled reports configured before the upgrade to this release do not automatically run after the upgrade.
- Install your current add-ins and connectors.
Notes:
- Review the topic in the Installation Guide named "How to Install Add-Ins."
- Back up your CA Clarity PPM installation before installing each add-in so that you can restore the application if necessary.
- The install.log is now written to the CA Clarity PPM install directory instead of the directory where you extracted the add-in jar file. For example, <install.dir>/logs/content/install/<addin.id>/install log.
- Apply the Upgrade Ready content for those items that you are actively using.
Best Practice: If you modified stock CA Clarity PPM content, copy the modified content before upgrading, apply the new incoming stock CA Clarity PPM content, and then retrofit the modifications to the new content.
- Read the PMO Accelerator Release Notes for important information about what has changed for PMO Accelerator v3.0.
- Review the System: Clarity Content add-in for upgrade ready content (for example, Role Capacity portlet). Apply the changes to accept the new v13.0 upgraded content.
- 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:
- 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:
- Query name
- Query ID
- Content Source
- Query ID from CMN_NSQL_QUERIES of the query that failed validation
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:
- Go to the NSQL tab for each failing query.
- Click the Preview button.
- Review the errors.
- Repair the broken query constructs or fields.
- Click the Preview button.
- Confirm the NSQL query is valid.