Kbase P161431: How to make the Appserver server log record whether a non-persistent procedure returned successfully
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/6/2010 |
|
Status: Unverified
GOAL:
How to make the Appserver server log record whether a non-persistent procedure returned successfully or not.
GOAL:
How to get logging that shows that a procedure was returned sucessfully on an Appserver.
GOAL:
Can I change the Appserver logging back to the version 9 format?
FACT(s) (Environment):
The proper logging is recorded in version 9.
All Supported Operating Systems
OpenEdge 10.2B
FIX:
1. Set the srvrLogEntryTypes and srvrLoggingLevel properties under the specific [Ubroker.AS.<broker-name>] section in the [Progress installation directory]/properties/ubroker.properties file.
To get the same logging as Version 9, make sure srvrLogEntryTypes has ASPlumbing (or ASDefault). And set srvrLoggingLevel=3 to get the TRACE information for the initial procedure executed for the request.
2. Specify the following in the ubroker.properties file and there is no need to set srvrLoggingLevel:
srvrLogEntryTypes= ASPlumbing:3,DB.Connects