This is fixed in DE513172 and the fix will be included into next release.
The next release will have no CAWIN package included.
The workaround is to run following to install CAWIN manually:
-----
# CAWIN_APP_NAME="eAC"
# export CAWIN_APP_NAME
# CAI18N_APP_NAME="eAC"
# export CAI18N_APP_NAME
# CAWIN_INSTALL_DIR=/opt/CA/SharedComponents/cawin
# export CAWIN_INSTALL_DIR
# chmod 555 /opt/CA/PAMSC/data/CAWIN/CAWIN.AIX.sh
# /opt/CA/PAMSC/data/CAWIN/CAWIN.AIX.sh > /opt/CA/PAMSC/data/CAWIN/cawin_log_file 2>&1
-----
On Solaris, execute CAWIN.Solaris.sh instead of CAWIN.AIX.sh.