Common Services base component

For the Common Services base component, the data setup utility (DSU) supports the following operations:
Import
Imports the base configuration data into the database tables for the Common Services base and Business Rules configuration.
Export
Exports the base configuration data from the database tables that contain the Common Services base and Business Rules configuration.
Migration
To help migrate configuration type database tables from older releases to newer releases, use the properties files that begin with Migrate. When you migrate, run the export operation before the import operation.
Note:
  • All the base configuration, common configuration, and the properties are available with all the schemes and are prerequisites to the scheme-specific configuration.
  • Check do not use the common configuration.
  • Use the CommonXREF and the CommonMap files to import and export the framework configuration.
The command that is used to run each of the operations is shown in the following table.
Table 1. Commands for the Common Services base operations
Operation Command
Import the base configuration data for the framework. DSU import ProductImport.properties
Import the base configuration data for Business Rules. DSU import BusinessRulesBaseImport.properties
Import the base XML data for Business Rules. DSU import BusinessRulesBaseXMLImport.properties
Import the base configuration data for Business Rules. DSU import MigrateBusinessRulesBaseImport.properties
Import the configuration data for the framework. This operation is not used by Check. DSU import CommonImport.properties
Import the configuration data for the framework. This operation is not used by Check. DSU import MigrateCommonImport.properties
Import the configuration data for Business Rules. This operation is not used by Check. DSU import BusinessRulesCommonImport.properties
Import the configuration data for Business Rules. This operation is not used by Check. DSU import MigrateBusinessRulesCommonImport.properties
Import the configuration data for ISO20022 validations. This operation is not used by Check. DSU import EditsCommonImport.properties
Import the configuration data for ISO20022 validations. This operation is not used by Check. DSU import MigrateEditsCommonImport.properties
Export the base configuration data for the framework. DSU export ProductExport.properties
Export the base configuration data for Business Rules. DSU export BusinessRulesBaseExport.properties
Export the base configuration data for Business Rules. DSU export MigrateBusinessRulesBaseExport.properties
Export the configuration data for the framework. This operation is not used by Check. DSU export CommonExport.properties
Export the configuration data for the framework. This operation is not used by Check. DSU export MigrateCommonExport.properties
Export the configuration data for Business Rules. This operation is not used by Check. DSU export BusinessRulesCommonExport.properties
Export the configuration data for Business Rules. This operation is not used by Check. DSU export MigrateBusinessRulesCommonExport.properties
Export the configuration data for ISO20022 validations. This operation is not used by Check. DSU export EditsCommonExport.properties
Export the configuration data for ISO20022 validations. This operation is not used by Check. DSU export MigrateEditsCommonExport.properties
Import the configuration data for samples tasks. DSU import TasksImport.properties
Export the configuration data for samples tasks. DSU export TasksExport.properties