Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Location of security realm files

Hi All -
Does anyone know where these files are located?
DefaultCredentialMapper.dat
exportIndex.dat
I've been able to find a few of the others. Here's how I get them (connection details not shown):
domainRuntime()
cd ('/DomainServices/DomainRuntimeService/DomainConfiguration/bifoundation_domain/SecurityConfiguration/bifoundation_domain/DefaultRealm/myrealm/AuthenticationProviders/DefaultAuthenticator')
cmo.exportData('DefaultAtn','/home/applmgr/user_reporting/obia_dr_sync/DefaultAuthenticator.dat', Properties())
cd ('/DomainServices/DomainRuntimeService/DomainConfiguration/bifoundation_domain/SecurityConfiguration/bifoundation_domain/DefaultRealm/myrealm/Authorizers/XACMLAuthorizer')
cmo.exportData('DefaultAtz','/home/applmgr/user_reporting/obia_dr_sync/defaultAtz.dat', Properties())
cd ('/DomainServices/DomainRuntimeService/DomainConfiguration/bifoundation_domain/SecurityConfiguration/bifoundation_domain/DefaultRealm/myrealm/RoleMappers/XACMLRoleMapper')
cmo.exportData('DefaultRoles','/home/applmgr/user_reporting/obia_dr_sync/defaultRoles.dat', Properties())
exit()
But, I can't seem to track down the others. We're trying to export these to our server, so that we can send them over to our DR instance, via rsync. I know this can be done from the admin console, but it can be scripted better if we can pull them down from the command line. By the way, I'm assuming we need all of these to do an import on the other side? This is necessary to ensure we have all of the users if/when we need to bring up the DR instance.
OBIEE 11.1.1.9.3
Regards,
Charles
Answers
-
Hi ... anyone have any ideas on these? I did open an SR, but so far haven't gotten a definitive answer. It's not a major priority, but would be helpful.
Thanks!
0 -
They should be in this folder
domain_name/servers/adminServer/data/ldap/ldapfiles
Check this document
How to backup and recover (Export & Import ) Embedded LDAP Server? (Doc ID 2197278.1)
Thanks
Venkat
0 -
Thanks Venkata. Let me see if I can get what I need using this. I'll reply back with results.
Charles
0