Deploy node-ibm_db with license file for DB2 on z/OS on Bluemix
See original GitHub issueHi,
as the title says I want to connect to an DB2 on z/OS on Bluemix. On my local instance the connection is working as I copied my license file into ibm_db/installer/clidriver/license
. On Bluemix I don’t see a way to copy the license to this directory as node_modules is build while deployed with cf push
Can I somehow define a custom path to license file in my manifest or else?
Any help is appreciated!
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
IBM Watson Machine Learning for z/OS 2.3 and IBM Db2 AI for ...
IBM Db2 ® AI for z/OS (Db2ZAI) 1.4, a separately licensed product, uses machine learning to improve the operational performance of Db2 for ......
Read more >DB2 for z/OS README | LoopBack Documentation
This module is dependent on the node-ibm_db module which requires appropriate licenses be available as per instructions in its README. Once loopback-connector- ...
Read more >17211 Connecting applications for system z
z /OS Connect. • DB2 Connect (and the IBM Data Server Driver) ... Ships with WebSphere Application Server for z/OS, CICS, and IMS....
Read more >2015 - Data Henrik
You could run it in your own DB2, locally or in the IBM DB2 on Cloud service on Bluemix. Enough of introduction, enough...
Read more >node-ibm_db - npm
On z/OS, ODBC driver support is part of IBM Db2 for z/OS 11.0 and 12.0 ... DB2 for LUW or Informix Server using...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@georg90 Your license files is for DB2 V11.1. Please get db2 connect license for DB2 V10.5. Your present license files are not compatible with ibm_db. Similar issue was reported by issue 309 and after using correct license file, they are able to establish connection with server. Thanks.
@bimaljha Thank you for being so persistent!
This was my error and the new license file fixed it. Maybe this should be pinned somewhere to make it easier for other people to figure it out?