Support Article
Resulting extracted list has duplicate entries for each property
SA-24362
Summary
The resulting extracted list has two entries for each selected property.
Error Messages
Not Applicable
Steps to Reproduce
- Create an Extract rule.
- Select the properties to be included.
- Observe the resulting list.
Root Cause
A defect or configuration issue in the operating environment:
The primary key on the PR_SYS_RULESET_INDEX table was missing, resulting in duplicate entries in this caching table.
Resolution
Make the following change to the operating environment:
truncate table PR_SYS_RULESET_INDEX;
ALTER TABLE pr_sys_ruleset_index
ADD CONSTRAINT pr_sys_ruleset_index_PK PRIMARY KEY
(
pzInsKey
)
Published June 17, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.