Anyone configured/using a Db2z Type-2 connection for the MetadataStore #374
-
Dear community, does anyone have configured the JDBC connection to be a Type-2 connection instead of Type-4 via JDBC and could share what they have done? The Thanks in advance. @friedhelmmuench, haven't you configured a Type-2? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi Dennis, yes, we configured a Type-2 connection in the following way:
In this way the dbb-zappbuild-scripts are working. For using the command line tool to manage the metadata store with a type 2 connection we use the same I hope i didn't forget anything.... |
Beta Was this translation helpful? Give feedback.
-
Simply out of curiosity, what is the benefit of using a type-2 connection? Can you use PassTickets with that and thus avoid providing any credentials and authentication will be done by the task-owning user ID automatically? |
Beta Was this translation helpful? Give feedback.
Hi Dennis,
yes, we configured a Type-2 connection in the following way:
url=jdbc.db2:<db2-database>
andssid=<subsystem-id>
indb2Connection.properties
db2jcc4.jar
,db2jcc_license_cisuz.jar
and the path wheredb2Connection.conf
is storedSTEPLIB
with the local installation datasets forSDSNEXIT
,SDSNLOAD
andSDSNLOD2
LIBPATH
with the path to the local installation of Db2 JDBC libsIn this way the dbb-zappbuild-scripts are working.
For using the command line tool to manage the metadata store with a type 2 connection we use the same
db2Connection.properties
set by parameter--…