<?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: MQueue API returns MQRC_UNEXPECTED_ERROR. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656236#M805306</link>
    <description>The "Messages" manual says, in part, for this error, "check the applications parameter list to ensure ... correct number of parameters is being passed, data pointers and storage keys are valid, ..."&lt;BR /&gt;&lt;BR /&gt;Also, the documentation says to set the MQSERVER variable with the ip address of the MQ server, not the name, and a port number is required, like this:&lt;BR /&gt;&lt;BR /&gt;export MQSERVER=CHANNEL1/TCP/'server-address(port)'&lt;BR /&gt;&lt;BR /&gt;Also, there is a test program that comes with the client, usually in /opt/mqm/samp/bin/, called amqsputc. The "Quick Beginnings" manual describes how to use it to test the client installation.&lt;BR /&gt;&lt;BR /&gt; - John</description>
    <pubDate>Mon, 24 Oct 2005 13:18:09 GMT</pubDate>
    <dc:creator>John Kittel</dc:creator>
    <dc:date>2005-10-24T13:18:09Z</dc:date>
    <item>
      <title>MQueue API returns MQRC_UNEXPECTED_ERROR.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656235#M805305</link>
      <description>Hi All,&lt;BR /&gt;       We have an application running on HPUX that uses MQueue v5.2 libraries. This was working fine in the development environment but MQueue API gives the following error "MQRC_UNEXPECTED_ERROR" when we try running the application at the client site.&lt;BR /&gt;&lt;BR /&gt;The Client has an MQueue v5.2 client installed on an HPUX machine. We are exporting the following line "export MQSERVER=S_xyzstp2/TCP/xyzstp2" before running the executable that calls the MQueue API.&lt;BR /&gt;&lt;BR /&gt;We are able to ping the machine "xyzstp2" after putting the name "xyzstp2" in /etc/hosts directory. The IBM websphere MQueue v5.3 server has been installed on the machine "xyzstp2".&lt;BR /&gt;&lt;BR /&gt;Any inputs on what we may be missing out will be of great help.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 24 Oct 2005 12:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656235#M805305</guid>
      <dc:creator>Saurav Narain</dc:creator>
      <dc:date>2005-10-24T12:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: MQueue API returns MQRC_UNEXPECTED_ERROR.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656236#M805306</link>
      <description>The "Messages" manual says, in part, for this error, "check the applications parameter list to ensure ... correct number of parameters is being passed, data pointers and storage keys are valid, ..."&lt;BR /&gt;&lt;BR /&gt;Also, the documentation says to set the MQSERVER variable with the ip address of the MQ server, not the name, and a port number is required, like this:&lt;BR /&gt;&lt;BR /&gt;export MQSERVER=CHANNEL1/TCP/'server-address(port)'&lt;BR /&gt;&lt;BR /&gt;Also, there is a test program that comes with the client, usually in /opt/mqm/samp/bin/, called amqsputc. The "Quick Beginnings" manual describes how to use it to test the client installation.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 24 Oct 2005 13:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656236#M805306</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-10-24T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: MQueue API returns MQRC_UNEXPECTED_ERROR.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656237#M805307</link>
      <description>Hi,&lt;BR /&gt;   We had tried export MQSERVER=CHANNEL1/TCP/'server-address(port)' but we got the same error as mentioned earlier. &lt;BR /&gt;&lt;BR /&gt;Can you please elaborate on the following -&amp;gt; The "Messages" manual says, in part, for this error, "check the applications parameter list to ensure ... correct number of parameters is being passed, data pointers and storage keys are valid, ..."&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 24 Oct 2005 13:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656237#M805307</guid>
      <dc:creator>Saurav Narain</dc:creator>
      <dc:date>2005-10-24T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: MQueue API returns MQRC_UNEXPECTED_ERROR.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656238#M805308</link>
      <description>There is not much else useful in the description of that message.&lt;BR /&gt;&lt;BR /&gt;You should be able to view the manual here:&lt;BR /&gt;&lt;A href="http://publibfp.boulder.ibm.com/epubs/html/amqzao04/amqzao04tfrm.htm" target="_blank"&gt;http://publibfp.boulder.ibm.com/epubs/html/amqzao04/amqzao04tfrm.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There does not appear to be a v5.2 specific manual; I found a 5.1 and a 5.3. You can search for other documents, and get downloadable PDFs, here: &lt;A href="http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/index.html" target="_blank"&gt;http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/index.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;I really think you're going to need the port in the MQSERVER specification. &lt;BR /&gt;&lt;BR /&gt;Don't neglect the client verification procedure described in the Quick Beginnings manual, PDF here: &lt;A href="http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&amp;amp;FNC=SRX&amp;amp;PBL=GC34-6077-01" target="_blank"&gt;http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&amp;amp;FNC=SRX&amp;amp;PBL=GC34-6077-01&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 24 Oct 2005 14:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mqueue-api-returns-mqrc-unexpected-error/m-p/3656238#M805308</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-10-24T14:05:25Z</dc:date>
    </item>
  </channel>
</rss>

