Author |
Message |
Topic: Regarding debugger |
granthmuk
Replies: 7 Views: 9531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 5:43 am Subject: Regarding debugger |
What about your DB table(s)? From the ESQL there should be two
CATALOG and CATALOG2. I assume you have these, how are they defined? |
Topic: Regarding debugger |
granthmuk
Replies: 7 Views: 9531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 5:20 am Subject: Regarding debugger |
What was your Input Message? |
Topic: Regarding debugger |
granthmuk
Replies: 7 Views: 9531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 4:50 am Subject: Regarding debugger |
With Debugger and Shared and External Variables. Don't have your DB so wouldn't be able to run your code. As I say have not encountered a problem with debugging with code containging these varable typ ... |
Topic: Regarding debugger |
granthmuk
Replies: 7 Views: 9531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2006 4:20 am Subject: Regarding debugger |
I assume your debugger works on other Flows?
I've debugged flows with SHARED and EXTERNAL variables without problem. Though you cannot see the values of these variables in the debugger, they must be ... |
Topic: [URGENT] TDS message model |
granthmuk
Replies: 19 Views: 17165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 11, 2006 7:13 am Subject: [URGENT] TDS message model |
It may be worth looking at Regular Expressions to parse your message.
Do a search for Regular Expressions in your toolkit help. |
Topic: Promote a Mandatory property |
granthmuk
Replies: 1 Views: 4525
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2006 3:04 am Subject: Promote a Mandatory property |
Just found the answer to my own question. Apparently you have to set it on the poperties in the flow from which you are promoting the property. Documentation certainly not clear in this regard.  |
Topic: Promote a Mandatory property |
granthmuk
Replies: 1 Views: 4525
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2006 3:00 am Subject: Promote a Mandatory property |
Has anyone successfully managed to promote a Mandatory property from a sub-flow? The reason I ask is I always get an error. Methinks the manual doth lie.
If you promote a property that is mandatory ( ... |
Topic: Reference Validation with WMQI V5 doesn't work |
granthmuk
Replies: 4 Views: 5659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 28, 2004 4:30 am Subject: Reference Validation with WMQI V5 doesn't work |
What fixpack are you on? I am on 3 and it works for me. |
Topic: Reference Validation with WMQI V5 doesn't work |
granthmuk
Replies: 4 Views: 5659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 27, 2004 6:17 am Subject: Works for me |
Check the settings by clicking the Window menu then preferences. Then select Validation which is under ESQL and Mapping in the left hand box. The deafult should be for all the validations to put out w ... |
Topic: SWIFT using MQSI |
granthmuk
Replies: 2 Views: 4792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 04, 2003 6:19 am Subject: SWIFT using MQSI |
We looked at both the WBI Swift adapter and doing it with WMQI and because our project only required one Swift message layout at the time we decided to go with the WMQI Tag Delimited Message Definitio ... |
Topic: Possible Subscription Glitch??? |
granthmuk
Replies: 2 Views: 5185
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 07, 2003 2:37 am Subject: Possible Subscription Glitch??? |
It must be that the Broker thinks the Queue does not exist. Do you get a Broker Response message from your Register Subscriber message? If it fails to register a subscriber you should get a reason cod ... |
Topic: pub/sub command problem |
granthmuk
Replies: 7 Views: 10868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 06, 2003 12:02 am Subject: pub/sub command problem |
The queue is definitely wrong. The format looks right to me. When I specify this kind of thing I try to use the MQSeries constants e.g.SET OutputRoot.MQMD.Format = MQFMT_RF_HEADER_2; which gives a ext ... |
Topic: Check for missing tags |
granthmuk
Replies: 11 Views: 13321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2003 8:10 am Subject: Check for missing tags |
Do you have any tracing in your flow? Also what are you results are you actually getting?
I'd recommend you add a trace node after the compute with tracing of at least
Root:
${Root ... |
Topic: Conditionally executing a Message Flow?? |
granthmuk
Replies: 6 Views: 6613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2003 8:02 am Subject: Conditionally executing a Message Flow?? |
The best bets are probably to read the Application Programming guide Chapter 3 "Writing Publish/Subscribe applications" also the supportpac http://www-3.ibm.com/software/ts/mqseries/txppacs/ih06.html ... |
Topic: Check for missing tags |
granthmuk
Replies: 11 Views: 13321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2003 7:57 am Subject: Check for missing tags |
Could you post the whole of your ESQL? Are you copying InputRoot to OutputRoot? Also what does the rest of your flow do? |