Service Operations Insight

 View Only

Tech Tip: How to change Alert Queue Name 

Oct 26, 2015 02:00 AM

Problem:

-----------

I have create Alert Queue named 'XYZ' with some criteria and has some escalation policies attached to it. Now for some reason I want to change queue name to 'ABC' but it is not possible from UI.

Solution :

-----------

You can not change queue name from console directly. But as a workaround you can do this.

- All Alert Queue information is stored in SAMStore in AlertQueues table. So run following query to see queue information

select * from AlertQueues where QueueName like '%XYZ%'

- Now note down QueueID for it.

- Now run following query to update queue name update

AlertQueues set QueueName= 'ABC' where QueueID=(QueueID_noted_in_above_query)

- Recycle SOI manager and UI server.

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.