How to Change the Password on DQC Server

Reported for version 10

In order to change the password for DQC server follow these steps:

  1. In default.ServerConfig located in \runtime\server\etc make sure <method class="com.ataccama.dqc.communication.auth.server.PasswordServerMethod"> is uncommented.
  2. In the same folder, open users.xml, where the users and passwords can be updated.
  3. Follow the following steps to encrypt the password:
    1. From the command line, navigate to the /runtime/bin directory.
    2. Run: onlinectl.bat password -desede mypass where mypass is the real password in plain text.

After completion, an encrypted password will be displayed. You can copy it to the users.xml.