book
Article ID: KB0090101
calendar_today
Updated On:
Description
Resolution:
Description:
============
How to enable Tracing for BW processes and activities.
Environment:
===========
For all BW versions.
For all OS versions.
Resolution:
==========I
To trace all processes and activities, set Trace.Task.*=true
To trace a specific process and all activities , set Trace.Task.<ProcessName>.process.*=true
To trace a process located in a folder, set Trace.Task.<folder>/<processName>.process.*=true
To trace a specific activity, say RVPublisher, set Trace.Task.<folder>/<processName>.process.RVPublisher=true
To trace an activity located inside a group , set Trace.Task.<folder>/<processName>.process.<GroupName>/<ActivityName>=true
For tests with Designer, put this property in a file named properties.cfg under DESIGNER_HOME . While using tester, the file is picked up the file from this location.
For tests with deployed applications, comment the Trace.Task.*=false in the application TRA file and add this property as needed.
Issue/Introduction
How to enable Tracing for BW processes and activities.