Steven Siegfried

Forum Replies Created

Viewing 4 replies – 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: tcl OBX append #85502
    Steven Siegfried
    Participant

      This code helped me!

      in reply to: problem with alert #58009
      Steven Siegfried
      Participant

        Would changing the Source Count to ‘at least’ 1 in a pstat alert help to determine if the alert is a false positive?  E.G. The outbound thread goes from up and green to opening but the the inbound thread wasn’t sending any messages.

        James Cobane wrote:

        Ray,

        When you are configuring the alert, are you using the drop-downs to select the protocol status?

        in reply to: list doesnt contain element error #81465
        Steven Siegfried
        Participant

          while {[llength $FT1] <= 13} {lappend FT1 {}}

          101 different ways to write code, having said that, I will absolutely use this logic next time!

          in reply to: list doesnt contain element error #81463
          Steven Siegfried
          Participant

            You could have wrapped your ORC.12 logic in a catch.

            catch {

            set ORC_fields [lreplace $ORC_fields 12 12 with your replacement]

            }

            If ORC fields come inbound shorter, than there is nothing to replace. Having said that, if for some reason you must have something entered in ORC.12, you would go with the field length to build it out.

            😉

          Viewing 4 replies – 1 through 4 (of 4 total)