Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Bar Utility issue

Hi Guys,
I have used the BAR utility to migrate my Production Server data model, security model and authorization model to a Test Server. The process completed successfully, however even though my analysis were trasnfereed successfully but the repository and users that i have created were not transfered.
Can you tell me why it would have happen?
Regards,
Farrukh Nasir Siddiqui
Answers
-
Hi,
It depends on how you imported and exported the BAR file. When importing a BAR file you can choose whether to import all three components (RPD, catalog, security model), or just selected elements.
Please refer the Oracle Documentation:
https://docs.oracle.com/middleware/1221/biee/BIESG/configrepos.htm#BIESG9314
Best regards,
Rajesh Dhanapal.
0 -
Hi,
while importing I did not set the flag to false, as the document stated that the default value for rpd and others parameters is true.
regards,
0 -
Which version of OBIEE are you running? What are the commands that you're running to import/export the BAR file?
0 -
I am using OBIEE 12.2.1.2.0.
The commands i used were
- exportServiceInstance('/d01/oracle/BIPROD/biapps/user_projects/domains/bi','ssi', '/d01/BAR_TEMP/workDir', '/d01/BAR_TEMP/expDir')
and
- ImportServiceInstance('/d01/oracle/BIPROD/biapps/user_projects/domains/bi','ssi','/d01/BAR_TEMP/xxx.bar')
0 -
?
0 -
I was thinking of making a remark about your question mark thread but I'll ignore it.
The only artefacts included in the BAR file are
- repository data model
- presentation services catalog
- security policy which includes application roles and membership
It doesn't include users. In your version of 12c, there are no options to specify what content you want included/excluded in the BAR file so yours should contain the 3 artefacts listed above. Not sure why yours would exclude your rpd.
0 -
Hi Joel,
Lets just stick to the question and not the question mark.
Exactly my point, my bar file should include the rpd, but it didnt.
0 -
What do your exportserviceinstance log files tell you? Any clues in them? The log files are typically located here:
FMW HOME\user_projects\domains\bi\bilogs\service_instances
0 -
Hi Joel,
I tried running the uility again.
I face another issue now , folders in my catalog are not transferred as well.
0 -
Hi Guys,
Joel Thanks for your updates.
I raised an SR for this issue. I faced 3 issues.
1) repository were not transferred
2) User Folder in Catalogs were not transferred
3) Users created were not transferred
The SR provided me a solution for the first two issues as follows
export command :
i. make sure obiee services are down to avoid any lock / cache files in catalog
ii. work directory and export directory should be always clean
iii. personal folder catalog objects needs to be include in bar file , add parameter : includeCatalogRuntimeInfo=true in export command
exportServiceInstance(domainHome serviceInstanceKey workDir, exportDir, includeCatalogRuntimeInfo=true)
e.g.
exportServiceInstance('/scratch/mydir/oraclehome/user_projects/domains/bi', 'demosvc1', '/scratch/mydir/workDir', '/scratch/mydir/exportDir', includeCatalogRuntimeInfo=true)
For the 3) issue
SR says : Yes, if it Application roles it will get imported but not the users created in the console
I am just facing this issue that I have created 12 new users on the Production Server and I want them to transferred to TEST Server using the BAR utility.
I hope this helps others aswell.
Regards,
Farrukh Nasir Siddiqui
0