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
Migrating Identity Store (Users/Roles) between OAC instances

I am not finding any documentation on how to migrate Users from one (existing) instance of OAC into another (new) instance of OAC. I believe I should be able to create a CSV download of the Identity Store (Users/Roles) from OAC so that it can be imported into a new instance of OAC. In my new OAC instance, under /bi/app/public/bin, I find the file import_users_groups_csv.py that will allow me to import such information, but I am not finding a way to export it from our existing instance. Can someone point me toward the documentation for the process of migrating the Identity Store between OAC instances?
Thanks!
Answers
-
Basically it boils down to...exactly the same as in on-premises: WLST scripts.
https://docs.oracle.com/middleware/1212/idm/IDMCR/custom_infra_security.htm#IDMCR11510
listAppRoles, listAppRolesMembers,...
0 -
Ah, very good. I know how to do that. Thanks, Christian.
0 -
Don't overthink things in OAC. It's stil based on the OBI core tech so most of the things from on-prem can be made to work there too.
0 -
Yeah, I need to keep remembering that, Christian.
So, now I'm using the same technique that I used in 11g and 12c on-prem, launching :7001/console, going to Security Realms, myrealm, Migration, Export, and I am exporting the identity store from system #1. Then I'm transferring the generated files to system #2 and doing an import.
Everything except the passwords appears to come across. I see a bunch of new users, display names look good, and so forth. But the passwords are all empty.
In the export file (DefaultAuthenticator.dat), my own entry looks like this:
dn: uid=mthompson,ou=people,ou=@realm@,dc=@domain@
mail: mthompson@careiqsolutions.com
uid: mthompson
displayname: Mark Thompson
objectclass: top
objectclass: wlsUser
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
givenname: Mark
sn: Thompson
cn: mthompson
createTimestamp: 201801052111Z
creatorsName: cn=Admin
userpassword:: e3NzaGEyNTZ9SXlnNzYveGdTUjl3WDJqUi85cWN1NWUrdjBBdFBVeEwvbENiaG9FYmZJTDJJV3FK
modifyTimeStamp: 201801052129Z
modifiersName: cn=Admin
So there is an encrypted password in the .dat file, but the password did not make it into OAC.
Thoughts?
0 -
I cannot seem to delete the previous comment (i.e. passwords don't work). Passwords DO work. It would help greatly if I would have typed my password correctly. This WORKS!!
0 -
As long as it works all is peachy
0