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 » News/Updates » Free: Capitalware releases MQRC2 v1.0.0

Post new topic  Reply to topic
 Free: Capitalware releases MQRC2 v1.0.0 « View previous topic :: View next topic » 
Author Message
RogerLacroix
PostPosted: Tue Feb 22, 2011 11:26 am    Post subject: Free: Capitalware releases MQRC2 v1.0.0 Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

All,

Do you use IBM's MQRC program? Do you wish it could display more information? I created an application called MQRC2 to fill this need.

MQRC2 application can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere MQ Messages manual.
http://www.capitalware.biz/mqrc2_overview.html

Note: The information outputted belongs to IBM. Capitalware takes no responsibility for the content.

Code:
C:\Capitalware\MQRC2>mqrc2 2035

2035 (X'07F3') MQRC_NOT_AUTHORIZED

Explanation:
The user is not authorized to perform the operation attempted:
- On an MQCONN or MQCONNX call, the user is not authorized to connect to the queue manager.
* On z/OS, for CICS applications, MQRC_CONNECTION_NOT_AUTHORIZED is issued instead.
- On an MQOPEN or MQPUT1 call, the user is not authorized to open the object for the option(s) specified.
* On z/OS, if the object being opened is a model queue, this reason also arises if the user is not authorized to create a dynamic queue with the required name.
- On an MQCLOSE call, the user is not authorized to delete the object, which is a permanent dynamic queue, and the Hobj parameter specified on the MQCLOSE call is not the handle returned by the MQOPEN call that created the queue.
- On a command, the user is not authorized to issue the command, or to access the object it specifies. This reason code can also occur in the Feedback field in the message descriptor of a report message; in this case it indicates that the error was encountered by a message channel agent when it attempted to put the message on a remote queue.

Completion Code:
MQCC_FAILED

Programmer Response:
Ensure that the correct queue manager or object was specified, and that appropriate authority exists.


MQRC2 is licensed under Apache License 2.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
RogerLacroix
PostPosted: Tue Apr 12, 2011 1:33 pm    Post subject: MQRC2 v1.1.0 Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

All,

The open source project MQRC2 has a new release.

MQRC2 v1.1.0 has the following changes:

- Ported the code to IBM i and z/OS.
- Created binaries/executables (32-bit & 64-bit) for all major platforms: AIX, HP-UX IA64, HP-UX RISC, IBM i (OS/400), Linux x86, Linux on POWER, Linux on zSeries, Solaris SPARC, Solaris x86_64, Windows and z/OS


Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
bruce2359
PostPosted: Tue Apr 12, 2011 1:51 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Excellent! All hail RogerLacroix!
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Tue Apr 12, 2011 6:58 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

IBM SupportPac MA0K ( http://www-01.ibm.com/support/docview.wss?uid=swg24000652 ) has provided similiar functionality for more than 10 years, although not including descriptions for AMQnnnn messages, and not quite as extensive platform coverage for compiled binaries. Since the increasing prevelance of Internet and IBM Infocenters, it can be easier to do a quick Internet search than use custom tools (when you have Internet connectivity!)
_________________
Glenn
Back to top
View user's profile Send private message
hankknowles
PostPosted: Wed Apr 13, 2011 4:02 am    Post subject: Re: MQRC2 v1.1.0 Reply with quote

Centurion

Joined: 18 Aug 2003
Posts: 114

Hi Roger you got a port for HP NonStop aka(Tandem)


RogerLacroix wrote:
All,

The open source project MQRC2 has a new release.

MQRC2 v1.1.0 has the following changes:

- Ported the code to IBM i and z/OS.
- Created binaries/executables (32-bit & 64-bit) for all major platforms: AIX, HP-UX IA64, HP-UX RISC, IBM i (OS/400), Linux x86, Linux on POWER, Linux on zSeries, Solaris SPARC, Solaris x86_64, Windows and z/OS


Regards,
Roger Lacroix
Capitalware Inc.
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Wed Apr 13, 2011 8:01 am    Post subject: Re: MQRC2 v1.1.0 Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

hankknowles wrote:
Hi Roger you got a port for HP NonStop aka(Tandem)

Hi,

Sorry, I have never used a Tandem machine (Fish out of water). I wish I knew how to use it.

You can build the source on any Tandem machine as it does not require MQ or anything else but a compiler.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
RogerLacroix
PostPosted: Wed Apr 13, 2011 10:27 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

gbaddeley wrote:
IBM SupportPac MA0K ( http://www-01.ibm.com/support/docview.wss?uid=swg24000652 ) has provided similiar functionality for more than 10 years, although not including descriptions for AMQnnnn messages, and not quite as extensive platform coverage for compiled binaries. Since the increasing prevelance of Internet and IBM Infocenters, it can be easier to do a quick Internet search than use custom tools (when you have Internet connectivity!)

Glen,

I don't know how to response to your post. First off, (as mentioned else where), when I wrote MQRC2, I did not know about MA0K. Given that you are the author of MA0K, I guess you are feeling protective. If people choose MA0K over MQRC2 then that is fine. In my opinion, it is always good to have choice.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
gbaddeley
PostPosted: Wed Apr 13, 2011 6:00 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

gday Roger,

Yes, people should have a choice of similar products to meet their own needs for functionality, cost, support etc, and it should be pointed out on forums like this when a choice exists. You've done a good job with MQRC2. My MA0K is getting a bit long in the tooth and I probably won't update it until the next version of MQ comes out.
_________________
Glenn
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » News/Updates » Free: Capitalware releases MQRC2 v1.0.0
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.