DSA_W1970 Configuration: Text-based configured value redefining item '<configurationItem>'
search cancel

DSA_W1970 Configuration: Text-based configured value redefining item '<configurationItem>'

book

Article ID: 372696

calendar_today

Updated On:

Products

CA Directory

Issue/Introduction

Warning message "DSA_W1970 Configuration: Text-based configured value redefining item '<configurationItem>'" appears in the DSA alarm log.
Known examples of the <configurationItem> include:
  • wait-for-multiwrite
  • multi-write-disp-recovery

Environment

Directory 14.1
Component: CA Directory

Cause

Multiple "set <configurationItem> with different values appear throughout the the DSA configuration files of a particular DSA. Known example setting include:
  • wait-for-multiwrite
  • multi-write-disp-recovery

 
In real word, one example has this value set to true in the settings configuration file, another set to false in the server dxi file.

Resolution

Locate the set <configurationItem> command throughout the DSA configuration files to either set them to the same value or leave only one.
 
On a linux CA Directory implementation, the following command can help you locate all wait-for-multiwrite settings. You will then need to sort through the ones that are applicable to your DSA
 
cd "$DXHOME/config"
find . -type f -exec grep wait-for-multiwrite {} +

You can also replace the word "wait-for-multiwrite" with other words like "multi-write-disp-recovery" for other settings.

A warning message "DSA_W1970" can also be found among other messages described in the product documentation at the following link:

Warning Messages