To complete the upgrade to the new package, run the upgrade jobs.
Follow these steps:
Note: Salesforce.com allows a maximum five jobs to run at a time; paste the job statements in groups of 3, or something similar.
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);
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());
The CA Clarity Agile and CA Clarity Requirements jobs are automatically rescheduled.
| Copyright © 2012 CA. All rights reserved. |
|