ot4i / ace-docker

75 stars 167 forks source link

ace-mqclient mqsisetdbparms #133

Closed niconiew closed 4 years ago

niconiew commented 4 years ago

Apologies if posting this at the wrong place. Having a question about image 'ibmcom/ace-mqclient' Can someone please guide me to whom or where to post the below question for assistance?

In short, trying to run commands like "mqsisetdbparms" in the container's shell, but getting error "Command not found". When running it from path /opt/ibm/ace-11/server/bin/, getting below error ./mqsisetdbparms error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory

Any assistance will be appreciated Thanks

IBMRob commented 4 years ago

Before running any commands within the container you need to source the mqsiprofile i.e.

. /opt/ibm/ace-11/server/bin/mqsiprofile

After running that you will be able to run mqsi commands.

niconiew commented 4 years ago

Thanks very much