Description
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
- Are you trying SSL connection or non-SSL connection? : SSL connection
- For SSL Connection, please read and follow this documentation : i found the link for gskit but does not seem to help
- For SSL connection, do you have ssl certificate from server? Yes
- If you have certificate, are you using
SSLServerCertificate
keyword in connection string or using your own keystore db? : SSLServerCertificate - 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