Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12c: wlst scripting to edit EM controlled configurations

Question
11
Views
0
Comments
mjaiswal19
mjaiswal19 Rank 1 - Community Starter

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