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 23 matches
Author Message
  Topic: More fun with MQCONNX and MQ Authorizations.
TheAndroid

Replies: 10
Views: 8762

PostForum: General IBM MQ Support   Posted: Thu Jun 04, 2015 8:42 am   Subject: More fun with MQCONNX and MQ Authorizations.
Sorry, should've mentioned this.

I am using MQClient 7.0.12 with a 64-bit C program on Redhat Server 6.6 on Intel. I connect using the QMGR name and a channel table.

I am connecting to a Websph ...
  Topic: More fun with MQCONNX and MQ Authorizations.
TheAndroid

Replies: 10
Views: 8762

PostForum: General IBM MQ Support   Posted: Wed Jun 03, 2015 12:45 pm   Subject: More fun with MQCONNX and MQ Authorizations.
I am still trying to get this WebSphere on Windows to allow my MQ Client which runs on 64-bit Linux to connect using MQCONNX and passing the credentials for a service id.

In a nutshell, I as user A ...
  Topic: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
TheAndroid

Replies: 13
Views: 12135

PostForum: General IBM MQ Support   Posted: Wed May 27, 2015 2:02 pm   Subject: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
I did use libmqicb.so. So, I know the COBOL interfaces were in force.
I agree that I shouldn't "have" to mess about with the copybooks.

If IBM did not want COBOL to be used on platforms ...
  Topic: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
TheAndroid

Replies: 13
Views: 12135

PostForum: General IBM MQ Support   Posted: Wed May 27, 2015 7:43 am   Subject: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
All,
It turns out this IS a problem with IBM's implementation of libmqicb.so. Or the documentation. Or the CMQCSPV copybook. Take your pick.
The MQCSP documentation states that the offsets and ...
  Topic: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
TheAndroid

Replies: 13
Views: 12135

PostForum: General IBM MQ Support   Posted: Mon May 25, 2015 3:24 pm   Subject: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
Initially, I worried about that too. Here is the output from the cross reference portion of the listing:


*> 48 MQI-MQCONNX-DATA 0 ...
  Topic: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
TheAndroid

Replies: 13
Views: 12135

PostForum: General IBM MQ Support   Posted: Mon May 25, 2015 9:21 am   Subject: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
MOVE LENGTH MQCNO TO MQCNO-SECURITYPARMSOFFSET.
* ADD LENGTH MQCD TO MQCNO-SECURITYPARMSOFFSET.

* MOVE LENGTH MQCSP TO MQCSP-CSPUSERIDOFFSET.
* MOVE LENGTH MQCS ...
  Topic: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
TheAndroid

Replies: 13
Views: 12135

PostForum: General IBM MQ Support   Posted: Sun May 24, 2015 7:52 pm   Subject: MQ Client 7.0.1.12, MQCONNX and COBOL - Lethal combination?
All,
I have a COBOL program on Linux 64-bit which is attempting to do a simple MQCONNX using the channel definition table and a UserID and Password.
If I do not set the MQCNO-SECURITYPARMSOF ...
  Topic: MQ Client Receive Exit Agent Buffer question....
TheAndroid

Replies: 14
Views: 28009

PostForum: User Exits   Posted: Mon Feb 16, 2015 7:31 am   Subject: MQ Client Receive Exit Agent Buffer question....
Paul,

If my client turns compression on, they will screw up more than my migrated application so I at least will know its coming.
What do you mean by this? The idea of channel compression is that ...
  Topic: MQ Client Receive Exit Agent Buffer question....
TheAndroid

Replies: 14
Views: 28009

PostForum: User Exits   Posted: Sun Feb 15, 2015 8:05 pm   Subject: MQ Client Receive Exit Agent Buffer question....
Please explain why you can't perform the required conversion in an application at the sender or receiver end of the channel. Why must this be done in an exit?

I migrate mainframe software from z/O ...
  Topic: MQ Client Receive Exit Agent Buffer question....
TheAndroid

Replies: 14
Views: 28009

PostForum: User Exits   Posted: Sun Feb 15, 2015 7:49 pm   Subject: MQ Client Receive Exit Agent Buffer question....
How do you define a Data Exit with the MQClient? Because when I define the channel in the CCDT locally using mqsc, it shows no provision for assigning a data exit. As I said, it only has Security, Sen ...
  Topic: MQ Client Receive Exit Agent Buffer question....
TheAndroid

Replies: 14
Views: 28009

PostForum: User Exits   Posted: Sun Feb 15, 2015 8:26 am   Subject: MQ Client Receive Exit Agent Buffer question....
I've written data conversion exits before. I have over 15 years of C development behind me. I do not fear Puny Exits.

The data is application specific so MQ can't do it. The Client does not allow a ...
  Topic: MQ Client Receive Exit Agent Buffer question....
TheAndroid

Replies: 14
Views: 28009

PostForum: User Exits   Posted: Fri Feb 13, 2015 2:34 pm   Subject: MQ Client Receive Exit Agent Buffer question....
All,
I am writing a Receive Exit for Linux which is intended to do data conversion for application specific data. What I am up against is I have to use the MQClient for my connection. What this me ...
  Topic: MQ as a Resource Manager in "Thread of control" mo
TheAndroid

Replies: 12
Views: 27225

PostForum: Multiphase Commit   Posted: Mon Feb 25, 2008 5:52 pm   Subject: MQ as a Resource Manager in "Thread of control" mo
You probably don't understand how you were actually connecting to QM2.

I completely agree. Sifting through the manuals is making my head spin!


You likely were making an indirect connection - b ...
  Topic: MQ as a Resource Manager in "Thread of control" mo
TheAndroid

Replies: 12
Views: 27225

PostForum: Multiphase Commit   Posted: Mon Feb 25, 2008 3:18 pm   Subject: MQ as a Resource Manager in "Thread of control" mo
Here's an update on the saga:
I have the XA stuff working. To use the extended client with XA under AIX, one has to link BOTH libmqic and libmqcxa. Apparently, if you just use libmqic, the xa port ...
  Topic: Invalid handlers MQRC 2018
TheAndroid

Replies: 6
Views: 19620

PostForum: User Exits   Posted: Mon Feb 25, 2008 5:30 am   Subject: Invalid handlers MQRC 2018
Is there a particular reason why you aren't using MQPUT1? It atomically does the conn, open, put, close for you. Since it's within the QMGR, it should be faster as you aren't crossing your exit bounda ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.