Delete destination queue

  • 25 May 2007
  • 1 reply
  • 0 views

Badge +1
Are there any problems in deleting destination queue entries directly from the _DestQueue table? I realize that you shouldn't alter the database but I haven't found a better way to accomplish this or any suggestions in the forums here.

At one point we added about 50 queues for Active Directory groups that either no longer exist or are not being used. Now each daily error log on the server is 5 or 6 MBs of status messages. I would prefer not going through each queue and manually changing the refresh interval to hundreds of days - I would rather just remove the queue.

1 reply

Badge +5
Unfortunately there are no K2 API s for deleting Destination Queues. As you have discovered, Destination Queues are defined in the _DestQueue table and the users associated with each queue is in the _DestQueueUser table. Direct manipulation of the K2 databases is not supported. If you intend to delete the queues from the database please back up the databases before making any changes.

Reply