Select to view content in your preferred language

Permissions a particular user has for a particular layer ??

888
3
10-03-2011 07:46 AM
HalilSiddique
Frequent Contributor
Hi all,

What i want to do is to identify all the permissions a particular user has for a particular layer

what sde command do i need to run to get this info? or do I have to use SQL plus (if so what would the script look like?)

Cheers

Halil
0 Kudos
3 Replies
VinceAngelo
Esri Esteemed Contributor
'sdelayer' will report access to the connected user, but nothing in the ArcSDE API tracks
*other* users -- You'd need to traverse the RDBMS rulebase for this information (and
need administrative access to do so).

- V
0 Kudos
HalilSiddique
Frequent Contributor
Hi Vince,

i know about "sdelayer", what I was hoping for was UserA has read/ write / edit metadata  on layer1 and then compare that layer with layer2 in essence.

Halil
0 Kudos
AJR
by
Frequent Contributor
you may want to take a look at http://arcscripts.esri.com/details.asp?dbid=16024
0 Kudos