Table of Contents

7. MaxDB Connector

Purpose

Creating a SAP user profile

The effect is that it will be selectable from connectors of any company.

Installing driver

Creating the connector

SSH

Custom timeout

Monitoring user for MaxDB

Create SQLCLI user

sqlcli -u SUPERDBA,<superdbapassword> -d <SID>
create user <monitoring_user> password <PASSWORD>
grant select on superdba.monitor_lock to <monitoring_user>  
grant select on sysinfo.datavolumes to <monitoring_user>  
grant select on sysinfo.datastatistics to <monitoring_user>  
grant select on sysinfo.logstatistics to <monitoring_user>  
grant select on sysinfo.cachestatistics to <monitoring_user>  
grant select on sysinfo.instance to <monitoring_user>

Create DBMCLI user

dbmcli -u SUPERDBA,<superdbapassword> -d <SID>
user_getall
user_create <monitoring_user>,<PASSWORD>
user_put <monitoring_user> SERVERRIGHTS=+DBInfoRead
user_get <monitoring_user>

Driver properties