ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » Queue is not a local queue with mqmsgs

Post new topic  Reply to topic
 Queue is not a local queue with mqmsgs « View previous topic :: View next topic » 
Author Message
Sam Uppu
PostPosted: Wed Jun 10, 2009 10:44 am    Post subject: Queue is not a local queue with mqmsgs Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

Hi Guys,
MQ version 6 on z/os.

I am trying to browse a local queue defined on QMgr QM1 with mqmsgs in command(option6).

I provided the Qmgr name as QM1 and queue name as LOCALQ.

I am getting an error saying Queue is not a local queue. This is a local queue and local to this qmgr.

any thoughts?.

Thanks.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Jun 10, 2009 3:15 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
I am trying to browse a local queue defined on QMgr QM1 with mqmsgs in command(option6).


Exactly how are you doing this?

Show us the local queue definition.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Wed Jun 10, 2009 4:54 pm    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

bruce2359 wrote:
Quote:
I am trying to browse a local queue defined on QMgr QM1 with mqmsgs in command(option6).


Exactly how are you doing this?

Show us the local queue definition.


I defined the queue like this. This is a local to QM1 qmgr but involves in a cluster. Here is the definition of this queue:
Queue name . . . . . . . . .,LOCALQ ,
Disposition . . . . . . . . :,QMGR QM1 ,
Description . . . . . . . . :, ,
, ,
Put enabled . . . . . . . . :,Y,,Y=Yes, N=No ,
Get enabled . . . . . . . . :,Y,,Y=Yes, N=No ,
Usage . . . . . . . . . . . :,N,,N=Normal, X=XmitQ ,
Storage class . . . . . . . :,DEFAULT ,
CF structure name . . . . . :, ,
Dynamic queue type . . . . :,N,,N=Non-dynamic (Predefined), T=Temporary,,
,P=Permanent, S=Shared ,
Page set identifier . . . . :,4 ,
Use counts - Output . . . . :,0 ,, ,,Input . . . . :,0 ,
Current queue depth . . . . :,4 ,
Cluster name . . . . . . . :,CLUS1
Cluster namelist name . . . :,
Default bind . . . . . . . :,N,,O=Open, N=Notfixed
Cluster workload rank . . . :,0,,0 - 9
Cluster workload priority . :,0,,0 - 9
Cluster workload queue use :,Q,,A=Any, L=Local, Q=Qmgr
, ,
Tpipe names . . . . . . . . :, ,
Default persistence . . . . :,N,,Y=Yes, N=No ,
Default priority . . . . . :,0,,0 - 9,
Message delivery sequence . :,P,,P=Priority, F=FIFO
Permit shared access . . . :,N,,Y=Yes, N=No ,
Default share option . . . :,E,,E=Exclusive, S=Shared
Index type . . . . . . . . :,N,,N=None, M=MsgId, C=Co
,T=MsgToken
, ,
Maximum queue depth . . . . :,999999999,,0 - 999999999
Maximum message length . . :,4194304 ,,0 - 104857600
Trigger Definition,

,,Trigger type . . . . . . :,F,,F=First, E=Every, D=Depth, N=None
,,Trigger set . . . . . . :,N,,Y=Yes, N=No ,
,
,,Trigger message priority :,0,,0 - 9 ,
,,Trigger depth . . . . . :,1 ,,1 - 999999999 ,
,
,,Initiation queue . . . . :,
,,Process name . . . . . . :,
,,Trigger data . . . . . . :, ,
Event Control,

,,Queue full . . . . . . . :,E,,E=Enabled, D=Disabled ,
,
,,Upper queue depth . . . :,D,,E=Enabled, D=Disabled ,
,,Threshold . . . . . . . :,80 ,,0 - 100 % ,
,
,,Lower queue depth . . . :,D,,E=Enabled, D=Disabled ,
,,Threshold . . . . . . . :,40 ,,0 - 100 % ,
,
,,Service interval . . . . :,N,,H=High, O=OK, N=None ,
,,Interval . . . . . . . . :,999999999,,0 - 999999999 milliseconds ,
Backout Reporting,
,,Backout threshold . . . :,0 ,,0 - 999999999
,,Harden backout counter . :,N,,Y=Yes, N=No ,
,,Backout requeue name . . :,
,
Retention interval . . . . :,999999999,,0 - 999999999 hours
, ,
Monitoring . . . . . . . . :,Q,,Q=Qmgr, L=Low, M=Medium, H=High, O=Off ,
Accounting . . . . . . . . :,Q,,E=Enabled, D=Disabled, Q=Qmgr ,
, ,
Creation time . . . . . . . :,2009-05-27 08.11.30,
Last alteration time . . . :,2009-05-27 08.11.30,


As you can see, there are 4 msgs on this queue and I wanted to browse these msgs.

Now I went to TSO and selected Command(with option 6), I entered the 'mqmsgs'
Enter TSO or Workstation commands below:,

===>,mqmsgs

Enter information. Press,ENTER,:


Queue Manager Name :,QM1 ,:

Queue Name :,LOCALQ ,:

and I see this output:


Cant we browse a local queue(though its a cluster queue) to QMgr - QM1 with mqmsgs?.

Thanks.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jun 10, 2009 7:31 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Is QM1 the default qmgr for your CICS region?
Did your CICS reagion attach to QM1?


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Sam Uppu
PostPosted: Thu Jun 11, 2009 10:24 am    Post subject: Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

fjb_saper wrote:
Is QM1 the default qmgr for your CICS region?
Did your CICS reagion attach to QM1?



The application is Cobol and it is not listening on this queue. If it was listening on this queue, it will GET all those msgs. As the app is not listening on this queue, I wanted to see how the msg looks like on this queue.

Thanks.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Jun 11, 2009 12:06 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Sam Uppu wrote:
fjb_saper wrote:
Is QM1 the default qmgr for your CICS region?
Did your CICS reagion attach to QM1?



The application is Cobol and it is not listening on this queue. If it was listening on this queue, it will GET all those msgs. As the app is not listening on this queue, I wanted to see how the msg looks like on this queue.

Thanks.

Like the way you skip the question. But the point is you did not answer the questions...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Thu Jun 11, 2009 1:04 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Can you browse the messages in the queue with the MQBRO utility?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Fri Jun 19, 2009 9:02 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

What has CICS got to do with this?

I assumed option 6 meant TSO Command prompt?

Who wrote MQMSGS....I don't think this is a standard IBM utility so I assume someone at your site wrote it? Maybe it is rejecting the queue name based on the fact it is a cluster queue?
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Nov 17, 2009 9:17 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

If a queue is not local, then by definition it is remote.

In the case of a cluster queue, it means that there is a cluster queue definition in the cluster repository on the qmgr where you are trying to find queue depth; and the real local queue is on some other qmgr(s).

Only real local queues with DEF QL definitions have depth. Or restated, a queue definition that is not a qlocal definition will not have depth.

A real local queue may also be known to a cluster.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » Queue is not a local queue with mqmsgs
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.