Previous Topic: Update User Profiles for Winter 2012

Next Topic: Upgrade to Version 2.10 from Version 2.8


Run the Upgrade Jobs for Winter 2012

To complete the upgrade to the new package, run the upgrade jobs.

Follow these steps:

  1. Log in as System Administrator.
  2. Click Setup to open the Salesforce.com setup page.
  3. Click the user name under which you are logged in (from the page header) and select System Log.
  4. Copy the following statements into the text field in the Execute Apex section and click Execute.

    Note: Salesforce.com allows a maximum five jobs to run at a time; paste the job statements in groups of 3, or something similar.

    If you are upgrading both CA Clarity Agile and CA Clarity Requirements, run the following jobs:
    Database.executeBatch(new ca_agile.ProductMigrationJob());
    Database.executeBatch(new ca_agile.TaskMigrationJob());
    Database.executeBatch(new ca_agile.TeamDailyDataMigrationJob());
    
    Database.executeBatch(new ca_agile.FilterPageNameMigrationJob());
    Database.executeBatch(new ca_agile.ReleaseDescriptionMigrationJob());
    Database.executeBatch(new ca_agile.RequirementClosedDateUpgradeJob('ca_agile'),200);
    
    If you are only upgrading CA Clarity Agile, run the following jobs:
    Database.executeBatch(new ca_agile.ProductMigrationJob());
    Database.executeBatch(new ca_agile.TaskMigrationJob());
    Database.executeBatch(new ca_agile.TeamDailyDataMigrationJob());
    Database.executeBatch(new ca_agile.FilterPageNameMigrationJob());
    Database.executeBatch(new ca_agile.ReleaseDescriptionMigrationJob());
    
  5. From the Setup page and expand Administration Setup, Monitoring, Apex Jobs to monitor the submitted jobs until they complete successfully.
  6. Log in to CA Clarity Agile open the Home Page.

    The CA Clarity Agile and CA Clarity Requirements jobs are automatically rescheduled.