Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to migrate OBI-EM roles in OBI12c

Hello Experts,
We have a new environment of OBI with vanilla installation of OBI12c.
We have a requirement to move EM application roles from Prod to new dev environment.
We are getting lot of document for OBI11g but not for OBI12c.
Any help will be appreciated.
Thanks a lot for help.
Abhi
Answers
-
Have you tried using BAR files for your migration?
Welcome to OBIEE12c: Using BI Application Archive (BAR) files
You didn't mention your 12c version as the APIs referred to in this article are deprecated in 12.2.1.3 and don't run in 12.2.1.4
0 -
Hello Joel,
Thanks for your response.
Sorry, my bad not to mention the version.
OBI version is 12.2.1.1.0 (Build BIPS-20160604082456 64-bit).
Just want to know that did moving of BAR will copy of all the EM roles and place with Catalog and rpd.
Kindly correct me if I am wrong.
Thanks a lot for your help.
0 -
The BAR file contains the web catalog, repository and security - https://docs.oracle.com/middleware/bi12214/biee/BIESG/GUID-7FCD90A3-E005-49BF-902F-30FBF9B41B07.htm#BIESG9295
You can specify which of these you want to import into your target instance.
0 -
Hello Joel,
I am executing below command:-
exportServiceInstance('/u01/app/obiee/product/user_projects/domains/bi','ssi','/u01/app/obiee/workDir','/u01/app/obiee/exportDir')
but in the middle I am getting the below error:-
[EL Severe]: ejb: 2018-05-16 16:05:15.759--ServerSession(1794980605)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.3.v20160526-8f41838): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
Error Code: 17002
Kindly suggest if I am doing anything wrong.
Thanks for all your help.
0 -
are you running WLST offline or online? Do both throw this exception? Try running it in online mode
0 -
Thanks Joel, .bar file worked.
0