Not able to connect to DB2 using JDBC_Static Pluginwith securityMechanism=13

Hi All,

I'm trying to connect to the DB2 database where the security mechanism was configured as 13 using the JDBC_Static plugin. I have tried passing the JDBC Connection as following ways. However, I don't have any luck. Any help would be very much appreciated!

  1. "jdbc:db2://{DB2_HOST}:{DB2_PORT}/${DB2_DB}:securityMechanism=13"

  2.  sequel_opts => {
           jdbc_properties => {
             "securityMechanism" => "13"
           }
    

Thanks in advance,

This has come up before, and I am not aware of any way of doing it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.