Changing the Unity Repository User Password - Teradata Unity

Teradata Unity User Guide

Product
Teradata Unity
Release Number
16.00
Published
March 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
ipb1476817227329.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. 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. 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.