This task determines whether your Sybase Adaptive server is using a character set that is compatible with the ISO latin-1 character set.
Complete this task only once, using the System Administrator login name of the Sybase Adaptive server.
To configure a Sybase database:
sp_configure "default character set id"
go
If the output is 1, the current character is set to compatible with the ISO Latin-1 character set.
sp_configure "default sortorder id"
go
If the output is 50, the sort order is binary (the required sort order).
Application / component |
Command |
---|---|
Control-M/EM |
UNIX: |
Control-M/Server |
ctm_backup_bcp |
Application / Component |
Command |
---|---|
Control-M/EM |
UNIX: |
Control-M/Server |
Skip this step. |
Changing the character set or sort order affects all databases on the database server. You cannot retain original settings for databases that are not associated with Control-M/EM or Control-M/Server.
To handle this situation, install another database server and create a new database for Control-M/EM or Control-M/Server. Then, configure the new database server as instructed in this step.
If the installation is on a computer that uses a non-English locale, you must set the environment variable on the account where Sybase pre-installation step is to be run, as follows (this is relevant for the Sybase client on UNIX only):
setenv BMC_USE_LOCALE <locale to be used by SYBASE client>
setenv BMC_USE_LOCALE ja_JP.UTF-8
UNIX:
cd $SYBASE/charsets/iso_1
Microsoft Windows:
cd %SYBASE%\charsets\iso_1
charset -U user -P password -S serverName binary.srt
sp_configure "default character set id",1
sp_configure "default sortorder id",50
Application / component |
Action |
---|---|
Control-M/EM |
UNIX: em util -U user -P password -build_schema
util -U user -P password -build_schema |
Control-M/Server |
Rebuild the database using the Database Creation menu as described in Rebuilding a Control-M/Server database. |
Application / component |
Command |
---|---|
Control-M/EM |
UNIX: em util -U user -P password -import -replace -type all -file exportFile
util -U user -P password -import -replace -type all -file exportFile exportFile is the name of the file exported in step 4. |
Control-M/Server |
ctm_restore_bcp |
Parent Topic |