Author |
Message
|
klabran |
Posted: Tue Sep 27, 2005 2:36 pm Post subject: Enqueue can't put to queue... |
|
|
 Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
|
I have been trying to put an enqueue message to a queue but I get BIP0896E Can not enqueue message into Q XYZ using QM ABC.
I can do this from the server where the QM is installed on but not from my PC where I just have the workbench installed.
Searching the forum states that this can only be done from the server where your QM is installed..... EEEK.
http://www.mqseries.net/phpBB2/viewtopic.php?t=15292&highlight=enqueue
Is this true? If so, how are others developing on their workstations? Do you have an entire QM setup on your box and config/broker so you can debug locally also?
Thanks,
Kevin |
|
Back to top |
|
 |
JT |
Posted: Tue Sep 27, 2005 3:13 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
|
Back to top |
|
 |
klabran |
Posted: Tue Sep 27, 2005 3:20 pm Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
|
Thanks JT... I just am going over my class training samples and it didn't mention that and ofcourse things are never the same from training to real world.
However, how are you debugging/testing?
I was excited to think I could use enqueue and the debugger from my workstation but all I have installed is the workbench. Unless I am mising something this means I have to go to the server to test/debug.
Thanks,
Kevin |
|
Back to top |
|
 |
klabran |
Posted: Tue Sep 27, 2005 3:49 pm Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
|
Err.... OK it just seems that I can't debug period..... Locally or remotely. Whenever, I try to attach I get a blank list of execution groups?
Any ideas why debug isn't working?
Kevin
Last edited by klabran on Wed Sep 28, 2005 7:53 am; edited 1 time in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 27, 2005 4:35 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You're not running the right version of AgentController.
or
AgentController started up after broker started. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Tue Sep 27, 2005 7:18 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
However, how are you debugging/testing? |
Remote debugger and RFHUTILC (IH03 supportpac) |
|
Back to top |
|
 |
klabran |
Posted: Wed Sep 28, 2005 6:33 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
|
Jeff/JT Thanks! That fixes it right up!
I had a security issue with my agent on that box. I ran setconfig.bat to correct the issue earlier in the day to fix it and then restarted my agent (broker already running)...
And.... The trainer did mention RFHUTIL. I'm just not having a good day at remembering much.
Kevin |
|
Back to top |
|
 |
|