Skip to content

GSKIT Error #989

Closed
Closed
@tonxxd

Description

@tonxxd

Please provide below information while opening an issue to understand your problem

  • Openshift pod (node:20) docker image
  • Target Db2 Server Version or output of db2level command from Db2 database system:

For non-Windows system, output of below commands from terminal:

uname
uname -m
node -v
npm ls ibm_db
db2level
echo $IBM_DB_HOME
echo $PATH
echo $LD_LIBRARY_PATH $DYLD_LIBRARY_PATH

Linux
x86_64
v20.11.1
(node:50) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use node --trace-warnings ... to show where the warning was created)
[email protected] /app
`-- [email protected]

bash: db2level: command not found

Please provide below problem specific info:

=========================================

For Connection related issue

  1. Are you trying SSL connection or non-SSL connection? : SSL connection
  2. For SSL Connection, please read and follow this documentation : i found the link for gskit but does not seem to help
  3. For SSL connection, do you have ssl certificate from server? Yes
  4. If you have certificate, are you using SSLServerCertificate keyword in connection string or using your own keystore db? : SSLServerCertificate
  5. Share the connection string used for connection by masking password.
  • Error: [IBM][CLI Driver] SQL10013N The specified library "GSKit Error: 17" could not be loaded. SQLSTATE=42724

Hi I am getting this error when trying to connect to a db2 instance. I got the certificate from the user and i am trying to use this connection string
DATABASE=USIBMVRDP2H;HOSTNAME=stfmvs1q.pok.ibm.com;UID=USER;PWD=xxx;PORT=5521;PROTOCOL=TCPIP;sslConnection=true;SSLServerCertificate=/uploads/9c65f730-623a-4650-af48-1223ce87243a;

where /uploads/9c65f730-623a-4650-af48-1223ce87243a is the certificate in jks format

It seems i can't find a lot of documentation online about the gskit library, do you think the error is a missing library in the docker build (and if yes how can i install it) or is it something else?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions