Troubleshooting

This section contains troubleshooting information and details about known issues.

Failure to set token values

The probe generates an error message similar to the following:

Setting of values failed for Summary: element already exists.

This problem occurs when a token in the raw capture file has the same name as one used by the common-libOpl library. In most cases, this error can be avoided by enabling the ProcessEscapes property.

If the problem occurs when the ProcessEscapes property is enabled, you can manually remove problematic tokens from the raw capture file before running the probe. In the following example, the grep command is used to remove the Status_Summary token from the file before passing it to the probe:

cat filename | grep -v "Status_Summary = ''" | nco_p_stdin