Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To load data into the PMDB

  1. Make sure a Precise Listener is installed on the server from which you want to load data.
  2. Prepare an XML file in the load request format containing all the required columns.
  3. 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>

...