cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IBM MQ client configuration

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Dear All,

The documentation said, install the following .rpm packages.

On the installation of MQSeriesRuntime.rpm, I receive the following message.

When I try to install/accept the license, the following message appears.

Regards,

Babar

6 REPLIES 6

Julius_Loman
DynaMight Legend
DynaMight Legend

Looks like the mqlicense.sh script has windows newline characters instead of unix ones. Did you unzip the files on a Windows host and then transferred to the Linux host?

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hello Babar!

It is look like that script have Windows "CR LF" symbols, as said Julius L.

=========

You can try exclude windows symbols from file with vi:

$ vi script.sh 
:set fileformat=unix 
:wq

or try with:

sed -i -e ‘s/\r$//’ script.sh 


Regards,

Alexander

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @Julius L. and @Alexander R.

Thank you for pointing me in the right direction.

I took the files from the Windows and pasted directly in the Linux without considering the consequences.

What will be the name of the file to add the library path?

Regards,

Babar

It's not important. Just create a new file and put the directory path into that file. For sanity, I'd recommend the file name with extension .conf, for example mqm.conf

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hello @Julius L.

Thank you for your assistance. I simply provided the name ldpath.conf for my own understanding.

Regards,

Babar

Hello @Julius L.

Any recommended location to create a plugin_deployment directory, or I can create inside the ActiveGate installed directory?

Regards,

Babar

Featured Posts