ibmdb / node-ibm_db

IBM DB2 and IBM Informix bindings for node
MIT License
188 stars 151 forks source link

Getting 403 Forbidden access issue while trying to download ibm db CLI for Linux #934

Closed ljerka closed 12 months ago

ljerka commented 12 months ago

Getting an error while doing npm install:

Error 403: Forbidden - https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz

It seems to be a newer issue. Few days ago I could install it without a problem. I noticed this today.

bimalkjha commented 12 months ago

There seems some issue with https://public.dhe.ibm.com/ due to weekend lab maintenance activity. I have informed the contact who maintains this site. We also started saving the replica of it on github, so if you want, you may download it from https://github.com/ibmdb/db2drivers/tree/main/clidriver. Thanks.