050-SEPROGRC-01 · Question #29
What level of access should be enabled for the database user accounts?
The correct answer is A. db_owner. RSA Archer requires the database user account to have db_owner permissions to support all necessary read, write, and schema modification operations.
Question
What level of access should be enabled for the database user accounts?
Options
- Adb_owner
- Bdb_datawriter
- Cdb_accessadmin
- Ddb_securityadmin
How the community answered
(38 responses)- A79% (30)
- B3% (1)
- C11% (4)
- D8% (3)
Why each option
RSA Archer requires the database user account to have db_owner permissions to support all necessary read, write, and schema modification operations.
The db_owner role grants full control over the database, which RSA Archer requires to create and modify schema objects, manage stored procedures, and perform all necessary data operations during installation and ongoing use. Without this elevated role, Archer cannot complete schema upgrades or execute certain administrative database tasks. This is an explicit requirement documented in the Archer installation prerequisites.
db_datawriter only allows INSERT, UPDATE, and DELETE operations, which is insufficient because Archer also needs DDL permissions to create and alter schema objects.
db_accessadmin only manages database access permissions and cannot grant the data manipulation or schema rights Archer requires.
db_securityadmin manages security-level permissions such as logins and roles but does not provide the data access or schema modification rights Archer needs.
Concept tested: RSA Archer database user permission requirements
Source: https://community.rsa.com/t5/archer-platform-documentation/tkb-p/archer-platform-documentation
Topics
Community Discussion
No community discussion yet for this question.