Encrypting the RTView Adapter Password

If the isEncrypted property is set to true, encrypt the RTView adapter password.

  1. Create a keystore. See Generating the Java Keystore for more info on how to do this.
  2. Place the keystore.jks file in the RTV project folder.
    For the example project, place the keystore file in the example folder.
  3. Modify the encrypt.bat script under %ESP_HOME%\adapters to generate an encrypted password for a given plain text password.
  4. Use the RTView Builder to delete the ESP connection.
  5. Create a new ESP connection.
  6. Provide the encrypted password in the password field.
  7. Save the connection.
  8. Select No to replace the existing .ini file.
    If you choose Yes, the file under %RTV_HOME%\lib is updated.
    Note: Updating the .ini file directly may not work as the encrypted password usually contains "=" and "\" characters that have to be properly escaped and encoded. Sybase recommends doing this using the graphic user interface.