Oracle Analytics Cloud and Server

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

OBIEE Bar Utility issue

Received Response
91
Views
15
Comments
2»

Answers

  • Hi,

    Users you create in the Weblogic embedded LDAP aren't supposed to be transferred by the BAR, so that's normal.

    Security is moved, it contains app roles and mappings between users/groups/app roles to app roles, but the users aren't really part of OBIEE.

    If you want to move users/groups from the Weblogic embedded LDAP you need to move them yourself in a different way.

  • Hamza Shakeel
    Hamza Shakeel Rank 5 - Community Champion

    Hi Gianni,

    Yes i figured that out too. Trying to find a way to do so without having to manually create them on the TEST instance.

    Thanks for the reply.

    Regards,

    Farrukh

  • Joel
    Joel Rank 8 - Analytics Strategist

    If you have standard Weblogic LDAP Users that you need to migrate then you can do this in the Admin Console My Realm > Migration > Export

    Specify a directory on your server where you want the migration artefacts created. You'll then copy over all of the content from here to your target server and then use the Admin Console to do an import.

    pastedImage_0.png

  • I guess I remember in 11g there was a way to export and import the users/groups. Did you try to google it? It gives results faster than trying to search the oracle doc

    Not sure anymore if it was done by GUI or by WLST (probably both will give the same result).

  • Hamza Shakeel
    Hamza Shakeel Rank 5 - Community Champion

    Hi guys,

    I did import and export as mentioned by Joel. However I found the solution by searching on the community

    http://www.rittmanmead.com/2011/04/oracle-bi-ee-11g-migrating-security-identity-stores-part-1/   

    http://www.rittmanmead.com/2011/04/oracle-bi-ee-11g-migrating-security-policy-store-part-2/

    Thanks for your time.