Follow the instructions in this section to enable multibyte character support. These instructions are written for Simplified Chinese. You can replace the Simplified Chinese coding with the encoding you want to install with.
Change to the %SYBASE%\ASE-12_5\bin directory, and load the Simplified Chinese character set, where servername is the name of the machine on which Adaptive Server is running:
.\charset.exe -Usa -P -S<servername> binary.srt eucgb
Reconfigure Adaptive Server to use the new character set, and shut down the system:
cd %SYBASE%\OCS-12_5\bin .\isql -Usa -P -S<servername> sp_configure "default character set id", 170, bin_eucgb go shutdown go
Restart Adaptive Server twice:
cd %SYBASE%\ASE-12_5\install .\RUN_<servername>.bat .\RUN_<servername>.bat
Do not close the window after you start Adaptive Server the second time.
Install Portal Studio, Interface, and Search. See “Installing Enterprise Portal 6.0”.