Author |
Message
|
eugen |
Posted: Fri Sep 02, 2011 5:05 am Post subject: cant see UDP in message broker toolkit |
|
|
Novice
Joined: 28 Dec 2010 Posts: 22
|
Good evening to everyone!
Now this problem of mine has to do with the fact either that it's Friday evening here and it's raining like hell or me just being blind!
So, here goes : simple as it gets, create a message flow with a simple MQInput -> Compute -> MQOutput
Inside the Compute declare an UDP :
CREATE COMPUTE MODULE UDPFlow_Compute
DECLARE MYUDP EXTERNAL CHARACTER 'TestValue';
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
"MYUDP" also present in the UDP Tab of the flow.
IBM says that you can override this value in the Broker Archive Editor. Really? Cause I can't see it - it's not there it's just missing. I can't see it under manage..
Can someone of you gurus point the mistake that I am making?
Regards,
Eugene |
|
Back to top |
|
 |
eugen |
Posted: Fri Sep 02, 2011 5:09 am Post subject: |
|
|
Novice
Joined: 28 Dec 2010 Posts: 22
|
Oh yes, I am running Toolkit version 6.1.0.8 under Linux
And the variable is visible with the command:
./mqsireadbar -b /home/eugen/WMB-Related/WMB6Toolkit/WMB6Workspace/UDPFlow/UDPFlow.bar
Besides many other I can see :
UDPFlow#MYUDP = TESTUDP |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 02, 2011 5:28 am Post subject: Re: cant see UDP in message broker toolkit |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
eugen wrote: |
Cause I can't see it - it's not there it's just missing. I can't see it under manage.. |
So you go into the Manage tab. You expand the cmf entry which contains your flow. You select your flow. You look in the Properties window of the Broker Admin perspective and you see:
a) No Properties Window?
b) No Configure tab in the Properties?
c) Nothing in the Configure tab?
d) The UDP you're looking for? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
eugen |
Posted: Fri Sep 02, 2011 5:33 am Post subject: |
|
|
Novice
Joined: 28 Dec 2010 Posts: 22
|
Aha! Thx Vitor.
1. Yup - I was blind after all all I had to do is reset the perspective
2. If, by any chance you are in Moldova (ya, I know you never heard about it) you have one free beer.
Cheers and a very good night ahead!
Eugene. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 02, 2011 5:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
eugen wrote: |
2. If, by any chance you are in Moldova (ya, I know you never heard about it) you have one free beer. |
As a fully qualified Brit with an O-level in Geography I have heard of Moldova.
Having moved westward from my origins the odds of me getting there for said beer are slight but I thank you for the sentiment. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Sep 02, 2011 6:17 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I've even been to Moldova. Does that count for a free beer?
(plus Turkmenistan, Uzbekistan, Tajikhstan, Kazakhstan, Georgia, Ukraine and Armenia)
Hmmm probably not. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|