No routes defined problem

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf No routes defined problem

  • Creator
    Topic
  • #47946
    Nicole Goodyear
    Participant

      Hi, we are receiving 3 similar errors in our logs:

      No routes defined for TrxID ‘ACK’

      No routes defined for TrxID ”

      No routes defined for TrxID ‘12345’ (this number increments by 1 everytime).

      Would anyone have any ideas on how to fix this or at least where to start looking?  Thanks in advance!

    Viewing 1 reply thread
    • Author
      Replies
      • #57133
        Jonathan Hamilton
        Participant

          I’ll assume the messages are for an outbound thread, in which case you need to determine if you are using application level replies.

          If not, insert the proc hcitpsmsgkill in the Inbound Data TPS which will destroy all inbound data.

          If so, are you using the recover33.tcl procs?  Double check your configuration for the specified threads something is not configured correctly.

             You should have:

               save_ob_msg in the send_ok TPS

               resend_ob_msg in the Reply Generation TPS

               and validate_reply, kill_ob_msg, and hcitpsmsgkill in the Inbound Reply TPS.

          Some facilities use a combination proc in plac of validate_reply, kill_ob_msg, and hcitpsmsgkill, whatever you use make sure that both the ob_save and ib messages are destroyed using KILL and KILLREPLY respectively.

        • #57134
          Charlie Bursell
          Participant

            FYI.  Instead of putting hcitpsmsgkill in an inbound proc on an OB thread, why not just set to OB Only?

            I believe the correct answer is as Jonathon stated, you need recover_33 setup.

            But, in addition to the procs he suggested set the Outbound Only flag in the Inbound tab.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.