Kbase P87601: RFUTIL requires codepage parameters in 9.1D08+ when database has a different codepage to the session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Running any RFUTIL command results in errors and fails.
Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)
Code page conversion table for CP950 to ISO8859-1 was not found in convmap.cp. (6063)
The code page of database <db-name> is <code-page> and -cpinternal is <code-page>. (4677)
The code page of database is CP950 and -cpinternal is ISO8859-1. (4677)
The tables needed to do conversion for the database were not found in <file-name>. (1564)
The tables required to perform conversion for the database were not found in convmap.cp. (1564)
SYSTEM ERROR: Bus error. (48)
Database has a different codepage to the session codepage.
CHANGE:
Applied 9.1D08.
CAUSE:
This is a known issue being investigated by Development
FIX:
Specify the database codepage parameters on the command line with RFUTIL:
'rfutil <dbname> aimage extent list -cpinternal <dbcodepage> -cpstream <dbcodepage>'.