Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE 12c: wlst scripting to edit EM controlled configurations

mjaiswal19Jul 17 2017 — edited Jul 17 2017

Hello Everyone,

I need help with WLST scripting to configure EM controlled configurations(like GLOBAL_CACHE_STORAGE_PATH).

In OBIEE 11g, we used to lock / commit as following:

domainCustom()

cd ('oracle.biee.admin')

cd ('oracle.biee.admin:type=BIDomain,group=Service')

# define the MBean parameters and datatypes as arrays 

objs = jarray.array([],java.lang.Object)

strs = jarray.array([],java.lang.String)

# Invoke the lock operation from the BIDomainMBean

# (equivalent to the Lock and Edit Configuration button in Oracle Enterprise Manager)

invoke('lock',objs,strs)

How to lock / commit in OBIEE 12c?

Regards,

Manish Jaiswal

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details