Hi all,I'm getting the following message when trying to start crystal on a Solaris 9 server running TeamSite 6.7.1:crystal@server1$ ccm.sh -start allCrystal Enterprise currently only supports UTF-8. Please change your localeto UTF-8 and try again.Thank you for choosing Crystal Decisions.Exiting...My installed locales are as follows:POWERBROKER-iwovxdapp1# locale -aPOSIXCiso_8859_1iso_8859_15en_CAen_CA.ISO8859-1en_USen_US.ISO8859-1en_US.ISO8859-15en_US.ISO8859-15@euroeses_MXes_MX.ISO8859-1frfr_CAfr_CA.ISO8859-1My LC environment is as follows:server1# env | grep LCLC_MESSAGES=en_US.ISO8859-1LC_NUMERIC=en_US.ISO8859-15LC_CTYPE=en_US.ISO8859-1LC_MONETARY=en_US.ISO8859-15LC_COLLATE=en_US.ISO8859-15Any thoughts on how to get around this problem? I tried setting the 'LC' variables in the env.sh script as follows:LC_MONETARY=UTF-8 ; export LC_MONETARYLC_NUMERIC=UTF-8 ; export LC_NUMERICLC_MESSAGES=UTF-8 ; export LC_MESSAGESLC_COLLATE=UTF-8 ; export LC_COLLATELC_CTYPE=UTF-8 ; export LC_CTYPELC_TIME=UTF-8 ; export LC_TIMEAnd when sourcing it got the following:crystal@server1$ . ./env.shcouldn't set locale correctlycouldn't set locale correctlycouldn't set locale correctlyThanks for any info on solving this.