Author |
Message |
Topic: Changing the trigger interval |
KevinF23492
Replies: 7 Views: 6064
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jan 22, 2007 4:56 pm Subject: Changing the trigger interval |
The 'out of the box' default is another one of IBM's greatest brain-fart moments but even so it would be better to determine why the trigger isn't firing and the application messages aren't getting th ... |
Topic: z/OS Help |
KevinF23492
Replies: 9 Views: 16378
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Jan 21, 2007 6:04 pm Subject: z/OS Help |
Can a PDSE dataset with load-modules (recfm=U) be off-loaded (TSO SEND) the same way as regular PDS?
Yes. No problem....and every z/OS shop should support PDSEs these days too. |
Topic: Secure SYSTEM.ADMIN.SVRCONN, accessing a remote QM |
KevinF23492
Replies: 15 Views: 11613
|
Forum: General IBM MQ Support Posted: Fri Jan 19, 2007 11:17 am Subject: Secure SYSTEM.ADMIN.SVRCONN, accessing a remote QM |
If SSL is not an option then you can use 'poor mans SSL', the BlockIP2 channel exit.
Internally managed, self-signed certificates are about as 'poor mans' as you can get.
I would almost agr ... |
Topic: Messages disappear from Xmitq when trying to Browse |
KevinF23492
Replies: 1 Views: 2048
|
Forum: General IBM MQ Support Posted: Thu Jan 18, 2007 5:52 pm Subject: Messages disappear from Xmitq when trying to Browse |
Maybe they are expiring?  |
Topic: Using MQ sereis with batch job |
KevinF23492
Replies: 13 Views: 16946
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 18, 2007 6:08 am Subject: Using MQ sereis with batch job |
This is undoubtably an application error. What language are you writting the code in? Did the link edit step work?
An S0C4 is a protection exception.....either you have, as Vitor says, overrun a pr ... |
Topic: HOW to Set MQMD Attributes |
KevinF23492
Replies: 25 Views: 29440
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 18, 2007 5:59 am Subject: Re: Setting MQDLH by an Application |
Secondly, as I've said before applications should not write to the system dead letter queue. This should be reserved for actual system undeliverable messages.
I absolutely agree with this. Why can' ... |
Topic: best way to delete messages where ReplyToQ no longer exists |
KevinF23492
Replies: 6 Views: 7018
|
Forum: IBM MQ API Support Posted: Tue Jan 16, 2007 2:28 pm Subject: best way to delete messages where ReplyToQ no longer exists |
I'm a bit confused about why a server should not check if the ReplyTo queue exists for a particular message - is this only because of the dynamic-queue-on-a-remote-queue problem (which is a pretty big ... |
Topic: how to know the number of messages in a queue |
KevinF23492
Replies: 10 Views: 10083
|
Forum: IBM MQ API Support Posted: Mon Jan 15, 2007 11:44 am Subject: how to know the number of messages in a queue |
Is there any other way to check the depth of the queue? Browse will take time.
yes...PCF messages. But the question still remains....why do you need to know?
If you are trying to determine the d ... |
Topic: HOW to Set MQMD Attributes |
KevinF23492
Replies: 25 Views: 29440
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 15, 2007 8:06 am Subject: HOW to Set MQMD Attributes |
What?
Messages that are placed into the DLQ by the QMgr will already have a DLH on them.
If you just want to browse the DLQ and see what the errors were then there is a support pack that you ca ... |
Topic: How to Close a Queue on z/OS |
KevinF23492
Replies: 19 Views: 16490
|
Forum: General IBM MQ Support Posted: Fri Jan 12, 2007 9:48 am Subject: How to Close a Queue on z/OS |
Aha....so IMS has it's grubby little mitts in the deal huh? Now that starts to make more sense.
Are you invoking the IMS Transaction from the batch job or is the batch job using a queue that is an ... |
Topic: How to Close a Queue on z/OS |
KevinF23492
Replies: 19 Views: 16490
|
Forum: General IBM MQ Support Posted: Fri Jan 12, 2007 6:12 am Subject: How to Close a Queue on z/OS |
The batch job was cancelled, so it was not a clean ending.
There is still an OPEN.
I am looking for a way to manually close this connection, but I am unaware of a way to do this with recycling t ... |
Topic: Deleting particular message from q |
KevinF23492
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jan 10, 2007 5:34 pm Subject: Deleting particular message from q |
Have you ever thought about reading the Application Programming Guide?
In Chapter 10 : "Getting Messages from a Queue"
There is a section called "Getting a Particular message&quo ... |
Topic: Error white running MQ-CICS program. |
KevinF23492
Replies: 1 Views: 3579
|
Forum: IBM MQ API Support Posted: Fri Jan 05, 2007 2:59 pm Subject: Re: Error white running MQ-CICS program. |
As per my knowledge in CICS region we don't need to open/close MQ queue.
It depends.
If you are trying to kick off a CICS transaction by using the CICS bridge then, NO, you don't need specify ... |
Topic: Cluster References |
KevinF23492
Replies: 5 Views: 9383
|
Forum: General Discussion Posted: Fri Jan 05, 2007 7:58 am Subject: Cluster References |
There is a mighty fine "clustering" forum on this website it is cunningly named "Clustering".
I suspect that this would fit nicely in there.
There is also a dang fine manua ... |
Topic: SAVEQMGR - Dynamic Queue 2085 |
KevinF23492
Replies: 14 Views: 12031
|
Forum: General IBM MQ Support Posted: Thu Jan 04, 2007 10:57 am Subject: SAVEQMGR - Dynamic Queue 2085 |
Is the model queue missing on that QMgr by any chance? |