Loading an RA solution fails in batch mode
search cancel

Loading an RA solution fails in batch mode

book

Article ID: 84676

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error Message :
Application return code = 1

DB Load utility fails to load an RA solution in batch mode.

Investigation

Start DB Load with a command like below:

ucybdbld[.exe] -B -C0000 -X<Path>\<RA_Solution.jar>


Results

Expected : The solution should be loaded into the Automation Engine's database.

Actual : Nothing happens. The execution of DB load completes but the solution is not loaded.

Environment

Release: AUTOMATION ENGINE
Component: UTILITY

Cause

Cause type:
By design
Root Cause: Only the .jar version of DB Load should be used to load an RA solution.

Resolution

The .jar version of DB Load utility (ucybdbld.jar) must be used - not the regular ucybdbld.

Example:

java -jar ucybdbld.jar -B -C0000 -X<path><RA_Solution>.jar