<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IBM MQ client configuration in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126981#M1325</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; and &lt;A rel="user" href="https://answers.dynatrace.com/users/19284/view.html" nodeid="19284"&gt;@Alexander R.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;I took the files from the Windows and pasted directly in the Linux without considering the consequences.&lt;/P&gt;&lt;P&gt;What will be the name of the file to add the library path?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 12:25:13 GMT</pubDate>
    <dc:creator>Babar_Qayyum</dc:creator>
    <dc:date>2020-01-30T12:25:13Z</dc:date>
    <item>
      <title>IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126978#M1322</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;The documentation said, install the following .rpm packages.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23443-1580303115239.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;On the installation of &lt;STRONG&gt;MQSeriesRuntime.rpm&lt;/STRONG&gt;, I receive the following message.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23424-1580303306351.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;When I try to install/accept the license, the following message appears.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23435-1580303632466.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 08:40:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126978#M1322</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2025-04-01T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126979#M1323</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 07:06:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126979#M1323</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-01-30T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126980#M1324</link>
      <description>&lt;P&gt;Hello Babar!&lt;/P&gt;&lt;P&gt;It is look like that script have  Windows "&lt;STRONG&gt;CR LF" &lt;/STRONG&gt;symbols, as said  &lt;A href="https://answers.dynatrace.com/users/16467/view.html"&gt;Julius L.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;=========&lt;/P&gt;&lt;P&gt;You can try exclude windows symbols from file with &lt;STRONG&gt;vi&lt;/STRONG&gt;:&lt;/P&gt;&lt;PRE&gt;$ vi script.sh&amp;nbsp;&lt;BR /&gt;:set fileformat=unix&amp;nbsp;&lt;BR /&gt;:wq &lt;/PRE&gt;&lt;P&gt;or try with:&lt;/P&gt;&lt;PRE&gt;sed -i -e ‘s/\r$//’ script.sh &lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 08:58:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126980#M1324</guid>
      <dc:creator>Romanenkov_Alex</dc:creator>
      <dc:date>2020-01-30T08:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126981#M1325</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; and &lt;A rel="user" href="https://answers.dynatrace.com/users/19284/view.html" nodeid="19284"&gt;@Alexander R.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;I took the files from the Windows and pasted directly in the Linux without considering the consequences.&lt;/P&gt;&lt;P&gt;What will be the name of the file to add the library path?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 12:25:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126981#M1325</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2020-01-30T12:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126982#M1326</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 12:37:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126982#M1326</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-01-30T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126983#M1327</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance. I simply provided the name ldpath.conf for my own understanding.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 12:46:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126983#M1327</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2020-01-30T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: IBM MQ client configuration</title>
      <link>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126984#M1328</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any recommended location to create a plugin_deployment directory, or I can create inside the ActiveGate installed directory?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 12:57:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/IBM-MQ-client-configuration/m-p/126984#M1328</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2020-01-30T12:57:18Z</dc:date>
    </item>
  </channel>
</rss>

