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 » General IBM MQ Support » runmqtmc is not working on client box ? please help me

Post new topic  Reply to topic
 runmqtmc is not working on client box ? please help me « View previous topic :: View next topic » 
Author Message
parvenu
PostPosted: Fri Oct 22, 2010 4:12 am    Post subject: runmqtmc is not working on client box ? please help me Reply with quote

Newbie

Joined: 08 Oct 2010
Posts: 5

We have V6.0 MQ client and V7.0 MQ Server box on different AIX servers.
I have been trying to run the client trigger monitor and it is giving some errors.

instance@g09adb0aix::/usr/mqm/bin> runmqtmc -q INIQUEUE -m SATURN
5724-H72 (C) Copyright IBM Corp. 1994, 2005. ALL RIGHTS RESERVED.
WebSphere MQ trigger monitor started.
Use of WebSphere MQ trigger monitor not authorized.
WebSphere MQ trigger monitor ended.

I did not seen any errors in the logs and then I tried by putting a test message and got the below error:

instance@g09adb0aix::/usr/mqm/bin> amqsputc LOCALQUEUE SATURN
Sample AMQSPUT0 start
MQCONN ended with reason code 2035

I tried on many ways:-
1) netstat is showing fine.
2)instance@g09adb0aix::/usr/mqm/bin> amqscnxc -x Serverhostname -c SYSTEM.DEF.SVRCONN
Sample AMQSCNXC start
Connecting to the default queue manager
using the server connection channel SYSTEM.DEF.SVRCONN
on connection name Serverhostname.

Can anyone help me how to run the client trigger monitor on client box .
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Oct 22, 2010 4:16 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

And did you look up the error code (2035) before posting? I think not...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
parvenu
PostPosted: Fri Oct 22, 2010 4:24 am    Post subject: Reply with quote

Newbie

Joined: 08 Oct 2010
Posts: 5

yes, that means the user Id is not authorized to access the queue and the output is below:-
dmpmqaut -m SATURN -t q -n LOCALQUEUE
profile: LOCALQUEUE
object type: queue
entity: mqm
entity type: group
authority: allmqi dlt chg dsp clr

please help me what needs to do ?
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Oct 22, 2010 4:27 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

If you look at my tag-line you'll see something matching it at the top of the page...

Hit the Info Centre and read all about Object Authority Management (OAM). If you know enough to issue the dmpmqaut command, you know enough to fix this.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
parvenu
PostPosted: Fri Oct 22, 2010 4:36 am    Post subject: Reply with quote

Newbie

Joined: 08 Oct 2010
Posts: 5

Well, I don't have enough time to read the manual and the issue needs to be resolved now.
Pls guide me what need to do ?

We can able to receive the message by running the process Id manually but It is very difficult to run manually on a regular basis.

Can you help me ?
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Oct 22, 2010 4:41 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

parvenu wrote:
Well, I don't have enough time to read the manual and the issue needs to be resolved now...


Your last-minute panic is not my problem

The time you have wasted posting here could have been better spent with the manual.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
parvenu
PostPosted: Fri Oct 22, 2010 4:46 am    Post subject: Reply with quote

Newbie

Joined: 08 Oct 2010
Posts: 5

I am not thinking that this could be related OAM issue because some other applications on a different AIX server having the same version client box can connect to MQ server and the runmqtmc is working automatically.

But, I didn't rcvd any mqrc errors when I amqsputc a msg.>>

Hmmm..It's difficult to understand the issue.
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Oct 22, 2010 5:03 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

So you think it's not OAM-related?

Here's a FISH for you...use and see what the exact error is.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
parvenu
PostPosted: Fri Oct 22, 2010 5:36 am    Post subject: Reply with quote

Newbie

Joined: 08 Oct 2010
Posts: 5

I found the data from mqs.ini file.
Can you help me what does it mean ??

Log:
LogPrimaryFiles=3
LogSecondaryFiles=2
LogFilePages=1024
LogType=CIRCULAR
LogBufferPages=0
LogPath=/var/mqm/log/SATURN/
LogWriteIntegrity=TripleWrite
Service:
Name=AuthorizationService
EntryPoints=13
ServiceComponent:
Service=AuthorizationService
Name=MQSeries.UNIX.auth.service
Module=/usr/mqm/lib64/amqzfu
ComponentDataSize=0
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Oct 22, 2010 5:43 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

The above has no bearing on your issue. Try looking at the link I posted, and reading the manuals/Info Centre as you have been advised.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Oct 22, 2010 6:37 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

parvenu wrote:
I found the data from mqs.ini file.


Congratulations.

parvenu wrote:
Can you help me what does it mean ??


It means you have a queue manager using nothing but default values running on some Unix and named for the example in the manuals.]

I don't see any connection to your problem.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Oct 22, 2010 6:45 am    Post subject: Reply with quote

Poobah

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

Quote:
what does it mean ??

.ini files are described in the WMQ System Admin manual.
_________________
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 » General IBM MQ Support » runmqtmc is not working on client box ? please help me
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.