About This Task
If the APM database contains a large number of Policy Execution History records, upgrading APM can take a long time. To improve the performance, only the most recent 3,000,000 Policy Execution History records will be upgraded. However, if these records contain a large number of hyperlinks, the upgrade may still time out. Therefore, you can choose to remove some or all the Policy Execution History records before upgrading the APM database or you can configure the upgrade to process fewer records or skip upgrade of Policy Execution History records entirely.This topic describes how to determine the number of Policy Execution History records in your database. You can then remove some or all of them or adjust the upgrade configuration.
Procedure
- Access APM.
- In the Applications menu, select .
- Select Create New.
The Design workspace appears.
- Select SQL.
The SQL workspace appears.
- Enter the following query, and then select .
SELECT Count(MI_POLICY_EXEC_LOG.PLOG_KEY) "Count"
FROM MI_POLICY_EXEC_LOG
The query results appear, displaying the number of Policy Execution History records.
- If the number of Policy Execution History records is excessive, you can remove some or all the records or configure the upgrade utility to process fewer records. For instructions, contact GE Vernova Support.