I was trying to revoke access for a user using Python script, but it does not seem to work.
I mean the script runs successfully without any error, but does not what it's intended to...
Here're the steps I follow:
- I am connecting with the schema owner, and revoking access for another user, say 'B' for a particular dataset [Python]
- The script runs OK...without any error (exits with code 0)
- Connect with user B to chk if it's worked...and NO, I can see the data still
Any idea why its hapeening?
I've tried with exclusive lock; and ArcCatalog...even then the same result :(
Ujjwal
