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
'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