Did some work on a 11g BI publisher only install recently. Opposite to OBIEE11g you can still add users directly into BIP. Be sure to give them the right roles and sync it with your weblogic security realm.
Till Next Time
A collection of OBIEE / OBISE stuff from 101 till 404. I just put the things here I run into.
Did some work on a 11g BI publisher only install recently. Opposite to OBIEE11g you can still add users directly into BIP. Be sure to give them the right roles and sync it with your weblogic security realm.
Till Next Time
The default password life time on an Oracle 11gr2 database is a 180 days. This means that the connection to your MDS databases in the weblogic server will crash after a 180 days.
Ask your DBA to set it to a longer period FI: 3600 days (almost 10 years)
alter profile default limit password_life_time 3600;
Till Next Time