Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.1

...

You can get the server ID from the URL in Test Data Assistant.

 

...

Encrypting Your Password

You can run the connector jar with the -encodepass flag flag to create an encoded password encrypted password using AES 256-bit encryption that you can use in the .properties configuration file. Encoding Encrypting your password is optional, but doing so adds a layer of security to your import.

Code Block
java -jar "parasoft-tda-sql-connector.jar" -encodepass <password><PASSWORD>

Usage

Run the SQL Connector on the command line to use the tool.

...