Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
including user information in BAR files?

I need to transfer the OBIEE rpd catalogs to another installation. Is there a method or setting in which I could also transfer the user-group and profile information to the new environment?
Thanks
Answers
-
Not really because users and group aren't an OBIEE thing or a FMW thing. They are a Weblogic LDAP thing.
There are WLST scripts allowing you to export users/groups from one environment and load them into the new environment.
0 -
Thanks, where would I find the WLST scripts?
0 -
Google or just looking in the doc they say somewhere how to export and import the users/groups.
0 -
google obiee wlst security commands ...... https://docs.oracle.com/middleware/1212/idm/IDMCR/custom_infra_security.htm
0 -
OK I figured it out, it was pretty simple
Log into console go to Security Realms->myrealm->Migration-> and there are two tabs, one for export, one for import.
The directories do have to be created. I used the impdir and workdir that I had created for importing/exporting BAR files.
0 -
Just what the doc says ... (and a bunch of blogs post Google return in the first page of results)
0