DB Load fails with:
20201016/141943.807 - U00038217 Error: Found fewer parameters than expected. Use quotation marks for paths which contain blanks.
Release : 12.3
Component : AUTOMATION ENGINE
Usage.
The command loading the RA FTP solution is wrong:
C:\Automic\Automation.Platform\Utility\bin>java -jar ucybdbld.jar -B -X C:\Automic\Automation.Platform\Utility\FtpAgent_solution.jar
The space after the parameter -X has to be removed.
C:\Automic\Automation.Platform\Utility\bin>java -jar ucybdbld.jar -B -XC:\Automic\Automation.Platform\Utility\FtpAgent_solution.jar