PAMSC: accommon.ini not created on Solaris with LANG=ja_JP.PCK (SJIS)
search cancel

PAMSC: accommon.ini not created on Solaris with LANG=ja_JP.PCK (SJIS)

book

Article ID: 224772

calendar_today

Updated On:

Products

CA Privileged Access Manager - Server Control (PAMSC)

Issue/Introduction

On installing PAMSC 14.1 CP2 on Solaris 11.4, accommon.ini is not created if LANG=ja_JP.PCK (SJIS).
It doesn't happen other Japanese LANG, EUC(ja_JP.eucJP) or UTF-8 (ja_JP.UTF-8).
 
This also happens on PAMSC 14.1 CP2 on Solaris 11.3.
This also happens on PAMSC 14.1 CP3.

Environment

Release : 14.1
Component : PAM SERVER CONTROL ENDPOINT UNIX/LINUX

Resolution

This is fixed in DE511840 and the fix will be included into future release.
The workaround is to execute following with LANG=ja_JP.PCK:
-----
# /opt/CA/PAMSC/lbin/accommon_ini_japanese_uc_shift-jis.sh /opt/CA/PAMSCShared /opt/CA/PAMSCShared /opt/CA/PAMSC japanese_uc_shift-jis
# chmod 664 /opt/CA/PAMSCShared/data/japanese_uc_shift-jis/ini/accommon.ini
# cp -p /opt/CA/PAMSCShared/data/japanese_uc_shift-jis/ini/accommon.ini /opt/CA/PAMSCShared
# /opt/CA/PAMSC/bin/seini -s global.AC_Version 14.10.0.1265 /opt/CA/PAMSCShared/accommon.ini
# rm -rf /etc/accommon.ini
# ln -s /opt/CA/PAMSCShared/accommon.ini /etc
-----
 
The global.AC_Version should be 14.10.0.1707 on CP3.