How to configure NuGenesis SDMS to support the capture and restoration of files with non-English characters in their names - WKB74834
OBJECTIVE or GOAL
Configure a NuGenesis SDMS system so that it can capture files with non-English characters in their names.
ENVIRONMENT
- NuGenesis 9 SDMS
- NuGenesis 8 SDMS
- Chinese, Korean, or Japanese characters are in the names of files that SDMS should archive
- The SDMS servers have either the appropriate localized edition of Windows or have the appropriate OS language packs installed
- Russian characters are supported only for NuGenesis 8 SDMS FR1 and SR2
PROCEDURE
The Oracle NLS_LANG setting should be set to match the character set of the filenames.
To verify or set the NLS_LANG variable in NuGenesis 9:
- Open the Registry editor
- Browse to the following key:
- HKLMS\Software\Wow6432Node\oracle\NLS_LANG
-
Set the Region to appropriate language setting:
Open Control Panel / Select Region / Language, Under the Region Setting
Select Administrative tab Change system locale to the new language ex: Simplified Chinese
To verify or set the NLS_LANG variable in NuGenesis 8:
- Open the System control panel applet.
- Select the Advanced tab.
- Click the Environment Variables button.
- Variables are separated into two categories: user variables, which are set only for the current user login, and system variables, which apply to all users. NLS_LANG should be a system variable, and it should be set to one of the following values:
- Japanese: JAPANESE_JAPAN.JA16SJIS
- Korean: KOREAN_KOREA.KO16MSWIN949
- Chinese: SIMPLIFIED CHINESE_CHINA.ZHS16GBK
- Russian: RUSSIAN_CIS.CL8MSWIN1251
- English: AMERICAN_AMERICA.WE8MSWIN1252 (do not use for East Asian language support)
-
Set the Region to appropriate language setting:
Open Control Panel / Select Region / Language, Under the Region Setting
Select Administrative tab Change system locale to the new language ex: Simplified Chinese
The SDMS Web server software, WebVision, uses the configuration file WebVision.ini, which must be modified for non-English language support:
- Default paths for WebVision.ini:
- SDMS 8.0: Drive:\Program Files (x86)\apache-tomcat-6.0.29\webapps\WebVision\ngvision
- SDMS 9.0: Drive:\Program Files (x86)\Waters\apache-tomcat-9.0.8\webapps\WebVision\ngvision
- Open WebVision.ini with a text editor.
- There are two important settings in this file for language support: installLanguage and requestCharacterEncoding
- Set installLanguage to one of the following values:
- Japanese: ja
- Korean: ko
- Chinese: ch
- Russian: Windows-1251
- English: en (do not use for East Asian language support)
- Set requestCharacterEncoding to one of the following values:
- Japanese: ms932
- Korean: ms949
- Chinese: ms936
- Russian: cp1251
- English: blank (do not use for East Asian language support)
- Save and close the file.
- Restart the server to get WebVision to read the new settings.
ADDITIONAL INFORMATION
id74834, SDMS, SDMS8, SDMS8NU, SUPISDMS, SUPNG