TagConfig Aspect Locked in Design State
While Configuring some changes in TagConfig Aspect of HarmonyServer Object,power failure occured.
After restarting the node, the Aspect is Locked in Design State.
While trying to change the state to Running, message appears that
"Change LifeCycle to Failed.Sym.LifeCycleChanges(-2147220990):Object is already Locked by Another user".
Checked in "Details" Option of the TagConfig but lock details are not shown.
Any Idea.............
After restarting the node, the Aspect is Locked in Design State.
While trying to change the state to Running, message appears that
"Change LifeCycle to Failed.Sym.LifeCycleChanges(-2147220990):Object is already Locked by Another user".
Checked in "Details" Option of the TagConfig but lock details are not shown.
Any Idea.............
Answers
You really need to get yourself on some courses mate: the questions you have are standard fare for PPB/800xA for harmony issues.
The rotuine below is assuming you know your way around SQL server. if not you may cause other problems if it is done incorrectly. I wish to advise you that if you are unsure of anything written below, not to attempt this and to call on someone who has done this before.
Anyhow, you can "unlock" a tag object if it is stuck in a lock condition (usually from a failed editing session where IE has crashed), by going to the SQL Enterprise Manager, opening the nodes with the Configserver database, opening the configserver database itself, then selecting the Tables and then finding a table called "symlock". Open the table itself and you will find (usually one record) a record, which is the user and the object which has been locked. Delete this record (and possibly any others). You can now continue editing the tag in question.
Have fun :)
The rotuine below is assuming you know your way around SQL server. if not you may cause other problems if it is done incorrectly. I wish to advise you that if you are unsure of anything written below, not to attempt this and to call on someone who has done this before.
Anyhow, you can "unlock" a tag object if it is stuck in a lock condition (usually from a failed editing session where IE has crashed), by going to the SQL Enterprise Manager, opening the nodes with the Configserver database, opening the configserver database itself, then selecting the Tables and then finding a table called "symlock". Open the table itself and you will find (usually one record) a record, which is the user and the object which has been locked. Delete this record (and possibly any others). You can now continue editing the tag in question.
Have fun :)
Add new comment