Command-Line Usage
The PDS command line is as follows:
java [jvm_options] -jar TIB_tps_datasyncer.jar config-file-name
Example:
java –jar TIB_tps_datasyncer.jar names_table_PDS_settings.yaml
An example of a shell-script for three joined tables: persons (parent table) and address and phone (child tables).
nohup java –jar TIB_tps_datasyncer.jar persons.yaml &> persons_pds.log &
nohup java –jar TIB_tps_datasyncer.jar address.yaml &> address_pds.log &
nohup java –jar TIB_tps_datasyncer.jar phone.yaml &> phone_pds.log &