-
Notifications
You must be signed in to change notification settings - Fork 41
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
IBM MQ Redistributable C Client Not working after manually configure - windows machine #189
Comments
You have two issues.
|
@chughts I follow this link: https://www.ibm.com/docs/en/ibm-mq/9.4?topic=windows-redistributable-clients |
Reading through the |
@chughts |
If you are using a Dockerfile, then I would recommend that you allow the There is also one in the dev-patterns repo - https://github.com/ibm-messaging/mq-dev-patterns/blob/master/ibm-messaging-mq-cloud-showcase-app/backend/Dockerfile You may, however, need to set |
@chughts https://www.ibm.com/docs/en/ibm-mq/9.4?topic=windows-redistributable-clients Classpath changes I am getting exception while try to > npm start Cannot find MQ C library. I need example value for this param both win and linux CLASSPATH |
Most of those are Java settings, so not needed for your node.js app. You will need to add the MQ client I recommend that these settings are applied before the |
@chughts Cannot find MQ C library. |
Have you run |
PS C:> setmqenv Set up the environment for use with IBM MQ. -j Set the environment for the specified JMS version - 2.0 (default) or 3.0. |
So, no you haven't run In the shell that you want to run the node.js app. |
PS C:> setmqenv -s Cannot find MQ C library. C:\node_modules\ibmmq\lib\mqi.js:287 |
I think you need to :
If it still fails, then list your |
Path: C:\Program Files\Adaptiva\AdaptivaClient\bin\x32; |
What is in |
MQC Client bin location |
contents please. |
hi @chughts I didn't found lib64 |
amongst other files, your
If it does then providing that there is nothing in
that is interfering then the path is set correctly. In which case I can only guess that a bad install / build has been cached. So you should carry out a clean build, with a cleaned out cache, and force the usage of
|
I am trying to install ibmmq 2.1.2 but not download lib automatically. npm recommend configuring manually. I did configure but it is not working. still get same error. I follow this link: https://www.ibm.com/docs/en/ibm-mq/9.2?topic=windows-installing-mq-client
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node postinstall.js
npm ERR! Downloading IBM MQ Redistributable C Client runtime libraries - version 9.4.1.0
npm ERR! Getting https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.4.1.0-IBM-MQC-Redist-Win64.zip
npm ERR! Error occurred downloading IBM MQ Redistributable C Client: connect ECONNREFUSED 170.225.126.18:443
npm ERR! You will need to manually install it.
Please help to me that, it is bug or else.
The text was updated successfully, but these errors were encountered: