Hi,
I've got a CPS 12 demo setup and am having issues accessing user security within Administration.
I am quite new to CPS front-end administration and am primarily a Citrix/systems engineer.
I've attached a picture of the error.
Let me know if you need any more info.
Thanks,
Nick
only one person can be in security at a time. This is for the entire enterprise, so even if Lori is in the security of another user you wouldn't be able to go into security at all. You will get that message. If you are getting this message and Lori isn't in security anymore, sometimes it takes a bit for it to figure that out, especially if you are on different servers. I find that changes are immediate when on the same citrix box but takes a bit when on different boxes.
This query will kick a stuck user from CPS security.
--Run this query first
select al.LockId
from AppSession aps
join AppLocks al ON aps.AppSessionId = al.AppSessionId
WHERE al.ObjectId = -1
--If only one value listed, paste LockId into query below
DELETE FROM AppLocks WHERE LockId = 3495528