Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Incident Locked

Updated: 21 May 2010 | 1 comment
Mbordelon's picture
0 0 Votes
Login to vote

I currently have two helpdesk incidents which have the message"This incident is being modified by another process. Click here to update the view" . However, clicking on "refresh" does nothing. Is there a way to unlock these incidents so that they can be edited?

discussion Filed Under:

Comments

MBHarmon's picture
12
Oct
2009
1 Vote +1
Login to vote

SQL

This can happen if you've got a lot of automation rules that apply to an incident, or if you restarted the Altiris Services while it was processing. 

To unlock it  just run the following SQL statement on your Altiris_Incidents database.  Just replace (numberhere) with the incident number that is locked. 

Update workitem
Set updatelock =' '
Where number = (numberhere)

Check out this KB link for more info
https://kb.altiris.com/article.asp?article=20356&p=1

- Matt