Consultor Eletrônico



Kbase P94573: Error 301 in OE 10 when trying to trace 4GL with -clientlog startup parameter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/13/2004
Status: Unverified

FACT(s) (Environment):

OpenEdge 10

SYMPTOM(s):

Trying to trace 4GL with -clientlog startup parameter

** Could not recognize argument: <string>. (301)

CHANGE:

Upgraded to OpenEdge 10

CAUSE:

There has been few changes about the 4GL tracing feature in 10.0A. For instance the -logentrytypes parameter (tightly linked to clientlog) has changed: instead of being a bitmask of functionality to turn on, it is now a list of Entry Types.
These changes are documented in the OpenEdge Debugging and TroubleShooting guide.

Note also that these parameters have to be supplied at the command line, and not in a PF parameter file.

FIX:

Use the following command line:
prowin32 -clientlog client.log -logginglevel 3 -logentrytypes 4GLTrace