Kbase P128632: Can not Change MSS Schema Code Page to utf-8 Using Data Admin Menu
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/11/2009 |
|
Status: Unverified
SYMPTOM(s):
Can not Change MSS Schema Code Page to utf-8
Follow the menu under MSS utilities correctly
FACT(s) (Environment):
OpenEdge 10.1B
MS SQL DataServer
CAUSE:
This is a known issue
FIX:
Use following code to change meta schema
FOR EACH _db WHERE _db-type="mss":
ASSIGN _db-xl-name="utf-8".
END.