deleting the messages from the outbound queue

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf deleting the messages from the outbound queue

  • Creator
    Topic
  • #48053
    Tijen Ireland
    Participant

      How do I delete the messages queued up in the tps outbound queue without initiliazing the database.

      Thanks,

    Viewing 1 reply thread
    • Author
      Replies
      • #57469
        James Cobane
        Participant

          Tijen,

          Use the hcidbdump command:

          hcidbdump -r -s 11 -d threadname -D

          where threadname is the name of the outbound thread.  The -s parameter says what “state” (state 11 is outbound post-TPS). The -D parameter specifiies to delete the transactions.  You can specify an optional filename after the -D flag to write the transactions to a file for safekeeping.  You’ll also need to bounce the process that the outbound thread is in to remove the messages from memory.

          Hope this helps.

          Jim Cobane

          Henry Ford Health

        • #57470
          Anonymous
          Participant

            …and the Database Admin gui on the hciaccess screen will generate the appropriate command for you.

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