OBIEE - Why I have by default No Privilege on all object ?

Bi Server Architecture With Client

Because

In the OBIEE - NQSConfig.ini file, I have in the security section :

DEFAULT_PRIVILEGES = NONE;

Change it to

DEFAULT_PRIVILEGES = READ;

as bellow.

File

# ##############################################################################
# Security Section
# Legal value for DEFAULT_PRIVILEGES are:
# NONE READ
# ##############################################################################

[SECURITY]

DEFAULT_PRIVILEGES = READ;
PROJECT_INACCESSIBLE_COLUMN_AS_NULL = NO;
MINIMUM_PASSWORD_LENGTH = 0;

# SSL=NO;
# SSL_CERTIFICATE_FILE="servercert.pem";
# SSL_PRIVATE_KEY_FILE="serverkey.pem";
# SSL_PK_PASSPHRASE_FILE="serverpwd.txt";
# SSL_PK_PASSPHRASE_PROGRAM="sitepwd.exe";
# SSL_VERIFY_PEER=NO;
# SSL_CA_CERTIFICATE_DIR="CACertDIR";
# SSL_CA_CERTIFICATE_FILE="CACertFile";
# SSL_TRUSTED_PEER_DNS="";
# SSL_CERT_VERIFICATION_DEPTH=9;
# SSL_CIPHER_LIST="";





Discover More
Obi Edition
OBIEE - Security

To determines who has the ability to view data and objects, you can combine several parameters configuration on different security levels: Object Security: business logic security (repository) and catalog...



Share this page:
Follow us:
Task Runner