Below steps are specific for the BW system on HANA database- Step 1: Deactivate password change for System Users In the default settings, the system prompts at regular intervals for changing the passwords of SAP HANA users. This may cause issues for system users because the password may be stored in another system, or jobs are scheduled for them. If such kind of password changes and you don't modify the environment accordingly, this may effect the operating procedure. So, you should deactivate the periodic password change for selected users. For security reasons, you must consider this carefully. You can deactivate the password change with the following statement: ALTER USER SAP<SID> DISABLE PASSWORD LIFETIME. Step 2: Adapt Privileges As specified in SAP note 1897236, check whether the database user SAP <SID> has SELECT privileges for accessing the _SYS_REPO and _SYS_BIC schemas. You can use the following SQL command for this purpose: SELECT GRANTEE, GRANTOR, OBJ...