ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 15 matches
Author Message
  Topic: 2002 is returned by MQCONN on Linux
guogangli

Replies: 3
Views: 8919

PostForum: IBM MQ API Support   Posted: Sat Jun 17, 2017 10:11 am   Subject: 2002 is returned by MQCONN on Linux
tczielke & fjb_saper,

Thank you so much for your help. The MQ libraries linked in is exactly the problem.

Once it's linked in with the correct libraries on Linux, the program connects to th ...
  Topic: 2002 is returned by MQCONN on Linux
guogangli

Replies: 3
Views: 8919

PostForum: IBM MQ API Support   Posted: Fri Jun 16, 2017 2:20 pm   Subject: 2002 is returned by MQCONN on Linux
Hello,

We have a legacy C++ program. When it starts, it launches a number of threads. Each thread makes one MQCONN() call to connect to a local queue manager. The program has been running on Solari ...
  Topic: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
guogangli

Replies: 8
Views: 6401

PostForum: General Discussion   Posted: Tue May 05, 2015 12:11 pm   Subject: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
Jedi,

I am sorry I didn't make it clear. We do not use WMQ client. Our applications are built with WMQ server libraries. We have to upgrade to a newer WMQ version, because the support to V7.0.1 wil ...
  Topic: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
guogangli

Replies: 8
Views: 6401

PostForum: General Discussion   Posted: Mon May 04, 2015 7:22 am   Subject: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
Thank you all for your replies.

The problem was resolved. It turned out the applications were built with MQ 7.0.1.2. When they connect the 7.5.0.4 queue managers, MQCONNX() call failed with 2059. A ...
  Topic: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
guogangli

Replies: 8
Views: 6401

PostForum: General Discussion   Posted: Fri May 01, 2015 1:57 pm   Subject: MQCONNX() returns 2059 after WMQ is Upgraded to 7.5.0.4
Hi All,

After WebSphere MQ on a Sun/Solaris 10 (SPARC platform) is upgraded from 7.0.1.2 to 7.5.0.4, MQCONNX() call returns 2059. Queue managers are running. Applications just make MQCONN() call ca ...
  Topic: Loading WMQ Client .so Libraries
guogangli

Replies: 2
Views: 3035

PostForum: General Discussion   Posted: Fri Aug 16, 2013 10:11 am   Subject: Loading WMQ Client .so Libraries
Thanks Roger for your reply.

It turned out the quote in the MQSERVER environment variable caused the problem, because MQSERVER is exported programmatically. We found it in the WMG error file. After ...
  Topic: Loading WMQ Client .so Libraries
guogangli

Replies: 2
Views: 3035

PostForum: General Discussion   Posted: Fri Aug 09, 2013 2:28 pm   Subject: Loading WMQ Client .so Libraries
Hi,

We have Java applications that make calls to in-house built C++ shared libraries where WMQ functions are called. The Java applications load WMQ queue manager shared libraries at the run-time, a ...
  Topic: Installing MQ7 Without Eclipse
guogangli

Replies: 4
Views: 4404

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Jul 11, 2012 11:31 am   Subject: Installing MQ7 Without Eclipse
bruce2359,

Thank you so much for your help!

"IBM WebSphere MQ Installer" has the option of "Setup Type". I chose "Customer" and deselected "MQ Explorer". ...
  Topic: Installing MQ7 Without Eclipse
guogangli

Replies: 4
Views: 4404

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Jul 10, 2012 2:50 pm   Subject: Installing MQ7 Without Eclipse
I'm installing WMQ 7.0.1 on Windows Server 2008 R2.

Is it possible that WMQ can be installed without Eclipse? If it's, what the steps required to do it?

Thanks a lot for your help.

Grant Li
  Topic: A Design Issue - Process in Set/Order
guogangli

Replies: 5
Views: 3915

PostForum: General IBM MQ Support   Posted: Tue Sep 28, 2010 1:08 pm   Subject: A Design Issue - Process in Set/Order
Experts,

We plan to convert an application to use WMQ 7.0, and we have a design issue.

Messages coming from another system are logically grouped into small sets, with about 5 messages per set. M ...
  Topic: MQ 7.0 Solaris 10 Installation from Downloaded Files
guogangli

Replies: 5
Views: 6335

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Jun 21, 2010 8:04 am   Subject: MQ 7.0 Solaris 10 Installation from Downloaded Files
Thanks!

It turned out that all platforms for MQ 7.0 were downloaded, even though Solaris SPARC was specified when downloading via Passport Advantage.

Solaris SPARC has the following two files:
...
  Topic: MQ 7.0 Solaris 10 Installation from Downloaded Files
guogangli

Replies: 5
Views: 6335

PostForum: IBM MQ Installation/Configuration Support   Posted: Thu Jun 17, 2010 1:42 pm   Subject: MQ 7.0 Solaris 10 Installation from Downloaded Files
All,

We attempted to upgrade WMQ from 6.0.2.2 to 7.0. MQ 7.0 files were downloaded via IBM Passport Advantage. There are 24 files, with the total size of 5.2 GB. The files are either tar files or z ...
  Topic: MQCONN() returns 2002 (MQRC_ALREADY_CONNECTED) on AIX
guogangli

Replies: 4
Views: 9090

PostForum: IBM MQ API Support   Posted: Fri May 15, 2009 1:08 pm   Subject: MQCONN() returns 2002 (MQRC_ALREADY_CONNECTED) on AIX
Hi,

We are migrating our WMQ appls (in C++) from Solaris to AIX.

One of the WMQ server appls makes multiple MQCONN() calls to a local queue manager, with each MQCONN() call on its own thread. Th ...
  Topic: WMQ Server/Client Applications
guogangli

Replies: 19
Views: 11284

PostForum: General Discussion   Posted: Tue Mar 03, 2009 9:54 am   Subject: WMQ Server/Client Applications
Thank you very much for your replies.

This is a C++ application with WMQ server binding. The application is linked in with WMQ server libraries. The application is running on multiple Solaris boxes ...
  Topic: WMQ Server/Client Applications
guogangli

Replies: 19
Views: 11284

PostForum: General Discussion   Posted: Mon Mar 02, 2009 3:47 pm   Subject: WMQ Server/Client Applications
Hi,

As I remember, a WMQ program can be either a server application or a client application, but can't be both.

Does anyone know how to find this in IBM's books? I need to convince my co-workers ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.