APE Error Catalog
Currently in the OIPA system, for the following list of APE errors user friendly messages are supported.
S.No. | Error Number | Error Type | System Indicator | Error Message |
Error Cause |
Error Fix Tip |
1 | APE.FailedLoadSegmentName | APE | Y | Definition for the Segment is not available. |
Configuration Error: Complete Segment definition is not provided by the SegmentName record. |
Correct the configuration for the SegmentName record, and attempt to re-process. |
2 | APE.AllocationTypeCodeMismatch | APE | Y | The Activity cannot replace a Program Allocation. |
Configuration Error: The WriteDefaultAllocation business rule can replace a Program Allocation by identifing the correct TYPE attribute and AllocationTypeCode. |
To replace a Program Allocation, the configuration for the WriteDefaultAllocation business rule should include, 1) The TYPE attribute as "Program" 2) The PROGRAMGUID attribute should be a valid Program for the Policy 3) A value for the <AllocationTypeCode> element should be 'Prog'. |
3 | APE.FailedLoadPolicyScreen | APE | Y | Unable to load the PolicyScreen business rule. |
Configuration Error: The Activity is attempting to add or update a Policy Role. Possible causes for this issue may be, |
The PolicyScreen business rule must have an override within the Policy context scope. When properly overridden, the configuration must be a valid XML document and conform to the PolicyScreen business rule configuration definition. |
4 | APE.FailedLoadRoleCodeList | APE | Y | Unable to load a list of available Roles. |
Configuration Error: This error occurs when AsCodeRole code name is not populated in AsCode database table. |
The code name of AsCodeRole must be defined in the AsCode database table. |
5 | APE.FailedLoadRoleScreen | APE | Y | Unable to load the RoleScreen business rule. |
Configuration Error: Possible causes for this issue, |
The RoleScreen business rule must have an override within the Policy context scope. When properly overridden, the configuration must be a valid XML document and conform to the RoleScreen business rule configuration definition. |
6 | APE.FailedLoadRoleScreenForSegment | APE | Y | Unable to load the RoleScreen business rule for adding or updating Segment Roles. |
Configuration Error: Possible causes for this issue when adding or updating the Role data on the Segment may be, |
The RoleScreen business rule must have an override within the Policy context scope. When properly overridden, the configuration must be a valid XML document and conform to the RoleScreen business rule configuration definition. |
7 | APE.InvalidProgramGuidForAllocationTypeCode | APE | Y | The WriteDefaultAllocation business rule cannot replace a Program Allocation because the ProgramGUID is null. | Configuration Error: Configuration in the WriteDefaultAllocation business rule references a ProgramGUID that is null. | The transaction's Math configuration provides a ProgramGUID value through a mathvariable that is referenced in the WriteDefaultAlloation business rule. Configuration should be corrected and attempt to re-process. |
8 | APE.MissingFromCollectionValue | APE | Y | CopyToRoleFields business rule cannot update Roles because a FromCollection value is not valid. |
Configuration Error: Configuration in the CopyToRoleFields business rule has a <FromCollection> element with no reference to a math variable or references a math variable that does not exist or the math variable referenced by the element is not a collection. |
A <FromCollection> element in CopyToRoleFields business rule must reference a valid mathvariable of TYPE="COLLECTION". The collection may have 0 or more number of keys. |
9 | APE.MissingFromCollection | APE | Y | CreatePolicy business rule cannot create a new Policy because a FromCollection is not valid. |
Configuration Error: Configuration in the CreatePolicy business rule has a <FromCollection> element with no reference to a math variable or references a math variable that does not exist or the math variable referenced by the element is not a collection. |
A <FromCollection> element in CreatePolicy business rule must reference a valid mathvariable of TYPE="COLLECTION". The collection may have 0 or more number of keys. |
10 | APE.MissingRolePercentValue | APE | Y | CopyToRoleFields business rule cannot update the Role's percentages. |
Data/Configuration Error: The CopyToRoleFields business rule validates the old and new values for the RolePercent field. The new and old values cannot be null. |
The transaction's Math configuration provides the updated RolePercent value through a mathvariable that is referenced in CopyToRoleFields business rule. The new value cannot be null. If the old value of RolePercent is null, it must be corrected before re-attempting processing. |