Business Analytics Administration : Business Analytics Security : Change technical user password
Change technical user password
For reasons of security we strongly recommend that the Business Analytics administrator should change the standard technical user password after installation. The technical user password is encrypt and stored in two modules. You have to change both occurrences.
<MashZoneNG-install>/apache-tomee-jaxrs/webapps/presto/WEB-INF/classes/mz.properties
<MashZoneNG-install>/apache-tomee-jaxrs/webapps/mashzone/WEB-INF/mashzone.properties
Note:  
This procedure is only required for Business Analytics 3.9.01.
Procedure
1. Change the password in .../mz.properties.
a. Encrypt a new password using the padmin tool. Open the command line and enter following command. Replace the variable <password> by your new password, e.g. newPassword.
$ <MashZoneNG-install>/prestocli/bin/padmin encryptProperty -u Administrator -w manage -p <password>
b. Copy the output of the command line into mz.properties, e.g. {ENC}A+yyI2FYYBy33lgNCWGQIQ==.
mzServer.secrete={ENC}A+yyI2FYYBy33lgNCWGQIQ==
2. Change the password in .../mashzone.properties.
a. Encrypt a new password using the encryptpassword tool. Open the command line and enter following command. Replace the variable <password> by your new password, e.g. newPassword.
$ <MashZoneNG-install>mashzone/tools/runtool encryptpassword -password <password>
b. Copy the output of the command line into mashzone.properties, e.g. 46f712a61dc8d7ed244bf0ffd266ae1e.
presto.basicAuthPassword=46f712a61dc8d7ed244bf0ffd266ae1e
The technical user password is changed.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback