Changing the Unity Repository User Password - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.20
Published
May 2019
Language
English (United States)
Last Update
2019-05-23
dita:mapPath
dzf1517499323110.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Use the ud-commons jar file from the /etc/opt/teradata/unityui/scripts/ location. From UnityAdmin, run the following commands as the "Viewpoint" user:
    1. /opt/teradata/jvm64/jre7/jre/bin/java -cp /opt/teradata/unityui/scripts/ud-commons.jar com.teradata.unity.security.PasswordManager REPO_PASSWORD <newrepopassword>
    2. /opt/teradata/jvm64/jre7/jre/bin/java -cp /opt/teradata/unityui/scripts/ud-commons.jar com.teradata.unity.security.PasswordManager ALTER_REPO_PASSWORD <newaltrepopassword>
  2. Stop Viewpoint.
  3. Use the following command to change the password for the Unity repository user on the repository database (for both repositories if required): MODIFY USER <repositoryuser> AS PASSWORD =<newpassword>;
  4. Start the primary Unity server.
  5. Start the secondary Unity server.
  6. Start the Viewpoint server.