How To Change The Repository (RPD) Password in OBIEE
We can Change the Oracle BI Repository Password Using the obieerpdpwdchg Utility
Use the following steps to Change The Repository (RPD) Password:
1. Navigate to the obieerpdpwdchg utility, which is located under $BI_DOMAIN_HOME/bitools/bin directory.
Type the following arguments for obieerpdpwdchg:
-I name_and_path_of_existing_repository
-O name_and_path_of_new_repository
2. Then, enter the current (old) password and the new password when prompted. The repository password must be longer than five characters and cannot be empty.
$ obieerpdpwdchg -I my_repos.rpd -O my_changed_repos.rpd
Please enter the repository password:
Please enter a new repository password:
Note that passwords are masked on the command line unless you include the -C option in the command to disable masking.
3. Use the uploadrpd command to upload the repository to Oracle BI Server.
Please see this link to - OBIEE 12c: Download and Upload Repository(RPD) Commands
No comments:
Post a Comment