mlp_tcp-showNoMatch.pdl

Clovertech Forums Read Only Archives Cloverleaf Tcl Library mlp_tcp-showNoMatch.pdl

  • Creator
    Topic
  • #47640
    Rob Abbott
    Keymaster

      This PDL works just like the standard mlp_tcp.pdl except that it will display any data received outside of the encapsulation characters in the engine log file.

      Useful if you are getting a lot of “no-match” errors and want to debug what the remote side is sending.

      Rob Abbott
      Cloverleaf Emeritus

    Viewing 2 reply threads
    • Author
      Replies
      • #56331
        Michael Hertel
        Participant

          Hey Rob,

          This is a great pdl for trouble shooting.

          I was wondering if you had a version of this to display all reads and just not errors?

          I’d like to see what the previous message looked like without enabling EO config for pd and pdl.

          Thanks in advance.

        • #56332
          Nancy McDaniel
          Participant

            I saw this on clovertech and though it would be useful.  But I am getting an error trying to compile it using the hcipdc command

            /cis/cis6.2/integrator/pdls>hcipdc mlp_tcp-showNoMatch.pdl

            mlp_tcp-showNoMatch.pdl:6:syntax error

          • #56333
            Charlie Bursell
            Participant

              Make sure no CR in the file.

              If Unix

              perl -pi .bak -e ‘s/r//g’  mlp_tcp-showNoMatch.pdl

              If windows:

              perl -pi .bak -e “s/r//g”  mlp_tcp-showNoMatch.pdl

              It will create a .bak file so you can go back to it or delete it if not needed

          Viewing 2 reply threads
          • The forum ‘Tcl Library’ is closed to new topics and replies.