Resolving pre-update issues
This content applies only to Pega Cloud environments
Before you update your Pega Marketing or Pega Customer Decision Hub application, run the Pre-Upgrade Check on your system to identify issues that might cause errors, time-outs, or failures during an update. Resolve the reported issues to prepare your application for the update.
The Pre-Upgrade Check can identify the following types of issues:
- Issue: Hotfix
- Issue: Locked artifact ruleset
- Issue: Batch Output tables
- Issue: NBAM:Agents Access Group
- Issue: External Mappings
- Issue: pyDescription Column
- Issue: Deprecated rules
- Issue: Customized rules
Issue: Hotfix
Your application is missing critical hotfixes that you need to apply before starting an update. Request and apply the required hotfixes:
- Go to My Support Portal and log in to your account.
- Click Create, and then select .
- Enter and verify the details of the hotfix that you need, and then click Submit.
- After you receive the requested hotfixes, apply them to your application.
Issue: Locked artifact ruleset
Before you update, unlock the rulesets that contain rules to be updated.
Allow the system to modify rules during an update by unlocking the owning ruleset:
- Log in to Dev Studio with a user account that is associated with an access group for which the locked ruleset is configured as the default destination ruleset.
- In the navigation pane of Dev Studio, click the Operator icon, and then click Access group.
- Click the Advanced tab.
- In the Design time configuration section, click the Open icon next to the Default destination ruleset field.
- On the Versions tab, click the arrow next to the ruleset version that you want to unlock.
- Optional: In the Effective Start Date field, click the Calendar icon to set a later date for the unlock to take effect.
- Click Unlock and Save.
- In the Unlock RuleSet Version window, enter your password, and then click Submit.
Issue: Batch Output tables
If the number of batch output tables and classes exceeds the recommended threshold of 1,000, an update might time out or take a long time. Reduce the number of batch output tables and classes by modifying the purge parameters used by the ProcessPurging agent:
Setting the age of purged records
Purge a greater number of records at a time by decreasing the number of days that the system waits to purge records:
- Log in to your application as an operator with access to App Studio.
- In the navigation pane of App Studio, click .
- On the Configuration tab, in the Delete campaign data older than field, enter the number of days that the agent waits to purge a record.
- Click Save.
Setting the maximum number of purged records
Purge records faster by increasing the maximum number of records that the system removes at a time. By default, the maximum number of purged records is set to 100. To change the default value, you first need to add this setting to the Dynamic System Settings list, and then set the new maximum number:
- Log in to your application as an operator with access to Dev Studio.
- In the navigation pane of Dev Studio, click .
- Add the MKTPurgeMaxRecords setting:
- On the Dynamic System Settings tab, click Create.
- On the New tab, enter a short description of the dynamic
system setting.
Example: Maximum number of records purged at a time.
- In the Owning Ruleset field, enter PegaMKT-Engine.
- In the Setting Purpose field, enter MKTPurgeMaxRecords.
- Click Create and open.
- On the Settings tab, in the Value field,
enter the new maximum number, and then click Save.
For more information about the ProcessPurging agent, see agents.
Issue: NBAM:Agents Access Group
Ensure that the NBAM:Agents access group points to the correct application before the update. You can compare the access group with the name of the current application visible in the Application menu of Dev Studio.
- Log in to your application as an operator with access to Dev Studio.
- In the navigation pane of Dev Studio, click .
- Search for PegaNBAM:Agents.
- Take note of the application to which the access group points in the Name field.
Issue: External Mappings
You must map the pyEmail and pyFullName properties to your customer class for the proper functioning of the application:
- Log in to your application as an operator with access to Dev Studio.
- In the navigation pane of Dev Studio, click App.
- In the Class drop-down list, find your customer class.
- On the External mapping tab, check whether the pyEmail and pyFullName properties are properly mapped to a column in the database table.
Issue: pyDescription Column
If you are updating from Pega Marketing version 7.13, in the PR4_RULE table, update the pyDescription column, if it exists, to a length of 1000. This will help mitigate errors during the update process.
The PR4_RULE table is located in the database schema under the
.Issue: Deprecated rules
If your application contains rules that a later version of Pega Marketing or Pega Customer Decision Hub deprecates, the rules will no longer be available after the update. Review the deprecated rules and take necessary action before updating. Currently, the Pre-Upgrade Check displays the following deprecated rule instances:
- Passbooks
- Non-visual segments
- Analysis projects
- Samples
Passbooks
The Passbook functionality has been fully removed from Pega Customer Decision Hub.
Non-visual segments
Update the deprecated non-visual segment in Visual mode before the update.
- Log in to your application as an operator with access to Dev Studio
- In Dev Studio, open a deprecated non-visual segment by searching for it or by using the Application Explorer.
- Make a note of the rule configuration.
- In the header of the rule form, click Check out.
- Click the Visual Mode icon.
- Recreate the configuration in Visual mode.
- Click Save, and then click Check in.
Analysis projects
The Analysis project functionality is deprecated and will be removed in future releases of Pega Customer Decision Hub. Further use of this feature is not recommended.
Samples
The Samples functionality is deprecated and will be removed in future releases of Pega Customer Decision Hub. Further use of this feature is not recommended.
Issue: Customized rules
If your application has customized rules that override Pega Marketing or Pega Customer Decision Hub rules, an update will not take effect on the overridden rules. Review the customized rules and withdraw or re-baseline them if necessary.
Withdrawing a rule
If multiple instances of the customized rule exist in earlier versions of the same major-version ruleset, withdraw the customized rule. By withdrawing the rule, you exclude the rule and all its instances with the same name that exist in lower rulesets from rule resolution. Through a system update, you add an updated version of the rule to your Pega Customer Decision Hub application.
- Log in to your application as an operator with access to Dev Studio.
- In Dev Studio, open a customized rule by searching for it or by using the Application Explorer.
- In the upper-right corner, click Check Out.
- In the header of the form, next to the short description, click the rule availability label.
- In the Availability list, select Withdrawn, and then click OK.
- In the upper-right corner, click Check in.
Rebaselining a rule
If only one instance of the customized rule exists in your application, you can rebaseline the rule. Through rebaselining, you delete the rule, update your Pega Customer Decision Hub application, and then recreate the rule by using its updated version as the new baseline. If multiple instances of the customized rule exist in lower rulesets, withdraw the rule instead. Deletion excludes only the latest instance of the rule from rule resolution, and an earlier version instance becomes available for resolution. As a result, you cannot update the customized rule.
- Log in to your application as an operator with access to Dev Studio.
- In Dev Studio, open a customized rule by searching for it or by using the Application Explorer.
- Make a note of the configuration that is used for the rule and keep the note for later use.
- On the tab of the rule name, click Delete.
- In the Delete window, enter a reason for the deletion, and then click Delete.
- After you update your application, recreate a customized rule by using the configuration from step 3.
Previous topic Running the Pre-Upgrade Check Next topic Resolving pre-update issues for Next-Best-Action Designer