Oracle BI EE 10.1.3.3/2 – Automating Passwords Resets – nqschangepassword.exe utility
Posted by Venkatakrishnan J on March 31, 2008
Though many of you might be aware of the simple utility called as nqschangepassword.exe, i thought this deserves a special mention here since it can serve as an automation utility to change the passwords/reset the passwords etc. You can find this utility under {OracleBI}\Server\Bin directory. As the name suggests, it helps in changing the passwords of the users in the Repository without opening the repository. The syntax for using this utility is
nqschangepassword.exe -d <data source name> -u <user name> -p <password> -n <new password> [-w <ssl passphrase> | -y]
For example,
nqschangepassword.exe -d AnalyticsWeb -u Administrator -p Administrator -n welcome1
This utility can be used in combination with DBMS_SCHEDULER and UTL_SMTP packages to automate the process of resetting the passwords and sending those passwords out to the end users. A very simple and very handy utility. We shall see the multitude of uses this utility can be put through in future blog entries.


Oracle BI EE 10.1.3.3/2 - Automating Passwords Resets ... | Making Passwords said
[...] See the original post: Oracle BI EE 10.1.3.3/2 – Automating Passwords Resets … [...]
rossgoodman said
I don’t have an environment that I can test this on right now.
I know there is a bug in the product that only users in the administration group can change their passwords in the web interface.
Would this allow “normal” users to change their password?
Ross
http://www.RossGoodman.com
Ross Goodman said
I have just tested this.
If the user in not in the admin group then this command reports an error in trying to change the password.
Ross
http://www.RossGoodman.com
Venkatakrishnan J said
Ross – You are correct. A sureshot enhancement candidate. This is currently not possible because any non-admin user cannot even open the repository (and hence cannot change his password).
Vency said
Hi Venkat,
Is there any way to recover the Lost password for the Repository?
Oracle BI EE 10.1.3.3/2 - Automating Password Updates of Connection Pools and Users - Command Line Options « Business Intelligence - Oracle said
[...] for users, just use the nqschangepassword.exe tool. For more details on this, check my blog entry here. So, on a high level your entire migration process would look as shown [...]
suma said
HI,
can u show me what r major difference between siebel analytics 7.8 and OBIEE 10.1.3.3