Resend a message through command line

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Resend a message through command line

  • Creator
    Topic
  • #52755
    Mark Brown
    Participant

      Does anyone have a real world example of resending a message with the command line?  The documentation (that I could find) is kinda sketchy on it.

      I was looking at the possibility of resending a message from a database using a script.  Or would this be considered a bad idea?

      Cloverleaf 5.7.3 on a Windows 2003 server.

    Viewing 3 reply threads
    • Author
      Replies
      • #75393
        David Barr
        Participant

          I think doing a resend through the command line is fine for unplanned maintenance, but if this is a normal process you should use an inbound thread to read the data (probably using the UPOC protocol).

        • #75394
          Mark Brown
          Participant

            Oh, it wouldn’t be for normal operations.  Just to resend a message that was lost by an ancillary system.

          • #75395
            David Barr
            Participant

              You’ll have to dump the message from the database to a file, then run resend on the file.  Here’s an example resend command (if that’s what you’re looking for):

              hcicmd -p charges -c ‘hsm_chrgs_in resend ib_pre_tps data 5120 /your/file/here eof’

              You can also resend in the netmonitor. Just right click on the thread and select control/full/resend.

            • #75396
              Russ Ross
              Participant

                You can create your own resend command line examples by setting the view while in NetMontor to see the command line the GUI is running then do a resend in the GUI to see the command.

                I’ve attached a screen shot that shows the hcicmd generated by the resend I did using the GUI.

                From there you can modify as desired.

                Russ Ross
                RussRoss318@gmail.com

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