Kbase P133741: What logging options are available for WebClient?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
What logging options are available for WebClient?
GOAL:
Are there any options to increase the verbosity of WebClient logging?
GOAL:
In which files are WebClient error messages reported?
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
Windows
FIX:
Depending on which part of a WebClient is being considered, there are several options available.
Logging for the installation / upgrade of the WebClient run-time
The WebClient run-time is the common installation to WebClient applications on a system, which is used to initialize and execute WebClient programs.
The run-time is installed via InstallShield.
Using the Web-based installation, it is not possible to enable installation logging. However, using the standalone installation (setup.exe) it is possible to enable logging with the following command line:
setup.exe /verbose"C:\IS.log"
Note: there must be no space between the /verbose parameters and the file name.
Logging for the installation / upgrade of a WebClient application
WebClient applications are loaded, installed, initialized and/or upgraded at start up via the programs prowcini and prowc that are part of the run-time.
This part does not have any configurable logging options.
All the messages that are logged are output to the files named _<AppName>.log and ai.log in the application's installation directory.
Logging for the execution of a WebClient application
A WebClient application is similar to a regular ABL program. Usual logging options for ABL clients apply. The logging options are set as startup parameters using the WebClient Application Manager.
See solution P9893, "How to turn on 4GLtracing within WebSpeed, AppServer and the 4GL Client?" for more information about ABL client logging.