Home > Back-end >  How to export obiee12c users with application roles
How to export obiee12c users with application roles

Time:09-16

I have taken backup of RPD and Catalog of OBIEE12c using exportarchieve utility as a bar file. After importing bar file in another server using importarchieve utility, I found that users and application roles did not import. So, how can I export and import obiee12c users and application roles.

CodePudding user response:

What EXACT commands did you use on what EXACT version? They changed over the lifespan of the product and you may just be using wrong calls:

https://datacadamia.com/dat/obiee/admin/12c/bar

CodePudding user response:

exportarchieve utility does not export users in bar file. You need to export security data (i.e., users and applications roles) to a file separately. The following is the way to export security data to a file.

Step 1: Login to the weblogic console using admin user.

Step 2: Select Security Realms (for example myrealm)

Step 3: Expand migration tab then export tab

Step 4: Provide export directory name in "Export Directory on Server Filed"

Step 5: Save

The security data (i.e., users and applications roles) is saved in a file in the location you specified.

  • Related