Splunk AppDynamics SaaS Database Visibility Add Database Collectors Current: Monitor Sybase Databases Using Kerberos Authentication PDF Download PDF Download page Monitor Sybase Databases Using Kerberos Authentication. Current page All pages Monitor Sybase Databases Using Kerberos Authentication For the Database Agent to connect to and monitor Sybase databases using Kerberos authentication, these settings are required:In the Connection Details section of the Collector configuration dialog, specify the JDBC connection string: jdbc:sybase:Tds:<hostname>:<portnum>?REQUEST_KERBEROS_SESSION=true&SERVICE_PRINCIPAL_NAME=<myserver> CODE Start the Database Agent using the -Djavax.security.auth.useSubjectCredsOnly=false option: nohup java -Djavax.security.auth.useSubjectCredsOnly=false /<db_agent_home>/db-agent.jar & CODE ×