Hi All,
I've upgraded my OBIEE 12.2.1.0 (Linux) to 12.2.1.1 (using the quick reference guide on Oracle Support).
Now when trying to export a BAR file I get following error when the export of the authorization model starts:
INFO: Plugin Found in Service Loader: oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:18:55 PM oracle.bi.bar.shared.MetadataType getMetadataManagerPlugin
INFO: Loaded the plugin: oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:18:55 PM oracle.bi.bar.si.framework.handler.JaznServiceInstanceHandler exportServiceInstance
INFO: Executing preExportServiceInstance for JAZN plugin oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:18:55 PM oracle.bi.bar.si.framework.handler.JaznServiceInstanceHandler exportServiceInstance
INFO: Successfully run preExportServiceInstance for JAZN plugin oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:18:55 PM oracle.bi.bar.si.framework.handler.JaznServiceInstanceHandler exportServiceInstance
INFO: Executing exportServiceInstance for JAZN plugin oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:19:04 PM oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl exportServiceInstance
SEVERE: Failed in migrateing policy store from obi to file /u01/oracle/workDir/exportSICustomization/ssi/metadata/authmodel/jazn/jazn-data.xml
Sep 02, 2016 3:19:04 PM oracle.bi.bar.si.framework.handler.JaznServiceInstanceHandler exportServiceInstance
SEVERE: Failed running exportServiceInstance API of oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
oracle.bi.bar.si.framework.plugin.MetadataPluginException: Failed in migrateing policy store from obi to file /u01/oracle/workDir/exportSICustomization/ssi/metadata/authmodel/jazn/jazn-data.xml
at oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl.exportServiceInstance(JaznMetadataManagerGenericPluginImpl.java:325)
at oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl.exportServiceInstance(JaznMetadataManagerGenericPluginImpl.java:66)
at oracle.bi.bar.si.framework.handler.JaznServiceInstanceHandler.exportServiceInstance(JaznServiceInstanceHandler.java:525)
at oracle.bi.bar.si.framework.ServiceInstanceFrameWorkImpl.exportServiceInstance(ServiceInstanceFrameWorkImpl.java:368)
at oracle.bi.bar.si.ServiceInstanceLifeCycleImpl.exportServiceInstance(ServiceInstanceLifeCycleImpl.java:644)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx132.exportServiceInstance$4(/u01/oracle/Oracle_Home_12.2.1.1/bi/lib/bi-bar.jar!/wlstScriptDir/ServiceInstanceLifeCycle.py:84)
at org.python.pycode._pyx132.call_function(/u01/oracle/Oracle_Home_12.2.1.1/bi/lib/bi-bar.jar!/wlstScriptDir/ServiceInstanceLifeCycle.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx148.f$0(<console>:1)
at org.python.pycode._pyx148.call_function(<console>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.core.Py.exec(Unknown Source)
at org.python.util.PythonInterpreter.exec(Unknown Source)
at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at weblogic.management.scripting.utils.WLSTInterpreter.runsource(WLSTInterpreter.java:1093)
at weblogic.management.scripting.WLST.main(WLST.java:227)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:47)
Sep 02, 2016 3:19:04 PM oracle.bi.bar.si.framework.ServiceInstanceFrameWorkImpl exportServiceInstance
SEVERE: Error during export service instanceoracle.bi.bar.si.exception.ServiceInstanceLifeCycleException: Failed running CreateServiceInstance API of oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl
Sep 02, 2016 3:19:04 PM oracle.bi.bar.si.ServiceInstanceLifeCycleImpl exportServiceInstance
SEVERE: Failed in running all the handlers during export service instance.
Traceback (innermost last):
File "<console>", line 1, in ?
File "/u01/oracle/Oracle_Home_12.2.1.1/bi/lib/bi-bar.jar!/wlstScriptDir/ServiceInstanceLifeCycle.py", line 84, in exportServiceInstance
at oracle.bi.bar.si.ServiceInstanceLifeCycleImpl.exportServiceInstance(ServiceInstanceLifeCycleImpl.java:648)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
oracle.bi.bar.si.exception.ServiceInstanceLifeCycleException: oracle.bi.bar.si.exception.ServiceInstanceLifeCycleException: BAR-00005
I'm running the command as following: wls:/offline> exportServiceInstance('/u01/oracle/fmw/user_projects/domains/bi','ssi','/u01/oracle/workDir','/u01/oracle/exportDir','','','',true,'Password')
Does anybody experience similair behaviour? Or have idea's on how to fix this?
Regards, Machiel