You can enable or disable traces of a binding's operations. Traces are useful for diagnosing performance issues with bindings.
To control tracing of bindings
set trace = none | trace-level;
get users;
trace enable assoc = binding_number;
trace disable assoc = binding_number;
Example: Trace a Binding at Error Level
This example shows you how to show the error messages that are produced from an binding.
set trace = x500;
get users;
trace enable assoc = binding_number;
Copyright © 2009 CA. All rights reserved. | Email CA about this topic |