Hello,
We wanted to implement following automated workflow using python required for optimal performance of enterprise geodatabse using traditional (not branch) versioning functionality required for multi-user editing.
- reconcile/post>compress>analyze update statistics on geodatabase system tables (owned by SDE table)
We have the script ready to go but have issue with the account. See below.
Due to the high default privileges and/or other concerns for SDE account, our DBA team do not want to share or use this account in our live/production environment wit the GDB admin team (me) and wants to use different (non-SDE ) account with custom privileges to carry out this operation. This new non-SDE account works fine and getting the expected results in terms of the success of compress operation (state_ID = 1) surprisingly.
So, as someone wearing a hate of GDB admin in the group, my question to the geodatabase admin team is should we use non-SDE account OR SDE account is recommended for setting up the maintenance workflow mentioned above? Are there any risks associated with using non-SDE account for the maintenance process?