Author |
Message |
Topic: C++ MQI - bug in ImqItm.writeOut() ? |
royr
Replies: 1 Views: 4745
|
Forum: IBM MQ API Support Posted: Sun Nov 13, 2005 10:30 am Subject: C++ MQI - bug in ImqItm.writeOut() ? |
Hi,
I've been working lately with the C++ API, and I noticed some strange behaviour with ImqMessage and ImqItem: It seems that the ImqItm::writeOut() method does not increment the message data offs ... |
Topic: MQRC_UOW_ENLISTMENT_ERROR |
royr
Replies: 20 Views: 30183
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Apr 17, 2005 6:58 am Subject: Solved |
Hi,
Update on this issue: IBM just supplied a patch for CSD09 which solves this problem for the Extended Transactional Client. I guess it'll be included in CSD10, and until then you can request it ... |
Topic: MQRC_UOW_ENLISTMENT_ERROR |
royr
Replies: 20 Views: 30183
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 09, 2005 4:46 am Subject: MQRC_UOW_ENLISTMENT_ERROR |
Hi Jared,
I have the exact same problem.
Client is a .NET program, very similar to your sample, running on Windows 2000 SP4. I installed MQ 5.3 client CSD07 then the Extended Transactional Clien ... |
Topic: Is PCF supported on OS/390 |
royr
Replies: 15 Views: 27304
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jan 11, 2005 8:53 am Subject: Is PCF supported on OS/390 |
Hi,
Sorry to bring this topic back from the dead, but...
The
The Programmable Command Formats described in this book are supported by:
WebSphere MQ for AIX, V5.3
WebSphere MQ for HP-UX, ... |
Topic: PCF, .Net, "Not yet implemented" exception |
royr
Replies: 5 Views: 9374
|
Forum: IBM MQ API Support Posted: Tue Dec 14, 2004 7:41 am Subject: PCF, .Net, "Not yet implemented" exception |
Jason, you're right as usual
There was an old version amqmdnet.dll in the gac. I updated the gac and now it's working.
Thanks,
Roy. |
Topic: PCF, .Net, "Not yet implemented" exception |
royr
Replies: 5 Views: 9374
|
Forum: IBM MQ API Support Posted: Sun Nov 28, 2004 9:04 am Subject: PCF, .Net, "Not yet implemented" exception |
Hi,
MQMessage mqMessage = new MQMessage();
...
(Got mqMessage from queue)
...
PCFMessage pcfMessage = new PCFMessage(mqMessage);
I know the PCF classes are not ye ... |
Topic: CICS bridge and the CSAC transaction |
royr
Replies: 3 Views: 13677
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Aug 16, 2004 5:46 am Subject: CICS bridge and the CSAC transaction |
Hi Bob,
Thanks for the reply.
I ran a trace, and you're right: When there's an error STARTing the bridge transaction, CSAC runs instead - under the bridge exit. The bridge exit thinks it's runni ... |
Topic: CICS bridge and the CSAC transaction |
royr
Replies: 3 Views: 13677
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Aug 16, 2004 1:07 am Subject: CICS bridge and the CSAC transaction |
Hi,
I have a question regarding the CICS bridge.
We are running CICS TS 1.3. We have our own implementation of the CICS bridge monitor and exit, which uses MQ for transport. It's sort of a hybri ... |
Topic: MQ Explorer problem. |
royr
Replies: 12 Views: 13983
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun May 09, 2004 1:52 am Subject: Same problem |
Hi Jason,
Just installed MQ 5.3 with CSD06 on a fresh Windows 2003 machine. Straightforward installation - all defaults. Got the same problem - after creating a queue manager it doesn't show up in ... |
Topic: WAS v5.0 MDB subscribe to multiple topics |
royr
Replies: 2 Views: 5943
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 20, 2004 5:13 am Subject: Wildcards |
But wildcards are only useful when the topics can be expressed as a pattern. Consider the topics:
"ForeignExchangeRates/USD"
"ForeignExchangeRates/GBP"
"ForeignExchangeRates/EUR"
"ForeignExchang ... |
Topic: WAS v5.0 MDB subscribe to multiple topics |
royr
Replies: 2 Views: 5943
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 20, 2004 4:41 am Subject: WAS v5.0 MDB subscribe to multiple topics |
Hi,
A mainframe app publishes updates to a base MQ pub/sub broker (MA0C). A Windows app running on WebSphere App Server (v5.0) needs to subscribe to multiple topics. We're trying to use a Message D ... |
Topic: AMI silent/unattended install |
royr
Replies: 6 Views: 10823
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 13, 2004 5:54 am Subject: AMI silent/unattended install |
Your setup.iss works!
Must be that missing AskYesNo dialog. Funny I don't get it while installing interactively.
Thanks! |
Topic: AMI silent/unattended install |
royr
Replies: 6 Views: 10823
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 13, 2004 5:34 am Subject: AMI silent/unattended install |
Version 1.2.3, same for recording and installing.
I deliberately unchecked the AMITool component while recording (since I only need runtime components), but I also tried with it and got the same er ... |
Topic: AMI silent/unattended install |
royr
Replies: 6 Views: 10823
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 13, 2004 5:02 am Subject: AMI silent/unattended install |
Hi Jason,
Thank you for the quick reply!
I tried that, now I'm getting a ResultCode=-12 in the setup.log file.
Checked
Also tried changing my choices and re-recording to create a different ... |
Topic: AMI silent/unattended install |
royr
Replies: 6 Views: 10823
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jan 13, 2004 1:43 am Subject: AMI silent/unattended install |
Hi,
I need to install the AMI runtime on some unattended Windows machines.
Couldn't find a documented method for doing this. However the AMI book specifies the directory structure of the installat ... |