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
Automic Workload Automation 21.0.10, 21.0.11, 21.0.12, 21.0.13
Unix/LInux
TBD.
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