Consultor Eletrônico



Kbase P105655: Can the Client Session Debug Alert (-debugalert) startup parameter be used with a Run-time Client?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/20/2008
Status: Verified

GOAL:

Can the Client Session Debug Alert (-debugalert) startup parameter be used with a Run-time Client?

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

FIX:

Yes, use the -debugalert startup parameter to start the 4GL client session and redirect diagnostic information to the specified file. For example, to direct the diagnostic informtion to a file named LogFileName.txt in graphical mode (GUI) use the command:
prowin32.exe -debugalert -clientlog LogFileName.txt -p AppLicationName.r
or the following command in character mode (CHUI):
-progres -debugalert -clientlog LogFileName.txt -p AppLicationName.r