Closed sagarcasm closed 2 years ago
It looks like the linux cli driver cannot be downloaded from the below link
Are we sill having this issue - https://www.ibm.com/support/pages/why-does-ibmdb-npm-module-fail-download-db2-odbc-cli-driver
@sagarcasm Looking on the logs, 0.03% | 8192 bytes downloaded out of 25012651 bytes.
this message seems root cause. Why it has downloaded only 0.03%? May be some network issue? Are you able to see same error on reinstall also?
Please run these commands: npm uninstall ibm_db
and npm install ibm_db
.
If still fails, try to download file https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz manually by clicking on this link. Let us know the result. Thanks.
It looks like the linux cli driver cannot be downloaded from the below link
Are we sill having this issue - https://www.ibm.com/support/pages/why-does-ibmdb-npm-module-fail-download-db2-odbc-cli-driver
It was different issue and has been fixed. Thanks.
If you are able to download file https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
, then share the complete output of below commands:
npm uninstall ibm_db
npm install ibm_db --loglevel verbose
@sagarcasm Are you still facing this issue or your problem got resolved? Please update. Thanks.
IBM_Db2 package does not install while deploying on Openshift Cirrus at IBM
Docker Image:
registry.cirrus.ibm.com/public/nodejs-14:latest
DB2 npm version:"ibm_db": "^2.8.2",