When attempting to load a Rapid Automation (RA) solution package (e.g., RA FTP) into the Automic Automation Engine database using the DB Load utility, the process fails.
The following symptoms are observed in the logs:
DLL 'ucybdbld' with a version string (e.g., 24.4.4+build...).The command used to run the db load looks something like
llowing command structure:
⚠️ IMPORTANT: Always test command updates first in a non-production environment.
OS: UNIX/Windows
Version: Any (e.g., 21.0.15, 24.4.4, 26.0.0)
Component: DB Load loading RA solution (e.g., RA.FTP, RA.Informatica, etc...)
This failure occurs when the native binary executable of the DB Load utility (ucybdbld) is used to attempt to load a .jar RA solution file.
By design, Rapid Automation (RA) solution packages cannot be processed by the standard C++ batch loader. The native utility will skip the loading process and exit with a return code of 1 when a .jar file is passed via the -X parameter.
To successfully load an RA solution into the database, the Java version of the DB Load utility (ucybdbld.jar) must be used instead of the native binary.
Update the script or job definition to execute the load via Java using the following command structure. Note that if the solution is successfully loaded, the new RA object types should be visible in the Automic Web Interface (AWI) after a fresh login:
⚠️ IMPORTANT: Always test command updates first in a non-production environment.