Route Replies on Outbound Thread – Discard / Error

Clovertech Forums Cloverleaf Route Replies on Outbound Thread – Discard / Error

  • Creator
    Topic
  • #117915
    Weston Olmstead
    Participant

      Version: Cloverleaf 6.2

      I am attempting to take a Simple ADT message in a thread named “ADT_INBOUND” and write some contents to an external database with a thread named “ADT_DB_OUT”. This works and the data is inserted.

      However messages are marked as Failed, and looking at the output log I see an error similiar to “No destination route for trxid ” with destination ADT_INBOUND. Configure these in Route Replies”.

      I can go into the ADT_DB_OUT thread and create a raw route to the ADT_INBOUND under route replies, but I would rather the outbound thread not attempt to generate replies as I’m not doing anything with them. Is this possible, or does anyone have any recommendations?

    Viewing 3 reply threads
    • Author
      Replies
      • #117918
        Jim Kosloskey
        Participant

          Is your OB thread (to the DB) using the DB Protocol?

          If so, I suspect that protocol is getting something back from your DB activity either from an invoked Stored Procedure if that is what you are invoking in that thread or from the Protocol itself.

          In any case, I believe you can apply reply handling on that thread just like you do with your HL/7 OB connections.

          What does the reply message look like?

          email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

        • #117921
          Charlie Bursell
          Participant

            Just insert hcitpsmsgkill to handle replies

          • #117945
            Weston Olmstead
            Participant

              Yes, my thread was using the DB Protocol, and I completely forgot about using hcitpsmsgkill. I just added that to my route replies route as a raw route tps and that that resolved my issue, thank you.

            • #117956
              Jim Kosloskey
              Participant

                I am glad you have this solved but I am curious as to what the reply looked like.

                email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

            Viewing 3 reply threads
            • You must be logged in to reply to this topic.