Closed markjhollands closed 3 years ago
There is now this section in the docs that I think covers this bind requirement issue.
https://docs.zowe.org/stable/user-guide/cli-db2plugin.html#sql0805n-database-bind https://github.com/zowe/docs-site/pull/1517
@MikeBauerCA Can this issue be closed??
Yes, thanks!
While installing the Db2 plugin, a number of users have experienced the following error when trying to use the plugin:
This is caused by a failure to run a bind enabling the Db2 CLI to be used against the database. In the
ibm_db
NPM documentation (the node module used for Db2 connectivity by the Zowe Db2 CLI), it provides some help regarding this error: https://www.npmjs.com/package/ibm_db#for-missing-packagebinding-issueCould we also include this help in the Zowe docs for the plugin? I think this could be a common error, and is worth flagging as a gotcha to users.