Author |
Message
|
bduncan |
Posted: Wed Aug 15, 2001 10:40 am Post subject: WatchQ has been updated to version 3.5 |
|
|
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 |
|
 |
bduncan |
Posted: Mon Oct 28, 2002 11:26 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
|
Back to top |
|
 |
GMcCarthy |
Posted: Thu Jul 17, 2003 5:10 am Post subject: |
|
|
 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 |
|
 |
bduncan |
Posted: Thu Jul 17, 2003 9:09 am Post subject: |
|
|
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 |
|
 |
Jari |
Posted: Tue Oct 26, 2004 11:26 pm Post subject: |
|
|
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 |
|
 |
fjb_saper |
Posted: Wed Oct 27, 2004 1:24 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Are you sure you set up your MQServer variable correctly ?? |
|
Back to top |
|
 |
Jari |
Posted: Wed Oct 27, 2004 10:37 pm Post subject: |
|
|
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 |
|
 |
GMcCarthy |
Posted: Wed Nov 03, 2004 5:03 am Post subject: |
|
|
 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 |
|
 |
Jari |
Posted: Wed Nov 03, 2004 5:06 am Post subject: |
|
|
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 |
|
 |
PeterPotkay |
Posted: Wed Nov 03, 2004 5:32 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
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 |
|
 |
Jari |
Posted: Wed Nov 03, 2004 6:26 am Post subject: |
|
|
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 |
|
 |
Jari |
Posted: Thu Nov 04, 2004 11:53 pm Post subject: |
|
|
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 |
|
 |
|