|
Description
|
When running with locale ja_JP.PCK, the validate fails for the Oracle E-Business Suite resource.
My customer's system locale is set to "ja_JP.PCK".
In this system, scrgadm is expressed by Japanese!
so, Line 73rd in /opt/SUNWscebs/bin/control_ebs
---------------------------------------------------------------------------
LHOST=`/usr/cluster/bin/scrgadm -pvv -j ${SCLH} | /usr/bin/grep
HostnameList | \
/usr/bin/grep value: | /usr/bin/awk -F: '{print $4}' | /usr/bin/tr -d " "`
---------------------------------------------------------------------------
LHOST must be empty.
It can be solved by changing system locale from "ja_JP.PCK" to "C".
but my customer's application requirement is not accept this modification.
|