Backup Server localization
Configuring Adaptive Server for other character sets
Configuration Guide
CHAPTER 7
You can change the Backup server language and character set by modifying the
RUN_<backup_server_name> file. See the Utility Guide for more information
on the
command arguments.
backupserver
To configure Adaptive Server with the character set and sort order for your
language, complete the following steps. Your system messages appear in the
default language, English.
1
Use the
utility to load the default character set and sort order.
charset
To use
, the server must be running and you must have System
charset
Administrator privileges. Use the file name of the sort order:
$SYBASE/$SYBASE_ASE/bin/charset -Usa -Ppassword
-Sserver_name sort_order_file character_set
Replace sort_order_file with the name of the sort order file. See Table 7-
17 on page 100. Replace character_set with the Sybase name for your
character set. See Table 7-18 on page 101.
2
Use
utility to load any additional character sets. See "charset
charset
utility" on page 102 for more about this utility.
To use the Adaptive Server built-in character set conversions, you must
load the character set definition files for all the characters set on your client
platforms. If you are using the Unilib character set conversions, you do not
need to do this.
3
Using
, log in to your server as "sa" and select the master database.
isql
1> use master
2> go
4
Use the ID of the sort order to configure your server for the new character
set and sort order.
1> sp_configure "default sortorder_id",
2> sort_order_id, "character_set"
3> go
Replace sort_order_id with the ID for your sort order. See Table 7-17 on
page 100. Replace character_set with the Sybase name for your character
set. See Table 7-18 on page 101.
5
Shut down the server to start the reconfiguration process.
Customizing Localization for Adaptive Server
99
Need help?
Do you have a question about the Adaptive Server and is the answer not in the manual?
Questions and answers