Consultor Eletrônico



Kbase P44358: Getting You have not supplied a parameter for argument -cpca
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/25/2003
Status: Unverified

SYMPTOM(s):

You have not supplied a parameter for argument -cpcase (1403).

Database will not start.

CAUSE:

The variable -cpcase is a required startup parameter. The value for the cpcase parameter is located in the <DLC>/startup.pf file. This value was missing.

FIX:

Review the settings in the startup.pf file using any text editor. Here is an example of what you might see:
-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
-d mdy
-numsep 44
-numdec 46

In this case setting -cpcase to "Basic" resolved the issue. Refer to the Progress documentation to get the proper values for setting -cpcase.