Nacha
The base configuration and common configuration are prerequisites to run the Nacha configuration.
For the Nacha configuration data, the data setup
utility (DSU) supports the following operations:
- Import
- Imports the configuration data into the database tables for the Nacha configuration.
- Export
- Exports the configuration data from the database tables that contain the Nacha configuration.
- Delete
- Deletes the contents from the database tables.
Note: Before the DSU is run for Nacha, make sure that the
prerequisite import operations completed successfully. Import and delete order describes the
order for running the import and delete operations.
The command that is used to run each of the operations is shown in the following table.
| Operation | Command |
|---|---|
| Import the Nacha configuration data. | DSU import NachaImport.properties
Note: This command must be run first after the prerequisite import operations.
|
| Import the Business Rules configuration data for Nacha. | DSU import BusinessRulesNachaBaseImport.properties |
| Import the Business Rules data for Nacha. | DSU import BusinessRulesNachaImport.properties |
| Import the Business Rules XML data for Nacha. | DSU import BusinessRulesNachaXMLImport.properties |
| Import the Business Rules NACHA validation edits for each specification year that is supported by Nacha. Only the data for the years you want to validate need to be imported. The specification year, yyyy, is in the name of the properties file. | DSU import EditsNachayyyyImport.properties |
| Import the additional Business Rules NACHA validation edits. | DSU Import EditsNachaAdjustImport.properties |
| Import the Corporate Payment Services Nacha configuration data. | DSU import MigrateNachaImport.properties |
| Export the Nacha configuration data. | DSU export NachaExport.properties |
| Export the Business Rules data for Nacha. | DSU export BusinessRulesNachaExport.properties |
| Export the Business Rules NACHA validation edits. | DSU export EditsNachaExport.properties |
| Export the additional Business Rules NACHA validation edits. | EditsNachaAdjustExport.properties |
| Export the Corporate Payment Services Nacha configuration data. | DSU export MigrateNachaExport.properties |