POLICY_ANALYSIS_ERROR

The POLICY_ANALYSIS_ERROR table stores non-fatal errors encountered during policy analysis.

Table 1. POLICY_ANALYSIS_ERROR table
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 Type of entity:

Person=1

Service=2

Account=3

Role=4

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 found

Person entity not found

Service entity not found

Person referential integrity error

Role referential integrity error

Some generic message

Numeric
ENTITY_ERROR_TYPE Type of entity error. Values include:

0 – entity not found error

1 – data integrity error

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.