Author |
Message |
Topic: mqseries logs problem |
frankdk
Replies: 8 Views: 14489
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Sep 19, 2006 2:43 pm Subject: mqseries logs problem |
Can't see the version your running but...
In the old days the numbers of the CSQJ008 message was recorded when offload started. This means that your other 6 logs did almost certain fill up while this ... |
Topic: uncommitted msg in a shared queue |
frankdk
Replies: 2 Views: 5475
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 28, 2006 12:40 pm Subject: uncommitted msg in a shared queue |
Actually this happens very often. It's the time between MQCLOSE and MQCMIT. Queue is closed but UOW is still active.
(just in case it's not the PTF). |
Topic: Issue in CTKI |
frankdk
Replies: 2 Views: 6124
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 28, 2006 12:22 pm Subject: Issue in CTKI |
I believe XPFC100W comes from CA-Sysview. Seems like you have cputime monitoring active. CKTI should be excluded as it will run from start to end of the cics session. |
Topic: Channel not restarting fast enough |
frankdk
Replies: 32 Views: 18728
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 28, 2005 11:11 pm Subject: Channel not restarting fast enough |
[quote="MichaelDNeale"]Hmmm yes... that is not good then.
I think that must be the issue. The remote QMis just not responding. I am simulating a network outage by pulling out the cable.
[quote]
... |
Topic: hot backup |
frankdk
Replies: 6 Views: 4155
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Dec 03, 2004 2:21 pm Subject: hot backup |
MQseries on z/OS actually contains inforamtion that will allow to recover completely from a backup of a running system - ofcourse the logs must be available. |
Topic: where is the message if cics is down ? |
frankdk
Replies: 4 Views: 10430
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 03, 2004 1:40 pm Subject: Re: where is the message if cics is down ? |
production failure. on saturday the cics on z/OS was shut down and restarted just on monday morning
What was the CICS doing for two days? CKTI is an always running tran that will do it's EXEC CIC ... |
Topic: Deleting uncommitted messages |
frankdk
Replies: 35 Views: 38552
|
Forum: General IBM MQ Support Posted: Wed Oct 06, 2004 10:25 am Subject: Deleting uncommitted messages |
Just a hint, maybe not the solution:
You should have a live unit of work(UOW).
If you do this:
MQCONN
MQOPEN
MQPUT
MQCLOSE
and then wait for whatever you will end up with uncommited ... |
Topic: Persistent message & coupling on Z/os |
frankdk
Replies: 6 Views: 4525
|
Forum: Clustering Posted: Wed Oct 06, 2004 10:12 am Subject: Persistent message & coupling on Z/os |
Did you put Xmit queue in coupling ?
Yes we have tried that. Works fine, but channel may start from any qmgr in the group. |
Topic: Persistent message & coupling on Z/os |
frankdk
Replies: 6 Views: 4525
|
Forum: Clustering Posted: Thu Sep 23, 2004 12:22 pm Subject: Persistent message & coupling on Z/os |
Hi
5000 msg/day is nothing to wory about. Just remember to do regular BACKUP CFSTRUCT(..) commands. When you do restart of your MQ systems it will scan logs of ALL qmgrs back to the last backup!! i ... |
Topic: z/OS using CSQUTIL in JCL |
frankdk
Replies: 2 Views: 4014
|
Forum: General IBM MQ Support Posted: Thu Sep 23, 2004 11:47 am Subject: z/OS using CSQUTIL in JCL |
Hi
In the SYSIN file you should use the FAILURE(..) parm. This will enable you to ignore(which is default) errors, cotinue command processing on errors or end CSQUTIL on errors. |
Topic: DLQ RC |
frankdk
Replies: 1 Views: 2160
|
Forum: General IBM MQ Support Posted: Thu Sep 23, 2004 11:41 am Subject: DLQ RC |
The 2xxx code are under MQRC_......
Try to look at MQFB_... code, they will describe some other codes that goes in the DLH. |
Topic: CHINIT on MVS |
frankdk
Replies: 3 Views: 8944
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 19, 2004 7:50 am Subject: CHINIT on MVS |
Hi
Problem 1 is very hard to comment on!
Problem 2 is normal. You should read a little about the Adoptmca feature. Maybe you also should look at the keep-alive interval - presuming it's a TCP/IP ... |
Topic: MQ 5.3 on z/os and SSL trace |
frankdk
Replies: 3 Views: 3556
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 19, 2004 7:46 am Subject: MQ 5.3 on z/os and SSL trace |
Hi Guido
I believe you are using GTF trace?
The chin will apperantly only trace to DEST(RES) which is the chin trace dataspace.
Try to dump the chin with active trace and DEST(RES) and see if ... |
Topic: MQ on OS390 |
frankdk
Replies: 5 Views: 4245
|
Forum: General IBM MQ Support Posted: Fri Jun 11, 2004 1:56 am Subject: MQ on OS390 |
Hi Henry
The messages are not release for get until they are actually committed. Is the putting app. does a rollback the will be deleted and if MQ already had delivered to a getting app. it would b ... |
Topic: Queue Depth and Queue Service Interval |
frankdk
Replies: 13 Views: 13421
|
Forum: General IBM MQ Support Posted: Fri Jun 11, 2004 1:50 am Subject: Queue Depth and Queue Service Interval |
The question is if you want to enable the OK event or if you want to generate the OK event?
To enable the OK eventuse: ALTER QLOCAL(...) QSVCIEV(OK) - This status will normally be set when a servic ... |