_HCI_static_route_ to Using a Xlate

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf _HCI_static_route_ to Using a Xlate

  • Creator
    Topic
  • #53591
    santiago guzman
    Participant

      Hello,

      Currently we have an interface that is set up as:

      _HCI_static_route_

      –>raw -> vendor1_adtrde_vendor2_out

      It sends all ADT and RDE messges through this interface without a translation in between. But now we want to add a translation to modify A05 messages only. We would still want all ADT’s and RDE’s to pass through but with a translation to modify A05’s, what’s the best way to set this up in the ‘Route Messages’ tab or even in general?

      Thanks,

    Viewing 3 reply threads
    • Author
      Replies
      • #78217
        Levy Lazarre
        Participant

          Hello Santiago,

          One way you can do this is by creating an additional route for the A05 message:

          Code:



          ADT_A05 –>Xlate -> vendor1_adtrde_vendor2_out

          But now, since you don’t want the untranslated copy of the A05 to get to destination, you need to place a  “Kill A05” tps as a pre-proc in the raw route:

          Code:



          _HCI_static_route_
          –>raw -> vendor1_adtrde_vendor2_out  Procs: tps_Kill_A05

          Evidently, you can use a generic proc to kill the A05 or write a custom one if you wish.

        • #78218
          santiago guzman
          Participant

            I don’t see a Proc that gives the option of tps_Kill_A05. How would I be able to pick a generic proc to kill the A05?

          • #78219
            Levy Lazarre
            Participant

              There are several “kill” procs that have been posted on this forum. One of them is called “kill_msg” and is very useful. It’s worth learning how to use it.

              Check this link:

              https://usspvlclovertch2.infor.com/viewtopic.php?t=2054&highlight=killmsg

            • #78220
              santiago guzman
              Participant

                Thanks for all your help!

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