• Topic
  • Discussion
  • UdaWikiWeb.TroubleshootingUDABrokerTraces(Last) -- Owiki? , 2016-08-19 15:01:06 Edit owiki 2016-08-19 15:01:06

    Request Broker Traces

    OpenLink Request Broker traces are similar to Request Broker Log files. However, there are appreciable differences:

    1. You append +loglevel 7 +logfile oplrqb.log after oplrqb to generate logs. You append +debug to the oplrqb command to generate traces. You may append either option on the command line or hard code it in the Rules Book.
    2. Traces displays the Request Broker version string and detailed license information. Logs do not.
    3. Traces mark each line of input with DEBUG, INFO, and other labels that demarcate the importance of the output. Messages prefixed with EMERG, ALERT, and CRIT denote serious conditions. ERROR denotes common error messages. WARNING, NOTICE, INFO, and DEBUG accompany informational messages that may or may not be symptomatic of problems. Logs do not contain these prefixes.
    4. Traces provide parenthetical references to actual lines of executing code that is associated with the error message. For example:
    16:23:29 DEBUG (mapscode.c:442): got it!
    


    Here, mapscode.c:442 is a reference to code. Logs do not provide such references.

    Note: Traces are timestamped and are a better starting point for diagnosing performance and other problems where time of occurrence is crucial.


    Referenced by...