Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > cs_locale problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-07, 06:42
tha tha is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
cs_locale problem

Running ASE 12.5.0.3 on AIX 5.2 32-bits.

Get message in errorlog:
connectivity library error - Operation: cs_locale (CS_SYB_SORTORDER nocase_iso_1_nor)


Probably not enough information so please tell me if more is needed.

-THA
Reply With Quote
  #2 (permalink)  
Old 12-06-07, 12:25
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
Hmm odd, thats all theres in the ASE errorlog? No error no or other info?
Reply With Quote
  #3 (permalink)  
Old 12-06-07, 12:31
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
If the sort order you want to use currently maps to "NULL", you must update the

mapping to identify the actual sort file in $SYBASE/charsets.

You can run select name, sortfile from syscharsets to see where the mappings are to NULL.

The workaround is...

sp_configure "allow_updates", 1

go

update syscharsets

set sortfile = "name_of_srt_file"

where name = "name_of_the_sort_order"
Reply With Quote
  #4 (permalink)  
Old 12-07-07, 04:47
tha tha is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
We have set sortorder, and verified that it has been set but the messages still appear int the errorlog.
This doesn't seem to cause any problems though. Only annoying messages in the errorlog.
We run other versions of ASE where we don't see these messages.
Reply With Quote
  #5 (permalink)  
Old 12-07-07, 05:31
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
http://www.dbforums.com/archive/index.php/t-869515.html


If you have a support contract, worth calling up sybase.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On