Belaid Akharaze

Forum Replies Created

Viewing 2 replies – 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Split outbound messages #69723
    Belaid Akharaze
    Participant

      Hi Terry,

      You can change your current outbound test to a local conn as an OB and add another local as IB and then recreate 2 connections for test and dev route your messages to both.

      in reply to: Output HL7 to file with unique file names #64636
      Belaid Akharaze
      Participant

        Thomas,

        In your outbound thread, add a tps where you can change the file name through driverctl. After you retrieve your field “orc2” from the message you can add something like this:

        set outfile $orc2.txt

        set driverctl “{FILESET {{OBFILE $outfile}}}”

        msgmetaset $mh DRIVERCTL $driverctl

        Then continue the msg.

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