The client copy utility fails with the ini file being specified with the parameter -I.
search cancel

The client copy utility fails with the ini file being specified with the parameter -I.

book

Article ID: 395586

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine CA Automic One Automation

Issue/Introduction

Specifying an ini file with the start parameter -I shows the following error message:

./ucybdbcc -I/opt/Automic/Autmation.Platform/Utility/bin/ucybdbcc.ini -B -E -S9000
========================================================
Starting C++ batch mode loader...
User account (user/domain) <SUPPORT/>
Startup parameter <-I/opt/Automic/Autmation.Platform/Utility/bin/ucybdbcc.ini -B -E -S9000 >
Application name <./ucybdbcc>
Launch from </opt/Automic/Automation.Platform/Utility/bin/>
LoadLibrary pointer = <0x1a6e010>
Cannot open INI File. File not exists!
Application return code = 1

Environment

Automic Workload Automation 21.0.10, 21.0.11, 21.0.12, 21.0.13

Unix/LInux

Cause

TBD.

Resolution

TBD.

Workaround:

The relative path can be used to specify the ini file.

./ucybdbcc -I../../otherdirectory/bin/ucybdbcc.ini -B -E -S9000

If the ini file is in the Utility/bin directory:

./ucybdbcc  -i./ucybdbcc.ini -B -E -S9000