ucybdbld ucybdbld.dll: Can't find dependent libraries
search cancel

ucybdbld ucybdbld.dll: Can't find dependent libraries

book

Article ID: 217913

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

When trying to run ucybdbld the error appears:

D:\Automic\UC4V12\Utility\bin>java -Xmx512m -cp .;.\lookandfeel.jar -jar ucybdbld.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Automic\UC4V12\Utility\bin\ucybdbld.dll: Can't find dependent libraries
        at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
        at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)
        at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)
        at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2649)
        at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:829)
        at java.base/java.lang.System.loadLibrary(System.java:1870)
        at com.ucutil.ucdbload.CJNIInterface.m_InitializeLibrary(Unknown Source)
        at com.ucutil.ucdbload.CUCYDBLoad.<init>(Unknown Source)
        at com.ucutil.ucdbload.CUCYDBLoad.main(Unknown Source)

Environment

Release : 12.3

Component : AUTOMATION ENGINE

OS: Windows Server 2019

Resolution

1) Installing of MS Visual C+ 2010

2) Add to the PATH environment system variables ..\Utilities\bin and Java ..\bin paths like e.g.:

Additional Information

Utilities installation procedure:

https://docs.automic.com/documentation/webhelp/english/AA/12.3/DOCU/12.3/Automic%20Automation%20Guides/help.htm#Installation_Manual/AE/InstalltheUtilities_WINDOWS.htm

Attachments