How to Change the Password on DQC Server
Reported for version 10
In order to change the password for DQC server follow these steps:
- In
default.ServerConfig
located in\runtime\server\etc
make sure<method class="com.ataccama.dqc.communication.auth.server.PasswordServerMethod">
is uncommented. - In the same folder, open
users.xml
, where the users and passwords can be updated. - Follow the following steps to encrypt the password:
- From the command line, navigate to the
/runtime/bin
directory. - Run:
onlinectl.bat password -desede mypass
where mypass is the real password in plain text.
- From the command line, navigate to the
After completion, an encrypted password will be displayed. You can copy it to the users.xml
.
Related articles