Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Location of security realm files

Received Response
11
Views
3
Comments
Charles M
Charles M Rank 6 - Analytics Lead

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

  • Charles M
    Charles M Rank 6 - Analytics Lead

    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!

  • Venkata Rachuri
    Venkata Rachuri Rank 5 - Community Champion

    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

  • Charles M
    Charles M Rank 6 - Analytics Lead

    Thanks Venkata. Let me see if I can get what I need using this. I'll reply back with results.

    Charles