EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-02-06 11:58 AM . Last Modified: 2023-05-03 12:17 AM
Hi All,
someone recently asked me to help diagnose a security issue - it seemed that the permissions on an object were not as expected. Sure enough, this was true, but in a complex tree of objects it takes some clicking on each group to find out where the permissions from the root have been changed.
There's a good way to find these though. Open a query and enter the following SQL:
SELECT ID, FullName, ACLInherited FROM CDBOBJECT WHERE ACLInherited = False ORDER BY FullName
This will show all objects with non-defaulting security!
Steve
p.s. you can do the same with the colour palette using the column ColourPaletteInherited.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-02-06 01:00 PM
Does anyone ever change the colour palette at different locations of the database? If so... I hate them 😛
It is so incredibly difficult to explain to operators what all of the colours mean, if they meant different things in different parts of the database... wow... head explosion.
On the ACLs..
Previous discussion around a similar query.. which shows a little more info
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-02-07 12:25 AM
The trials of product management. Remove a feature no-one uses (or even ought to use) and 3 people complain that it's the most important thing ever!
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.