ClientCopy on AIX with INI file
search cancel

ClientCopy on AIX with INI file

book

Article ID: 90347

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

ClientCopy on AIX with INI file

Environment

Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Detailed Description and Symptoms

?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


Solution

?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