GithubHelp home page GithubHelp logo

Comments (3)

bimalkjha avatar bimalkjha commented on August 25, 2024

@abinayaa-r Are you able to download file https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip or https://github.com/ibmdb/db2drivers/raw/main/clidriver/ntx64_odbc_cli.zip manually? It seems your firewall or VPN configuration is blocking download of this ntx64_odbc_cli.zip file when you run your application. Resolve the download issue, ibm_db would work fine.
Alternatively, you can download file from any link, unzip it; you'll get clidriver folder. Then set system level environment variable name IBM_DB_HOME to full path of this unzipped clidriver folder. After that you install ibm_db. If IBM_DB_HOME is set, ibm_db do not download clidriver from these links. Try and let me know. Thanks.

from node-ibm_db.

abinayaa-r avatar abinayaa-r commented on August 25, 2024

I have manually downloaded the cli driver file from the link and also i have given npm install and set the environment vairable(IBM_DB_HOME).

It didn't give any error while installing but while starting the application getting below licensing error.

C:\Users\FirstProject> npm start
Server started
[Error: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968] {
error: '[ibm_db] SQL_ERROR',
sqlcode: -1598,
state: '42968'
}

from node-ibm_db.

bimalkjha avatar bimalkjha commented on August 25, 2024

@abinayaa-r Your ibm_db installation issue is fixed now. The SQL1598N error is expected in absence of valid db2connect license. It is documented well in ibm_db documentation. Please follow instructions as documented here to resolve SQL1598N error. Thanks.

from node-ibm_db.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.