Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1804

Quarkus reactive DB2 driver not working with z/OS DB2

XMLWordPrintable

    • Hide

      with the following properties in application.properties

      quarkus.datasource.reactive=true
      quarkus.datasource.db-kind=db2
      quarkus.datasource.username=DB2INST1
      quarkus.datasource.password=db2pass
      quarkus.datasource.reactive.url=vertx-reactive:[db2://localhost:50000/testdb]

       

      it worked with DB2 on Linux, but it does not work with db2 on z/OS

       

      even with the two properties added in:

      quarkus.datasource.securityMechanism=9
      quarkus.datasource.encryptionAlgorithm=2

       

      Show
      with the following properties in application.properties quarkus.datasource.reactive=true quarkus.datasource.db-kind=db2 quarkus.datasource.username=DB2INST1 quarkus.datasource.password=db2pass quarkus.datasource.reactive.url=vertx-reactive: [db2://localhost:50000/testdb]   it worked with DB2 on Linux, but it does not work with db2 on z/OS   even with the two properties added in: quarkus.datasource.securityMechanism=9 quarkus.datasource.encryptionAlgorithm=2  

      The reactive DB2 driver works with DB2 database on Linux, but not working with DB2 database on z/OS. A similar issue on the Internet has reported here https://github.com/quarkusio/quarkus/issues/14268

            sgrinove Sanne Grinovero
            zhxu-rbc Zhiming Xu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: