POLICY_ANALYSIS_ERROR
The POLICY_ANALYSIS_ERROR table stores non-fatal errors encountered during policy analysis.
Column Name Description Data type ERROR_ID* Unique identifier of policy analysis error. Primary key. Character (32) ENTITY_NAME Name of an entity. Character (100) ENTITY_IDENTIFIER Global ID. Character (255) ENTITY_TYPE Enter of entity: Person=.
Service=.
Account=.
Role=.
Numeric SERVICE_NAME Name of the service. Character (200) SERVICE_IDENTIFIER Global ID of the service. Character (255) PERSON_NAME Name of the person. Character (200) PERSON_IDENTIFIER Global ID of the person. Character (255) POLICY_NAME Name of the policy. Character (100) POLICY_IDENTIFIER Global ID of the policy. Character (255) ATTR_NAME Name of the attribute. Character (100) ERROR_TYPE* Account entity not foun.
Person entity not foun.
Service entity not foun.
Person referential integrity erro.
Role referential integrity erro.
Some generic messag.
Numeric ENTITY_ERROR_TYPE Enter of entity error. Values include: 0 – entity not found erro.
1 – data integrity erro.
Numeric ERROR_MESSAGE* The error message. Long character POLICY_ANALYSIS_ID* Randomly generated session ID. References POLICY_ANALYSIS(ANALYSIS_ID). Character (32) * Indicates the column is required and not null.
Parent topic: Provisioning policy tables