OBI Presentation Service (Webcat) - User

Saw Object

About

User management for the presentation services (ie the webcat)

The “system account” is the user that is used when opening the catalog in offline mode with the catalog manager or runcat (ie local access)

After doing some user catalog manipulation, you may want to suppress the cache (Browser and Reload) otherwise you may get strange behavior.

Management

Suppress (forgetAccount)

See runcat forgetAccount

# Make a backup dir
mkdir /backup/obiee/forgetUsers
# Backup of the home
cp -r $CAT_PATH/root/users/myuserlogin /backup/obiee/forgetUsers
# Forget the account
runcat.sh -cmd forgetAccounts -username myuserlogin -offline $CAT_PATH > forgetmyuserlogin.log 2>&1

You have also a log file here: INSTANCE_HOME/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/catalogmanager0.0.log

Rename

If the user has been renamed, see runcat renameAccount

runcat.cmd/runcat.sh -cmd renameAccounts \
     -old <old name{;;old name}> \
     -new <new name{;;new name}> \
     -offline <path of catalog>

Example:

runcat.sh -cmd renameAccounts \
     -old oldName 
     -new newName 
     -offline /u01/app/oracle/product/fmw/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/myCat





Discover More
Bi Server Architecture With Client
OBI Server - User

User is a system session variable that: represent an account holds the value the user enters as his or her logon name. It is involved: in the authentication security process to set it up and...
Obiee Catalog
OBIEE 10G/11G - The (Web|Presentation) Catalog (Webcat)

Old Presentation Catalog... The Oracle BI Presentation Catalog stores BI Presentation Service object such as: answer, dashboard, prompt folders, shortcuts, KPIs, Oracle BI Publisher...
Saw Object
OBIPS - runcat (Web Catalog Manager client)

The runcat utility permits to perform webcat operations from the command line (scripted) The runcat.cmd (.sh) start script is located here: \bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalogmanager...



Share this page:
Follow us:
Task Runner