?Using ClientCopy with graphical user interface on AIX with INI file
If you want to use the ClientCopy utility with graphical user interface on AIX with an INI file you have to move the INI file into the bin directory of the utility or a subfolder of the bin folder.
Otherwise you get the following error:
Cannot open INI File. File not exists!
Unhandled exception
Type=Unhandled trap vmState=0x00040000
J9Generic_Signal_Number=00000040 Signal_Number=00000005 Error_Value=00000000 Signal_Code=00000008
?With those commands you are able to start the ClientCopy utility on AIX with the graphical user interface.
bin directory:
java -cp ucybdbcc.jar com.ucutil.ucybclicpy.UCYBCliCpy -Iucybdbcc_AutomictoAutomicST.ini
sub directory (INI) of folder bin:
java -cp ucybdbcc.jar com.ucutil.ucybclicpy.UCYBCliCpy -IINI/ucybdbcc_AutomictoAutomicST.ini