Debezium DB2 Source Connector - "Couldn't obtain database"

Hello All ,

Trying to connect with the Debezium DB2 source connector to get the data into topic with the below configuration , end up with the error "java.lang.RuntimeException: Couldn't obtain database name"

Configuration:

{
  "name": "db2-connector",  
  "config": {
    "connector.class": "io.debezium.connector.db2.Db2Connector", 
    "database.hostname": "", 
    "database.port": "", 
    "database.user": "", 
    "database.password": "", 
    "database.dbname": "", 
    "database.server.name": "", 
    "table.include.list": "SUB_MODULE_CATEGORY"
  }[https://forum.confluent.io/t/connection-session-for-connector-with-db2/2033](https://forum.confluent.io/t/connection-session-for-connector-with-db2/2033)
}

Please do share your feedback and possible way to fix the error …