Important Settings
Important settings and configurations related to the setup of AMT are described on this page.
Database Wrappers
The AMT Reorganize program for AMT Java requires a wrapper for every database other than MSSQL. A wrapper is available for all supported databases. While the PostgreSQL wrapper is available, it is currently the only wrapper not provided with the AMT Reorganize program.
Upon start, the AMT Reorganize program first searches for a local wrapper. No further configuration is required if the wrapper is located in the root folder of AMT Reorganize. If no local wrapper is found, the program looks for each of the Windows System Variables:
- AMT_POSTGRESQL_WRAPPER
- AMT_ORACLE_WRAPPER
- AMT_DB2_WRAPPER
If none of these Windows System Variables are found, an error message is displayed, stating that the wrapper’s DLL file is not configured correctly or is not installed.
Use the information below while creating a Windows System Variable for a database wrapper.
- Create a Windows System Variable named AMT_<DATABASE TYPE>_WRAPPER (POSTGRESQL, ORACLE, DB2).
- Set the variable value to the path where the Database Wrapper folder is located.
- Start AMT Reorganize using a Command-Line Interface with the following parameters:
.\AmtReorganize.exe /JAVA /DBMODELFILE=<Path\To\AMTJAVASYSTEM.json> /I:<Path\To\cc-config.yaml>