ibmdb / node-ibm_db

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

Driver install fails #865

Closed lohart13 closed 2 years ago

lohart13 commented 2 years ago

The installation of the driver fails as the https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli url is returning a 500 error when trying to download file.

Any otherways to get around this error?

DaisyYangl commented 2 years ago

Hello, there's no 'linuxx64_odbc_cli.tar.gz' file in https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/. So download this file returns 500 error. Could anybody give any suggestion about this error? And is there a slack channel for supporting questions? Thanks....

ibmbendev commented 2 years ago

same here. please check https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip 500 error.

shikharani16 commented 2 years ago

same here https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz ...

Error: Request failed with status code 500

hizir-bc commented 2 years ago

Same here, verified with MacOS and Windows x64, the file download fails due to the 500 internal server error

kirrg001 commented 2 years ago

Same here. Can no longer download the prebuilds from CircleCI.

dragomir-enachi-ibm commented 2 years ago

I had to add to /etc/hosts 129.35.224.112 public.dhe.ibm.com to make it work again.

with other IPs it's resolving to I get 500 Internal Server Error when trying to download stuff.

in my travis scripts I've added

before_install:
  - echo $'\n129.35.224.112 public.dhe.ibm.com' | sudo tee -a /etc/hosts
bimalkjha commented 2 years ago

Issue was due to migration of the hosting service to new env yesterday by IBM. The issue is fixed now. Thanks.

shikharani16 commented 2 years ago

I see this issue again today. Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz ...

Error: Request failed with status code 500