Change how Retrieve Queued Incident Works
Updated: 27 Sep 2010 | 5 comments
Is there a way to change how retrieved queue incident works? Basically I want to change it so that P4 and work orders are treated the save when it comes to priority. Since there is always a P4 ticket in the queue work orders (aka P5) never get pulled.
discussion Filed Under:
Comments
Why not change the priorities of your work orders to P4?
It sounds like your P5s are really P4s. Why not change them to P4s?
(I looked, but couldn't find a way to modify this. The manual has nothing and neither does a cursory search of forums.)
Mike Clemson, Systems Engineer
Intuitive Technology Group -- Symantec Platinum Partner
You could also automaticalliy
You could also automaticalliy escalate those P5s to P4s based on date. You can just use Notification policies to escalate those incidents.
- Matt
I think...
It looks like the retrieve workitem is hard coded and therefore can't be changed. You'll therefore have to use something like the techniques above to address this.
Steve
P5s are not P4.
Our P5 are not the save as P4. They are bassically anything were we have to purchase something and wait for it to come in or they are for new hire setup giving the user 10 days to complete the task. I contact symantic support and they told me that if I wanted to change it I would have to modify the sp_retrievenextworkitemfromqueue store procedure.
Where to find sp_retrievenextworkitemfromqueue store procedure
You'll find this in SQL manager in your Altiris Incidents database under Programmability > Stored Procedures > dbo.sp_retrievenextworkitemfromqueue
Right-click, choose Modify, and then customize the query for your business needs.
Just for reference, this is the text:
Mike Clemson, Systems Engineer
Intuitive Technology Group -- Symantec Platinum Partner
Would you like to reply?
Login or Register to post your comment.