Author |
Message |
Topic: BRMQ and Task End Status 4352 |
bvasanth
Replies: 0 Views: 2146
|
Forum: General IBM MQ Support Posted: Mon Sep 27, 2004 12:46 am Subject: BRMQ and Task End Status 4352 |
Hi,
I am trying out a CICS transaction using MQ-CICS Bridge Passthrough tool (BRMQ). It is working fine for most screens of CICS appliaction. In few screens, CICS Infomation Header (CIH) of reply MQ ... |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Fri Aug 27, 2004 4:36 am Subject: CICS Conversation Task using MQ-CICS Bridge |
I found out the problem (I think so)
Our client has configure qMGR as Queue Sharing group. So while getting queue manager, we do not specify any manager name. We are automatically allocated with one ... |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Thu Aug 26, 2004 7:59 am Subject: CICS Conversation Task using MQ-CICS Bridge |
Should I set waitinterval in subsequent reply messages from java client or only in first message from client. |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Thu Aug 26, 2004 7:20 am Subject: CICS Conversation Task using MQ-CICS Bridge |
Bob Buxton,
I have doubt on setting getWaitInterval on CIH for conversational task. My CICS application shows a first page of report using SEND TEXT, and waits of user response like enter key. If use ... |
Topic: Caching Queue Manager |
bvasanth
Replies: 5 Views: 3334
|
Forum: General IBM MQ Support Posted: Thu Aug 26, 2004 2:04 am Subject: Caching Queue Manager |
Hi,
I am developing a J2EE based web application using MQ as key back-end part. When user does some action, I open MQQueueManager, the request, reply queues, and finally disconnect/closes them all. T ... |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Wed Aug 25, 2004 6:35 am Subject: CICS Conversation Task using MQ-CICS Bridge |
You are God man...
I overlooked the getwaitinterval time. It was set to 0 due to previous pseudo-conversation tasks...Now I had set it to some higher value..Conversation is working excellent....
... |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Wed Aug 25, 2004 5:54 am Subject: CICS Conversation Task using MQ-CICS Bridge |
1) The 1st reply message of this convesation has message type as MQMT_REQUEST (VALUE 1), and all pseudo-conversation has MQMT_REPLY (value 2).
2) For the first request message of conversational tas ... |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Tue Aug 24, 2004 7:12 pm Subject: CICS Conversation Task using MQ-CICS Bridge |
Hi,
The IBM manual "MQSeries Application Programming Guide" chapter 16 page 258 Fig 17 provides a diagrams that shows msg id being set to correl id of subsequent messages of conversation task.
Can ... |
Topic: CorrelId change after Getting Messages |
bvasanth
Replies: 2 Views: 2279
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 24, 2004 7:38 am Subject: CorrelId change after Getting Messages |
I am trying to put a message into reply queue with Correl id set from msg id of prev reply message.
requestMessage.correlationId = <msg id of prev reply message>;
print("Prev Req Co ... |
Topic: MQ-CICS Bridge: ADS Descriptor Not Coming in Send Map Vector |
bvasanth
Replies: 1 Views: 2421
|
Forum: General IBM MQ Support Posted: Tue Aug 24, 2004 7:04 am Subject: MQ-CICS Bridge: ADS Descriptor Not Coming in Send Map Vector |
Recompiled all the maps with latest CICS TS libraries (v >1.2)
Now running fine and I am getting ADS Long format data in SEND MAP. |
Topic: MQMessage WriteInt |
bvasanth
Replies: 2 Views: 2542
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 24, 2004 6:32 am Subject: MQMessage WriteInt |
It is due to ASCII which cannot show more than 127..Value 128 is getting fine to mainframe CICS application,and it is working.
Thanks |
Topic: CICS Conversation Task using MQ-CICS Bridge |
bvasanth
Replies: 11 Views: 8497
|
Forum: General IBM MQ Support Posted: Tue Aug 24, 2004 6:30 am Subject: CICS Conversation Task using MQ-CICS Bridge |
I am writing a java client to execute a CICS conversation transaction using MQ-CICS bridge.
(This conversation program uses SEND TEXT and RECEIVE instructions)
while starting the conversation transa ... |
Topic: MQMessage WriteInt |
bvasanth
Replies: 2 Views: 2542
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 9:23 pm Subject: MQMessage WriteInt |
Hi,
I tried to write an integer 128 into a MQ message using writeInt method.
java code:
msg.writeInt(128);
But the hex value shows '0000003F' instead of '00000080'. If I write 127, it writes cor ... |
Topic: MQ-CICS Bridge: ADS Descriptor Not Coming in Send Map Vector |
bvasanth
Replies: 1 Views: 2421
|
Forum: General IBM MQ Support Posted: Thu Aug 05, 2004 7:57 am Subject: MQ-CICS Bridge: ADS Descriptor Not Coming in Send Map Vector |
We are moving into new architecture in our project. The java client program on Windows puts request messages on MQ hosted on mainframe-1, and request gets forwarded to another MQ hosted on mainframe-2 ... |
Topic: MQ-CICS Bridge - Pseudo-Conversion and ADS |
bvasanth
Replies: 11 Views: 8628
|
Forum: General IBM MQ Support Posted: Tue Jun 08, 2004 4:47 am Subject: MQ-CICS Bridge - Pseudo-Conversion and ADS |
Regarding point #3 in my earlier posting, a data conversion exit has a issue that causes non-conversion of data from ASCII to EBCDIC from 2nd map field onwards. This had been identified and raised as ... |