Oracle Analytics Cloud and Server

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

OBIEE: Runcat.cmd Unarchive Command Fails With "sawjniapi643r.dll: Can't find dependent libraries" w

Received Response
69
Views
2
Comments

Summary

OBIEE: Runcat.cmd Unarchive Command Fails With "sawjniapi643r.dll: Can't find dependent libraries" when tried to Extract the .catalog archive files

Content

Expected result:- Want to Extract the Contents of the .catalog archive file into my windows Local machine .

1.Installed Oracle Business Intelligence Developer Client Tools Installer (11.1.1.9.0) version.

2. Edited runcat.cmd file and Set Environment variables.

3. Ran the below command in Command Prompt.

     runcat.cmd -cmd unarchive -inputFile C:\Users\kumaran\Downloads\BIPreport.catalog -folder / -offline C:\Users\kumaran\Documents

Command failed to extract the Catalog archive contents into my local machine.

Error details:

# Command : -cmd unarchive -inputFile C:\Users\kumaran\Downloads\KEES-3.0.1712.09.catalog -folder / -offline C:\Users\kumaran\Documents

C:\OBIEE\oraclebi\orahome\bifoundation\web\bin\sawjniapi643r.dll: Can't find dependent libraries

BIFNDN_LABEL =BIFNDN_11.1.1.9.0_WINDOWS.X64_150314.1001

# Command : -cmd unarchive -inputFile C:\Users\kumaran.munisamy\Downloads\KEES-3.0.1712.09.catalog -folder / -offline C:\Users\kumaran.munisamy\Documents

C:\OBIEE\oraclebi\orahome\bifoundation\web\bin\sawjniapi643r.dll: Can't find dependent libraries

     java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at com.siebel.analytics.web.catalogmanager.commands.Command.runCmd(Command.java:614)

        at com.siebel.analytics.web.catalogmanager.commands.Command.processCmdLine(Command.java:891)

        at com.siebel.analytics.web.catalogmanager.CatalogManager.start(CatalogManager.java:34)

        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)

        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)

        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

        at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

Caused by: java.lang.UnsatisfiedLinkError: C:\OBIEE\oraclebi\orahome\bifoundation\web\bin\sawjniapi643r.dll: Can't find dependent libraries

        at java.lang.ClassLoader$NativeLibrary.load(Native Method)

        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)

        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)

        at java.lang.Runtime.loadLibrary0(Runtime.java:823)

        at java.lang.System.loadLibrary(System.java:1028)

        at com.siebel.analytics.web.catalogmanager.JNIConnection.init(JNIConnection.java:85)

        at com.siebel.analytics.web.catalogmanager.JNIConnection.<init>(JNIConnection.java:26)

        at com.siebel.analytics.web.catalogmanager.OfflineConnectionManager.<init>(OfflineConnectionManager.java:32)

        at com.siebel.analytics.web.catalogmanager.PluginManager.activate(PluginManager.java:79)

        at com.siebel.analytics.web.catalogmanager.PluginManager.connect(PluginManager.java:119)

        at com.siebel.analytics.web.catalogmanager.commands.Command.login(Command.java:2101)

        at com.siebel.analytics.web.catalogmanager.commands.Command.login(Command.java:1946)

        at com.siebel.analytics.web.catalogmanager.commands.UnarchiveCommand.run(UnarchiveCommand.java:158)

        ... 20 more

Answers