+

Search Tips   |   Advanced Search

Enable client information tracing with the administrative console

Use either of the methods outlined in this task to enable the passing and tracing of client information about a database connection.

Refer to the Implicitly set client information topic to determine which of the two available levels of client information passing and tracing is appropriate for the configuration. Once a level is selected, there are two methods of enabling it:

  1. Open the administrative console.

  2. If we choose to enable client information passing and tracing by using a trace group:

    1. Select Troubleshooting.

    2. Select Log and Trace.

    3. Select the server to use.

    4. Select Diagnostic Trace.

    5. Select Change log detail levels.

    6. Select the Configuration or Runtime tab. Changes made to the Configuration are applied after a server restart. Changes made to the Runtime are applied immediately.

    7. In the Trace Specification entry field, type either WAS.clientinfo=all or WAS.clientinfopluslogging=all. To deactivate either trace, replace =all with =off (without spacing between characters) or delete the trace string entry.

  3. If we choose to enable client information passing by using a data source custom property:

    1. Select Resources.

    2. Select JDBC > Data sources.

    3. Select the datasource on which to enable client information tracing.

    4. Select Custom Properties under the Additional Properties section.

    5. Press New....

    6. Enter enableClientInformation in the Name field.

    7. Enter true in the Value field.

    8. Optional: Enter a description in the Description field, if desired.

    9. Select java.lang.Boolean in the Type field.

  4. Press OK.

  5. Save the changes to the configuration when prompted to do so.


Related concepts

  • Unshareable and shareable connections


    Related tasks

  • Passing client information to a database

  • Implicitly set client information