Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error BAR-00005 in exportServiceInstance OBIEE 12c

choracy69Oct 20 2018 — edited Oct 22 2018

I am using OBIEE 12.2.0.1.0 and I want to use command on wlst like exportServiceInstance. I have installed my OBIEE instance on Windows Serwer 2012.

I am workin in wls:/offline

First I use read domain: readDomain(' ..../bi') Next a I want exportServiceInstance with command like:exportServiceInstance('C:/Oracle/Middleware/user_projects/domains/bi','ssi','C:/MergeBI/Work','C:/MergeBI/Export')

In all time I get the same error and I do not know why. Error:

INFO: Executing preExportServiceInstance for WEBCAT plugin oracle.bi.migration.w
ebcat.WebcatMetadataManagerGenericPluginImpl
pa? 20, 2018 10:38:46 AM oracle.bi.bar.si.framework.handler.WebcatServiceInstanc
eHandler exportServiceInstance
SEVERE: Failed in running preExportServiceInstance for WEBCAT plugin oracle.bi.m
igration.webcat.WebcatMetadataManagerGenericPluginImpl
pa? 20, 2018 10:38:46 AM oracle.bi.bar.si.framework.handler.ServiceInstanceHandl
erHelper logErrorMessages
SEVERE: An error has occurred while executing command, Please check Catalog Mana
ger log for more details.
pa? 20, 2018 10:38:46 AM oracle.bi.bar.si.framework.handler.WebcatServiceInstanc
eHandler exportServiceInstance
INFO: Executing postExportServiceInstance for WEBCAT plugin oracle.bi.migration.
webcat.WebcatMetadataManagerGenericPluginImpl
pa? 20, 2018 10:38:52 AM oracle.bi.bar.si.framework.handler.WebcatServiceInstanc
eHandler exportServiceInstance
SEVERE: Failed in running postExportServiceInstance for WEBCAT plugin oracle.bi.
migration.webcat.WebcatMetadataManagerGenericPluginImpl
pa? 20, 2018 10:38:52 AM oracle.bi.bar.si.framework.handler.ServiceInstanceHandl
erHelper logErrorMessages
SEVERE: An error has occurred while executing command, Please check Catalog Mana
ger log for more details.
pa? 20, 2018 10:38:52 AM oracle.bi.bar.si.framework.ServiceInstanceFrameWorkImpl
exportServiceInstance
SEVERE: Error during export service instance for handler oracle.bi.bar.si.framew
ork.handler.WebcatServiceInstanceHandler
pa? 20, 2018 10:38:52 AM oracle.bi.bar.si.ServiceInstanceLifeCycleImpl exportSer
viceInstance
SEVERE: Failed in running all the handlers during export service instance.
Traceback (innermost last):
  File "<console>", line 1, in ?
  File "/C:/Oracle/Middleware/bi/lib/bi-bar.jar!/wlstScriptDir/ServiceInstanceLi
feCycle.py", line 84, in exportServiceInstance
  at oracle.bi.bar.si.ServiceInstanceLifeCycleImpl.exportServiceInstance(S
erviceInstanceLifeCycleImpl.java:669)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:498)

oracle.bi.bar.si.exception.ServiceInstanceLifeCycleException: oracle.bi.bar.si.e
xception.ServiceInstanceLifeCycleException: BAR-00005

Can anyone tell me why I get this error and what I can do?

Comments