DSNW127I CURRENT TRACE ACTIVITY IS-

Explanation

This message displays output from the DISPLAY TRACE command. The format of the output depends on the value of the DETAIL option that was specified on the command.

If you specify DETAIL(1), DETAIL (1,2) or DETAIL(*) or do not specify the DETAIL option, the DISPLAY TRACE output includes the following summary information. The line that begins with trace-number is displayed once for each qualifying trace.

DSNW127I  CURRENT TRACE ACTIVITY IS -                
TNO           TYPE        CLASS       DEST         QUAL      IFCID                    
trace-number  trace-type  type-class  destination  qualified ifcid
trace-number  trace-type  type-class  destination  qualified ifcid
*********END OF DISPLAY TRACE SUMMARY DATA*********                       

If you specify DETAIL(2), DETAIL (1,2) or DETAIL(*), the DISPLAY TRACE output includes the following qualification and audit policy information. This example output shows all of the possible qualifications that can be displayed. However, in your output, only the qualifications for the specified trace are displayed. For example, if the trace does not have a plan qualification, the line with PLAN is not displayed.

Qualifications that exceed 70 characters are continued on the following line.

DSNW143I  CURRENT TRACE QUALIFICATIONS ARE -
DSNW152I  BEGIN TNO trace-number QUALIFICATIONS   
NO QUALIFICATIONS
END TNO trace-number QUALIFICATIONS
DSNW185I BEGIN TNO trace-number AUDIT POLICIES
NO AUDIT POLICIES ACTIVE
END TNO trace-number AUDIT POLICIES

DSNW152I  BEGIN TNO trace-number QUALIFICATIONS   
PLAN: plan-qualification
AUTHID: authid-qualification
LOCATION: location-qualification
USERID: userid-qualification
APPLICATION/TRANSACTION NAME: application/transaction-name-qualification
WORKSTATION: workstation-qualification
PACKAGE LOCATION: package-location-qualification
PACKAGE COLLECTION ID: package-collection-ID-qualification
PACKAGE PROGRAM NAME: package-program-name-qualification
ROLE: role-qualification
RMID: rmid-qualifications
CONNECTION ID: connection-ID-qualification
CORRELATION ID: correlation-ID-qualification
EXCLUDE PLAN: xplan qual1,xplan qual2,...,xplan qual8
EXCLUDE AUTHID: xauthid qual1,xauthid qual2,...,authid qual8
EXCLUDE LOCATION: xloc qual1,xloc qual2,...,xloc qual8 
EXCLUDE USERID: xuserid qual1,xuserid qual2,...,xuserid qual8
EXCLUDE APP/TXACT NAME: xappname qual1,xappname qual2,...,xappname qual8 
EXCLUDE WORKSTATION: xwrkstn qual1,xwrkstn qual2,...,xwrkstn qual8
EXCLUDE PACKAGE LOC: xpkgloc qual1,xpkgloc qual2,...,xpkgloc qual8
EXCLUDE PACKAGE COLLID: xpkgcol qual1,xpkgcol qual2,...,xpkgcol qual8
EXCLUDE PACKAGE PROGNAME: xpkgprog qual1,xpkgprog qual2,...,xpkgprog qual8
EXCLUDE CONNECTION ID: xconnid qual1,xconnid qual2,...,xconnid qual8
EXCLUDE CORRELATION ID: xcorrid qual1,xcorrid qual2,...,xcorrid qual8
EXCLUDE ROLE: xrole qual1,xrole qual2,...,xrole qual8
END TNO trace-number QUALIFICATIONS
DSNW185I BEGIN TNO trace-number AUDIT POLICIES
AUDIT POLICY: policy-name
END TNO trace-number AUDIT POLICIES

DSNW148I  ******END OF DISPLAY TRACE QUALIFICATION

If the DISPLAY TRACE output is on an MVS™ console and must be continued, the following message is displayed:

DSNW198I DISPLAY TRACE OUTPUT TO BE CONTINUED (CMDID=command-id)

To find the continued output, look for the DSNW199I message that has the same CMDID value.

DSNW199I DISPLAY TRACE OUTPUT CONTINUED (CMDID=command-id)

The output ends with message DSN9022I:

DSN9022I  '-DISPLAY TRACE' NORMAL COMPLETION
trace-number
The trace number that is active.
trace-type
The type of trace, which can be one of the following values:
PERFM
Performance trace.
ACCTG
Accounting trace.
STAT
Statistics trace.
AUDIT
Accounting trace.

If no class is specified, the audit policy is used. Message DSNW185I provides more information about the audit policy.

MONITOR
Monitor trace.

For more information, see Types of Db2 traces.

type-class
Within the trace type, the class of the trace.
destination
The destination that is specified for the trace entries.
qualified
An indication of whether the trace is qualified.
YES
The trace is qualified by authorization ID, plan, resource manager identifier (RMID), or location.
NO
The trace is not qualified.

To display qualification information, specify DETAIL(2) on the DISPLAY TRACE command.

Message DSNW143I provides trace qualification information.

ifcid
The IFCIDs that were specified with the IFCID keyword.
NO QUALIFICATIONS
The specified trace has no trace qualifications.
plan-qualification
One or more application plan names. Only threads that are associated with these plans are being monitored by the specified trace. This value corresponds to the PLAN constraint option in the START TRACE command.
authid-qualification
One or more authorization IDs. Only threads that are associated with these authorization IDs are being monitored by the specified trace. This value corresponds to the AUTHID constraint option in the START TRACE command.
location-qualification
One or more location names. Only threads that are associated with these locations are being monitored by the specified trace. This value corresponds to the LOCATION constraint option in the START TRACE command.
userid-qualification
One or more user IDs. Only threads that are associated with these user IDs are being monitored by the specified trace. This value corresponds to the USERID constraint option in the START TRACE command.
application/transaction-name-qualification
One or more application names. Only threads that are associated with these applications are being monitored by the specified trace. This value corresponds to the APPNAME constraint option in the START TRACE command.
workstation-qualification
One or more workstation names. Only threads that are associated with these workstations are being monitored by the specified trace. This value corresponds to the WRKSTN constraint option in the START TRACE command.
package-location-qualification
One or more location names where the package is bound. Only threads that are associated with these locations are being monitored by the specified trace. This value corresponds to the PKGLOC constraint option in the START TRACE command.
package-collection-ID-qualification
One or more package collection names. Only threads that are associated with these package collections are being monitored by the specified trace. This value corresponds to the PKGCOL constraint option in the START TRACE command.
package-program-name-qualification
One or more DBRMs or program names. Only threads that are associated with these DBRMs or programs are being monitored by the specified trace. This value corresponds to the PKGPROG constraint option in the START TRACE command.
role-qualification
One or more connection roles. Only threads that are associated with these roles are being monitored by the specified trace. This value corresponds to the ROLE constraint option in the START TRACE command.
rmid-qualifications
One or more resource manager identifiers (RMIDs). Only threads that are associated with these RMIDs are being monitored by the specified trace. This value corresponds to the RMID constraint option in the START TRACE command.
connection-ID-qualification
One or more connection IDs. Only threads that are associated with these connection IDs are being monitored by the specified trace. This value corresponds to the CONNID constraint option in the START TRACE command.
correlation-ID-qualification
One or more correlation IDs. Only threads that are associated with these correlation IDs are being monitored by the specified trace. This value corresponds to the CORRID constraint option in the START TRACE command.
xplan qual1,xplan qual2,...,xplan qual8
One or more application plan names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these plans. This value corresponds to the XPLAN filtering option in the START TRACE command.
xauthid qual1,xauthid qual2,...,authid qual8
One or more authorization IDs that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these authorization IDs. This value corresponds to the XAUTHID filtering option in the START TRACE command.
xloc qual1,xloc qual2,...,xloc qual8
One or more location names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these locations. This value corresponds to the XLOC filtering option in the START TRACE command.
xuserid qual1,xuserid qual2,...,xuserid qual8
One or more user IDs that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these user IDs. This value corresponds to the XUSERID filtering option in the START TRACE command.
xappname qual1,xappname qual2,...,xappname qual8
One or more application names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these applications. This value corresponds to the XAPPNAME filtering option in the START TRACE command.
xwrkstn qual1,xwrkstn qual2,...,xwrkstn qual8
One or more workstation names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these workstations. This value corresponds to the XWRKSTN filtering option in the START TRACE command.
xpkgloc qual1,xpkgloc qual2,...,xpkgloc qual8
One or more location names where the package is bound. These locations are excluded from the specified trace. The trace is not monitoring any threads that are associated with these locations. This value corresponds to the XPKGLOC filtering option in the START TRACE command.
xpkgcol qual1,xpkgcol qual2,...,xpkgcol qual8
One or more package collection names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these package collections. This value corresponds to the XPKGCOL filtering option in the START TRACE command.
xpkgprog qual1,xpkgprog qual2,...,xpkgprog qual8
One or more DBRMs or program names that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these DBRMs or programs. This value corresponds to the XPKGPROG filtering option in the START TRACE command.
xconnid qual1,xconnid qual2,...,xconnid qual8
One or more connection IDs that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these connection IDs. This value corresponds to the XCONNID filtering option in the START TRACE command.
xcorrid qual1,xcorrid qual2,...,xcorrid qual8
One or more correlation IDs that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these correlation IDs. This value corresponds to the XCORRID filtering option in the START TRACE command.
xrole qual1,xrole qual2,...,xrole qual8
One or more connection roles that are excluded from the specified trace. The trace is not monitoring any threads that are associated with these roles. This value corresponds to the XROLE filtering option in the START TRACE command.
policy-name
The name of the audit policy that is active for the specified trace. If the trace does not have a policy name, this line is not displayed.
NO AUDIT POLICIES ACTIVE
The specified trace has no active audit policies.
command-id
The identifier for the command.

System action

Processing continues.

User response

No action is required.