Kbase P104554: Can I generate a unique log file for each user using the -clientlog parameter?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/08/2009 |
|
Status: Verified
GOAL:
Can I generate a unique log file for each user using the -clientlog parameter?
GOAL:
Can a unique log file be generated for each user without specifying a different value for the -clientlog parameter for each user?
GOAL:
How to have a different file created by the -clientlog parameter for each distinct user in a Terminal Server environment?
FACT(s) (Environment):
Citrix/Terminal Services
OpenEdge 10.x
Progress 9.1x
FIX:
Yes, one can use the following command in order to generate a unique log file for each application user using the -clientlog parameter in a Terminal Server environment:
prowin32.exe -clientlog %username%.lg -logginglevel 2 -logentrytypes 4GLTrace
The above command will allow Progress to create a different file name for the -clientlog parameter based on the username used by each user that logs in into the Terminal Server machine.