Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver install fails #865

Closed
lohart13 opened this issue Jun 20, 2022 · 8 comments
Closed

Driver install fails #865

lohart13 opened this issue Jun 20, 2022 · 8 comments

Comments

@lohart13
Copy link

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
Copy link

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
Copy link

@shikharani16
Copy link

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
Copy link

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

@kirrg001
Copy link

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

@dragomir-enachi-ibm
Copy link

dragomir-enachi-ibm commented Jun 20, 2022

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
Copy link
Member

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

@shikharani16
Copy link

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

bimalkjha pushed a commit that referenced this issue Jul 16, 2022
 * update vscode binaries for mac and linux (Bimal Jha)
 * update precompiled binary for windows (Bimal Jha)
 * fix: Data Lost at position 1022 when retrieving from DBCLOB. #858 (Bimal Jha)
 * fix: big int data returns wrong value on windows, issue #816 (Bimal Jha)
 * fix: code scan issues reported by polaris and add polaris.yml file (Bimal Jha)
 * fix: update moment version to fix vulnerability (Bimal Jha)
 * fix installation failure issue when IBM site is down, #865, #869 (Bimal Jha)
 * fix: return bigint as string #816, #863 (Bimal Jha)
 * add template for reporting an issue (Bimal Jha)
 * Added support for npm config SSL CA-files for driverInstall.js (#857) (Patrick Lindemann)
 * test: update test file to test the issue #835 (Bimal Jha)
 * fea: Add support for getData and getDataSync APIs (Bimal Jha)
 * Update axios version to fix vulnerability CVE-2022-1214 (Bimal Jha)
 * build(deps-dev): bump async from 2.6.1 to 3.2.2 (#840) (dependabot[bot])
 * build(deps): bump minimist from 1.2.5 to 1.2.6 (#839) (dependabot[bot])
 * build(deps-dev): bump moment from 2.22.2 to 2.29.2 (#838) (dependabot[bot])
 * add electron binary for macos (Bimal Jha)
 * add windows binary for vscode1.66 (Bimal Jha)
 * Verify IBM_DB_HOME has include and find MSBuild on windows (Bimal Jha)
 * build(deps): bump follow-redirects from 1.14.3 to 1.14.8 (#825) (dependabot[bot])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants