Configuring Validation for Substances During Import

You can configure how the importer validates the CAS number and substance EC number.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure whether the import validates the CAS Number during substance imports, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.validateSubstanceCASNumber=no

    2. Set the value for this property depending on your business requirements:

      • yes Substance CAS numbers are checked to see if they conform to the rules. If they do not, the import aborts with an error.
      • no (default) No validation is performed.

  3. To configure whether the import validates the EC Number during substance imports, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.validateSubstanceECNumber=no

    2. Set the value for this property depending on your business requirements:

      • yes Substance EC numbers are checked to see if they conform to the rules. If they do not, the import aborts with an error.
      • no (default) No validation is performed.

  4. To specify the compliance types that require validation of substance applications when imported, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.SubstanceApplication.Validation.Import.ComplianceTypes=

    2. Set the value for this property depending on your business requirements. For example:

      emxMaterialComplianceCentral.SubstanceApplication.Validation.Import.ComplianceTypes=
      EL2011/534/EU,EL2010/122/EU,EL2011/65/EU_ANNEX_IV

  5. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxMaterialsComplianceCentral.properties page object. For more information, see Editing Properties Using MQL.