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 » News/Updates » WatchQ has been updated to version 3.5

Post new topic  Reply to topic
 WatchQ has been updated to version 3.5 « View previous topic :: View next topic » 
Author Message
bduncan
PostPosted: Wed Aug 15, 2001 10:40 am    Post subject: WatchQ has been updated to version 3.5 Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

Thanks to francoisvdm (Francois van der Merwe) for contributing this code. Check out the software repository for <b>watchq</b> a queue depth monitoring tool with a GUI interface. It is written in C for a windows platform, and a compiled win32 executable is included. I will try to add some documentation to the package when I get a chance...
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator


Last edited by bduncan on Tue Dec 17, 2002 10:49 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website AIM Address
bduncan
PostPosted: Mon Oct 28, 2002 11:26 pm    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

Thanks to Francois for providing version 3.5 of WatchQ. It's now available in the software repository at:
http://www.mqseries.net/pafiledb203/pafiledb.php?action=viewfile&fid=6&id=2
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
GMcCarthy
PostPosted: Thu Jul 17, 2003 5:10 am    Post subject: Reply with quote

Centurion

Joined: 06 Nov 2001
Posts: 113
Location: Melville NY

hmmmm...


I just downloaded this and only got the executable, which isn't working correctly. Isn't there supposed to be a pdf and an .ini?

Does anyone have a copy of the v3.5 files?
_________________
Regards,
Gina

IBM Certified MQSeries Specialist
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
bduncan
PostPosted: Thu Jul 17, 2003 9:09 am    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

Uhh, according to my notes there should only be a .exe and source code, but I notice that the source code isn't in there. Perhaps you should try emailing the author of the tool.
BTW, what exactly is wrong with it? Does it just not start or what?
Thanks
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
Jari
PostPosted: Tue Oct 26, 2004 11:26 pm    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

Hi,

It does not start, whatever otions I give to it. It just gives instructions on how to use it.

"Problem with MQ connect (2058): Minimum startup: watchq qmgr queue [queue2 ...queue5]"

Jari

bduncan wrote:
Uhh, according to my notes there should only be a .exe and source code, but I notice that the source code isn't in there. Perhaps you should try emailing the author of the tool.
BTW, what exactly is wrong with it? Does it just not start or what?
Thanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Oct 27, 2004 1:24 pm    Post subject: Reply with quote

Grand High Poobah

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

Are you sure you set up your MQServer variable correctly ??
Back to top
View user's profile Send private message Send e-mail
Jari
PostPosted: Wed Oct 27, 2004 10:37 pm    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

I mailed Francois and he said I needed client installed. I didn't have it, that is why it didn't work. I'l try it again later with the client and come back here with the results.

Regards,

Jari
Back to top
View user's profile Send private message
GMcCarthy
PostPosted: Wed Nov 03, 2004 5:03 am    Post subject: Reply with quote

Centurion

Joined: 06 Nov 2001
Posts: 113
Location: Melville NY

Did you find an answer? I have client installed and still only get an executable that doesn't work.
_________________
Regards,
Gina

IBM Certified MQSeries Specialist
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Jari
PostPosted: Wed Nov 03, 2004 5:06 am    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

Hi,

Sorry I have not had the time to install the client to try it. I'll come back to you when I have the time. In a few days, I think...

Regards,

Jari
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Nov 03, 2004 5:32 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7716

Gina, put the WatchQ.exe in a folder, and in the same folder, create a .bat file with the following contents. Then just double click the bat file to open WatchQ.

Code:

REM ***********************************************************************************
REM *This file will set up the necessary enviroment variables to MQClient
REM *connect your machine to Queue Manager QM1.
REM *The syntax of the below command is ......
REM *SET MQSERVER= serverconn channel name/tcp/hostname
REM ***********************************************************************************
REM *Then, it will execute the WATCHQ application.
REM *It can monitor up to 5 queues from 1 Queue Manager.
REM *The syntax for the below command is as follows...
REM *WATCHQ queuemanagername queuename1 queuename2 queuename3 queuename4 queuename5
REM *Modify the below line with the Queue Manager name that you are set up to Client connect to. Then add
REM *1 to 5 queue names (with a space between each name)
REM ***********************************************************************************
SET MQSERVER=SVRCONN.CHANNLE.NAME/TCP/SERVERNAME
WATCHQ QM1 SYSTEM.DEAD.LETTER.QUEUE SYSTEM.DEFAULT.LOCAL.QUEUE

_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
Jari
PostPosted: Wed Nov 03, 2004 6:26 am    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

Hi,

I got it working!

What I did:

Add a server channel to the queue manager you want to connect to, mine was CLIENT.CHANNEL.TO.JP
Change the .bat provided like this:

SET MQSERVER=CLIENT.CHANNEL.TO.JP/TCP/MYSERVERNAME
WATCHQ MYQMANAGERNAME SYSTEM.DEAD.LETTER.QUEUE SYSTEM.DEFAULT.LOCAL.QUEUE

Thanks to everyone for the help!

Jari
Back to top
View user's profile Send private message
Jari
PostPosted: Thu Nov 04, 2004 11:53 pm    Post subject: Reply with quote

Novice

Joined: 09 Oct 2001
Posts: 16

One thing to add: The user you are running under has to have rights to the channel that is used for communication.

I'm using winXP so I had to start the program with different credentials, i.e. I used the user that is setup to be the MQ user on the server I connected to.

Jari
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 » News/Updates » WatchQ has been updated to version 3.5
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.