ClientGSKitLocation CLI/ODBC and IBM data server driver configuration keyword
Sets the location from which the application loads the IBM Global Security Kit (GSKit) libraries. These libraries can be those bundled with Db2, or they can be loaded from a global location. This setting only affects the Client-side of Db2.
- db2cli.ini keyword syntax:
- ClientGSKitLocation = stock
- IBM® data server driver configuration file (db2dsdriver.cfg) syntax:
- <parameter name="ClientGSKitLocation" value="stock"/>
- Default setting:
- None.
- Usage notes:
-
ClientGSKitLocation is set globally in the db2dsdriver.cfg configuration file or in the [COMMON] section of the db2cli.ini initialization file. It is possible to set one configuration option called stock. By default, if the parameter is not set (or if it is set to a value that is not valid) the application attempts to load the IBM Global Security Kit (GSKit) libraries from a global location. If the parameter is set to stock, then the application attempts to load the IBM Global Security Kit (GSKit) libraries that are bundled with Db2.