Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
admintool obiee 12, offline mode, open rpd without knowing password

Dear
With BIEE12 Admin Tool in OFF-line mode.
A customer sent me a rpd but he kwon password.
I need to copy the defined model and semantics in a rpd but the client does not know the password.
If I try to use the password and the customer claims it is the correct get the error - fail logon.
I do not have a server environment installed, only the client's biee12.
How could set it new password for this rpd?
or
Can open the RPD without a password?
my NQSConfig.INI client on my desktop in C:\ORACLE\OBIEE12c\bieeclient1221\domains\bi\config\fmwconfig\biconfig\OBIS
==
###############################################################################
#
# Security Section
#
# Legal value for DEFAULT_PRIVILEGES are:
# NONE READ
#
###############################################################################
[SECURITY]
AUTHENTICATION_TYPE = BYPASS_NQS;
MINIMUM_PASSWORD_LENGTH=0;
DEFAULT_PRIVILEGES = READ;
PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES; # default is no
# Note that the paths below should be relative to the instance
# config directories if specified. e.g.,
# $(ORACLE_INSTANCE)/config/OracleBIServerComponent/<instance_name>
IGNORE_LDAP_PWD_EXPIRY_WARNING = NO; // default is no.
MAX_AUTHENTICATION_TIME = 600; # in seconds.
INIT_BLOCK_LOG_TIME_THRESHOLD = 60; # in seconds.
SSL=NO; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_CERTIFICATE_FILE="@DOMAIN_HOME/config/fmwconfig/biinstances/coreapplication/ssl/server-cert.pem"; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_PRIVATE_KEY_FILE="@DOMAIN_HOME/config/fmwconfig/biinstances/coreapplication/ssl/server-key.pem"; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_VERIFY_SERVERS=YES; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_VERIFY_CLIENTS=NO; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_TRUSTED_PEER_DNS="";
SSL_INTERNAL_CA_CERTIFICATE_FILE="@DOMAIN_HOME/config/fmwconfig/biinstances/coreapplication/ssl/cacert.pem"; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_INTERNAL_TRUSTED_PEER_DNS="";
SSL_WEBSERVER_CA_CERTIFICATE_FILE="@DOMAIN_HOME/config/fmwconfig/biinstances/coreapplication/ssl/webservercacert.pem"; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_WEBSERVER_TRUSTED_PEER_DNS="CN=localhost"; # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
SSL_CERT_VERIFICATION_DEPTH=9;
SSL_CIPHER_LIST="";
==
The tag AUTHENTICATION_TYPE = BYPASS_NQS;
It had no effect.
If you leave blank the password field get the error:
login fail
Thanks any sugestion,
Answers
-
Try with Admin123
0 -
The customer can retrieve the password from the credential store of the server which is running the RPD.
Connect to your WLS using WLST
connect(“weblogic”,”YOUPASSWORDGOESHERE″,”myserver:7001″)
and then run sth along the lines of
listCred(“oracle.bi.enterprise”,”repository.SA511_BI0009″)
0