6.8 Configuring Prohibited Documents

This attribute specifies the configurable values for document types that are confidential and should not be migrated to CRR.

To perform this activity, follow these steps:
  1. Log into the ECM Atomic Schema and execute the following SQL statement by replacing the following placeholders.
    ##Prohibited Document Names##: The value for the prohibited documents must be provided in the parameter. These document types shall not be migrated to CRR during the promote to the STR process.
  2. Update the following query.
    UPDATE KDD_INSTALL_PARAM SET ATTR_7_VALUE_TX = ##Prohibited Document Names## where PARAM_ID= 7;
    For example
    
    Update KDD_INSTALL_PARAM SET ATTR_7_VALUE_TX = 'SIN, SIN NUMBER' where
    PARAM_ID= 7;
     
    COMMIT;