Consultor Eletrônico



Kbase P27213: Why does Report Builder complain about code Pages
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

SYMPTOM(s):

Why does a Report Builder Report complain about code pages?

Why does a Report Builder Report complain about IBM850?

CAUSE:

Migrated Database from V7

FIX:

Since Report Builder V7 does not recognize PROGRESS startup
parameters specified in the comand line or in a parameter
file, the values for -cpinternal, -cpstream, -cpcoll, and
-cpcase need to be specified in the [ReportBuilderDefaults]
section of PROGRESS.INI. These parameters should be on a
single line in the following form:

EngineParameters=-cpinternal <code page> -cpstream <code
-cpcoll <collation> -cpcase <case>

The value for each setting should be the same value that
you use on the PROGRESS command line or in your startup
parameters file.
For example, a user in the Czech Republic with a Windows
codepage of 1250 would use the following:

[ReportBuilderDefaults]
EngineParameters=-cpinternal 1250 -cpstream 1250 -cpcoll
-cpcase Basic