To load data into the PMDB
- Make sure a Precise Listener is installed on the server from which you want to load data.
- Prepare an XML file in the load request format containing all the required columns.
- Run the following command from the <i3_root> directory:
- Windows:
infra\bin\psin_http_requestor.exe -p -x <pw-fp-server> <listener-port> pw-data-load PW < <file with loading data>
- UNIX:
./infra/bin/psin_http_requestor -p -x <pw-fp-server> <listener-port> pw-data-load PW < <file with loading data>
- Windows:
The results are sent to the standard output. If you want to redirect the results to a file, use the >
command.