Author |
Message
|
jhidalgo |
Posted: Mon Apr 20, 2009 3:29 pm Post subject: ** Object with incorrect CacheFlags 0 ** |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
Hi all,
I am having problems with the communication between to PRs in my cluster, this is part of the dump I took and the only information I get, this is from the PR that is trying to send messages:
Code: |
Qm(XXXXXXXXXX ) Changed Seq(1239542050)
Channel(TO.XXXXXXXXXX ) Retrying ChlSeq(955961) DestSeqFactor(0)
CLWLChannelRank(0) CLWLChannelPriority(0) CLWLChannelWeight(50)
@8360 Clusters @8230
Desc(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX )
UUID(XXXXXXXXXX_2008-11-03_07.19.38 )
Flags(CLUSSDR Auto Joined InUse )
Flags(1) MsgId(000000000000000000000000000000000000000000000000)
Prev(0 ) nQmgr(B460 ) nUUID(B460 ) nCh(B460 ) Ascii(9190 )
Cluster() Removed Seq(-1009138730)
@8230 Next(1045 )
Exp(Tue Feb 06 16:08:08 UTC+06:00 hora estándar 1940) Upd(Mon Oct 07 13:31:49 UTC+06:00 hora estándar 1946)
Flags(Local Repos CLUSSDR Auto Not Reconciled InUse Duplicate Unmerged Refresh TBD )
Cluster() Seq(0)
@1045 Next(0 )
Exp(Thu Jan 01 00:00:00 UTC+06:00 hora estándar 1970) Upd(Thu Jan 01 00:00:00 UTC+06:00 hora estándar 1970)
** Object with incorrect CacheFlags 0 **
|
Any ideas ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 20, 2009 7:58 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
For the PR that is having trouble sending msgs, have you tried
Code: |
refresh cluster (my cluster) repos(yes) |
?
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Apr 21, 2009 3:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Is there a viable direct network route between the two PRs?
Can you create a normal and working bi-directional set of sender/receiver channels between the two PRS?
REFRESH CLUSTER is really supposed to only be run when IBM support tells you to. There's far too casual a use of it shown in this forum. It's disruptive to cluster operations across the entire cluster.
In general, when you have issues that you think should be resolved with REFRESH CLUSTER, you should instead take careful steps to unshare problem objects from the cluster and then take careful steps to reshare them. This will solve 99% of all problems that you wanted to solve with REFRESH CLUSTER instead, and not impact other things. |
|
Back to top |
|
 |
jhidalgo |
Posted: Tue Apr 21, 2009 1:14 pm Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
fjb_saper wrote: |
For the PR that is having trouble sending msgs, have you tried
Code: |
refresh cluster (my cluster) repos(yes) |
?
Have fun  |
I tried and it didn't work, I did it on both PRs and nothing
 |
|
Back to top |
|
 |
jhidalgo |
Posted: Tue Apr 21, 2009 2:04 pm Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
thanks mqjeff, very good idea, I've created the sender / receiver channels and they run... at least I am sure it is not a network problem now.
There is something that may also be related, the CHANNEL.SYNCQ has 5 messages queued, and the SYSTEM.CLUSTER.COMMAND.QUEUE has 10 and no jobs.... I stopped and ran the command server but it didn't help either.
Code: |
Opc Nombre Tipo Prof Trab
SYSTEM.CHANNEL.SYNCQ *LCL 5 0
SYSTEM.CICS.INITIATION.QUEUE *LCL 0 0
SYSTEM.CLUSTER.COMMAND.QUEUE *LCL 10 0
|
it is really weird because suddenly the messages start flowing, but it never gets to send them all, it always moves like the 90% and stops and it starts again hours or days later. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 21, 2009 2:21 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jhidalgo wrote: |
I stopped and ran the command server but it didn't help either. |
You don't say what version of WMQ you're on but make sure you're up to date on maintenance. Early WMQv5.3 (pre CSD 11) clusters can be a bit on the flaky side...
Also check & if necessary manually restart the repository process (amqrrmfa) using instructions that are on the forum someplace. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jhidalgo |
Posted: Tue Apr 21, 2009 2:42 pm Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
the versions:
iSeries V5R4 with MQ 6.0.2.5
sending to
iSeries V5R4 with MQ 6.0.2.5
I am not sure I can restart the amqrrmfa on iSeries. |
|
Back to top |
|
 |
jhidalgo |
Posted: Tue Apr 21, 2009 3:13 pm Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
this is what I see in AMQERR01.LOG:
Code: |
04/21/09 16:40:47 - Process(922.1674) User(QMQM) Jobname(975098/QMQM/AMQRMPPA
AMQ9700: WebSphere MQ no ha podido mostrar un mensaje de error X'20809700'.
EXPLICACIÓN:
Causa . . . . . : MQ ha tratado de mostrar el mensaje asociado al código de
retorno hexadecimal 'X'20809700''. El código de retorno indica que no hay
ningún texto de mensaje asociado al mensaje. La petición tiene asociadas las
inserciones 32767 : 0 : Length : : .
|
my translation is:
MQ has tried to show the associated error with the hex code: 'X'20809700''. The return code indicates that there is no text message associated. The request has the following associated insertions 32767 : 0 : Length : : . |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 21, 2009 7:38 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Open a PMR [addendum]
Quote: |
SYSTEM.CLUSTER.COMMAND.QUEUE has 10 and no jobs.... I stopped and ran the command server but it didn't help either. |
The command server has nothing to do with this. This goes against the cluster repository process. Apparently it died. Grounds for a PMR. In the meantime you need to bounce the qmgr. [/addendum]  _________________ MQ & Broker admin
Last edited by fjb_saper on Tue Apr 21, 2009 11:43 pm; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 21, 2009 11:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
Open a PMR  |
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jhidalgo |
Posted: Wed Apr 22, 2009 11:38 am Post subject: Solved / need to update to 6.0.2.6 |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
|
Back to top |
|
 |
mqjeff |
Posted: Wed Apr 22, 2009 11:55 am Post subject: Re: Solved / need to update to 6.0.2.6 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
jhidalgo wrote: |
But now one of the PRs has the following problem, the process AMQRRMFA is running but not working at all, the SYSTEM.CLUSTER.COMMAND.QUEUE has now more than 700 messages, how can I restart it ? |
endmqm
strmqm |
|
Back to top |
|
 |
|