...
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.
...