Author |
Message |
Topic: WTx Maps Dynamically |
Krayvyn
Replies: 0 Views: 1790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 29, 2008 7:48 am Subject: WTx Maps Dynamically |
Is there a way to dynamically call different WTx maps from within a flow?
We would like to have a flow call a map based on criteria within the data itself.
We do have a solution of sending the ... |
Topic: TDS to XML, null values are not handled properly |
Krayvyn
Replies: 1 Views: 2453
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 06, 2007 8:58 am Subject: TDS to XML, null values are not handled properly |
Can you post your TDS settings? |
Topic: Compute Node problems |
Krayvyn
Replies: 18 Views: 9933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 06, 2007 8:46 am Subject: Compute Node problems |
Looks good for your first time.
Remember calling CopyMessageHeaders() and CopyEntireMessage() is redundant. You probably just want CopyMessageHeaders in your case.
How did you set the Messa ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 04, 2007 8:23 am Subject: Working |
I was able to get it working :
Here is my ESQL if anyone is stuck with a similiar issue :
-- Creating MIME message
DECLARE contentType CHAR 'text/html';
SET OutputRoot.Properties.Domain = ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 30, 2007 3:42 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
Here is my trace :
(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encod ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 11:52 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
I don't have any parts.
I read for single part MIME :
For single-part MIME, the logical tree has no Parts child. The last child of the MIME tree is the Data element. The Data element is the p ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2007 9:21 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
I created the MIME.Data.BLOB.BLOB element with the BLOB Parser. I am not getting any errors.
It is successfully returning the message; however, it is still not showing up in the html format auto ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 11:21 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
Awesome, thanks Jeff. I think the light just went on.
I will try some other options. |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 10:49 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
Oops, 5.0.6.
From IBM link my structure should be :
Root.MIME.Data.BLOB.BLOB
The Data element is the parent of the BLOB that contains the message data.
So I don't understand why I get th ... |
Topic: MIME Parser (I want HTTP Response to appear in browser) |
Krayvyn
Replies: 10 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 10:38 am Subject: MIME Parser (I want HTTP Response to appear in browser) |
Can someone give me some direction?
I am trying to use the HTTP nodes to query a database and return the data in an HTML format so it can be viewed directly from the Web Page that submitted the r ... |
Topic: & > < Escape characters. |
Krayvyn
Replies: 0 Views: 2160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 28, 2006 10:15 am Subject: & > < Escape characters. |
If anyone is trying to remove &, <, >, characters from XML this worked for me:
DECLARE myBlob BLOB ASBITSTREAM(InputRoot.XML OPTIONS FolderBitStream);
CREATE FIELD OutputRoot.XML;
... |
Topic: Problem in connecting to Config manger from broker toolkit |
Krayvyn
Replies: 11 Views: 7039
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2006 2:30 pm Subject: Already part of MQB groups? |
I had a similiar issue where my user was part of the mqb groups.
I manually included the user (e.g. db2admin) in the MQ MCA user ID for the SYSTEM.BKR.CONFIG channel. That seemed to fix my probl ... |