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 » IBM MQ Installation/Configuration Support » How to run WatchQ application

Post new topic  Reply to topic Goto page Previous  1, 2
 How to run WatchQ application « View previous topic :: View next topic » 
Author Message
Shikha Gupta
PostPosted: Thu May 21, 2009 1:38 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

yeah I understand that....we can't use the port nos already in use.

I have checked that its available.

But can you please help me on that WatchQ application erro....that I posted in my recent post.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu May 21, 2009 1:39 am    Post subject: Re: After creating the client environment , unable to run Wa Reply with quote

Grand High Poobah

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

Shikha Gupta wrote:
I am able to put mesages on the server queue manager and also retrieve them using amqsputc and amqsgetc command respectively.


Thank you for this information at last.

Shikha Gupta wrote:
That implies my client server environment is set up correctly.


It does.

Shikha Gupta wrote:
Faulting application ms0h.exe, version 1.0.0.1, faulting module imqb23vn.dll, version 6.0.0.5138, fault address 0x0000bfe0.


Having pinned it down to an application issue, I'd check the path for the dll.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Shikha Gupta
PostPosted: Thu May 21, 2009 1:43 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

Is it something I can provide?
Back to top
View user's profile Send private message Send e-mail
francoisvdm
PostPosted: Thu May 21, 2009 2:45 am    Post subject: Reply with quote

Partisan

Joined: 09 Aug 2001
Posts: 332

Hi

I'm the author for WatchQ. Once the client connection is working you need to start watchq with the correct parameters from a command prompt:

watchq QMGR_NAME QUEUE1 QUEUE2....

make sure you spell queue manager name correct and remember MQ is case sensitive.

Let me know if it is working or not.
_________________
If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.

Francois van der Merwe
Back to top
View user's profile Send private message Send e-mail
Shikha Gupta
PostPosted: Thu May 21, 2009 2:50 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

I tried that using the command prompt.
But i guess some environment variables need to be set before executing this command
because it says

'watchq' is not recognised external or internal command

Could you please help.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu May 21, 2009 2:53 am    Post subject: Reply with quote

Grand High Poobah

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

Shikha Gupta wrote:
'watchq' is not recognised external or internal command


I'd theorise the environment variable you need there is PATH....

...you can test this theory by cd'ing to the directory in which the executable is stored and trying again.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
francoisvdm
PostPosted: Thu May 21, 2009 2:53 am    Post subject: Reply with quote

Partisan

Joined: 09 Aug 2001
Posts: 332

make sure you copy watchq to a directory in the path.... also...email me at francoisvdm at autumnleaf.co.za and I'll forward you the latest version. If the exe file with the download is not saying "watchq.exe" maybe you need to rename it to that.
_________________
If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.

Francois van der Merwe
Back to top
View user's profile Send private message Send e-mail
Shikha Gupta
PostPosted: Thu May 21, 2009 2:59 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

Thanks a lot guys ..it worked.

Actually I had to change the name of the .exe from ms0h.exe to watchq.exe
Back to top
View user's profile Send private message Send e-mail
Shikha Gupta
PostPosted: Thu May 21, 2009 3:10 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

Just 1 more thing

I have version 4.1.3 of WatchQ but the pdf help manuals I am getting are on version 2.3 from IBM site.

Can anyone tell me where should I look for to get the latest documentation on this version
Back to top
View user's profile Send private message Send e-mail
francoisvdm
PostPosted: Thu May 21, 2009 3:31 am    Post subject: Reply with quote

Partisan

Joined: 09 Aug 2001
Posts: 332

Sorry, there are no newer documentation - no time to create it...but I do believe most options are self explanatory .... sorry
_________________
If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.

Francois van der Merwe
Back to top
View user's profile Send private message Send e-mail
Shikha Gupta
PostPosted: Thu May 21, 2009 3:37 am    Post subject: Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

thats alright!!
I ll try n understand
Back to top
View user's profile Send private message Send e-mail
Shikha Gupta
PostPosted: Wed Jun 03, 2009 9:38 pm    Post subject: Features of WatchQ?? Reply with quote

Apprentice

Joined: 18 May 2009
Posts: 27

Can anybody please tell me what all functionalities are provided by WatchQ application ??
is there any way to monitor the rate at which the messages are coming in the queue??
Back to top
View user's profile Send private message Send e-mail
francoisvdm
PostPosted: Wed Jun 03, 2009 11:22 pm    Post subject: Reply with quote

Partisan

Joined: 09 Aug 2001
Posts: 332

I created watchq as a programmers tool mainly to show queue depths, deleting messages in the middle of a queue and to play messages into queues from other queues or a flat file. It sits on top of all your windows (property setting) so that you do not have to "refresh" or switch windows as you test and debug etc.

It can do some interesting things like sending messages with x milliseconds delay between them, random delay, with certain settings on the message itself.

It does not report message rates, sorry. It will however show error codes on the queues, as well as some basic queue and data information. See the "options" screen for lots of interesting MQ settings you can do.

I use it mainly during development to replay test messages and to monitor application queues and dead letter queue so that I get instant visual confirmation of what is happening.
_________________
If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.

Francois van der Merwe
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » How to run WatchQ application
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.