When configuring the first time the repository, when using a generic user, it says:
Error:
"MYUSER" does not have the privilege to perform operation "CREATE BUFFERPOOL".. SQLCODE=-552, SQLSTATE=42502, DRIVER=4.26.14
For a Db2 repository database, the user must have DBADM or SYSCTRL privilege. To configure the repository by a normal Db2 user, refer to this procedure
However, after checking the documentation, in order to create a bufferpool it is necessary SYSADM or SYSCTRL authorities:
The privileges held by the authorization ID of the statement must include SYSCTRL or SYSADM authority.
https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000912.html
For this reason, the error message should just say SYSCTRL privilege.
------------------------------
Andres Gomez Casanova
IBM Champion 2015-2020
DBA senior
Bogota, Colombia
------------------------------
#Db2