jdbc_response probe exception - Error: The authentication type 10 is not supported
search cancel

jdbc_response probe exception - Error: The authentication type 10 is not supported

book

Article ID: 133371

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Trying to monitor postgres DB using jdbc_response probe. Have deployed the latest version of the probe (v1.25) & downloaded jdbc driver (PostgreSQL JDBC 4.2 Driver, 42.2.5).

Only able to successfully test the connection using password auth MD5 which is for version lower than 10. 

Trying to monitor version 11 which uses scram-sha-256 authentication

On testing connection it fails with error The authentication type 10 is not supported

Environment

Release :

Component : UIM JDBC RESPONSE

Resolution

  1. Download the latest PostgreSQL JDBC driver.
  2. Place the JAR file in the path: [CA UIM Installation Directory]\probes\database\jdbc_response\lib.
  3. Restart the jdbc_response probe.

Additional Information