Author |
Message |
Topic: Unable to locate map named "X" in "Y" br |
yortch
Replies: 1 Views: 3072
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 27, 2009 11:22 am Subject: Unable to locate map named "X" in "Y" br |
I'm getting this same error within Broker Toolkit 6.1.0.3 for Windows
It's very odd. It worked fine in one workstation with 6.1.0.3, I then exported the source as a Project Interchange and re-importe ... |
Topic: Simplest way to output XML in WMB 6.1? |
yortch
Replies: 8 Views: 7387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 11:11 am Subject: Simplest way to output XML in WMB 6.1? |
Here is the ESQL equivalent:
CAST(ASBITSTREAM(InputExceptionList) AS CHARACTER CCSID 1208) |
Topic: How to format XML in user trace (WMB 6.1) |
yortch
Replies: 7 Views: 10924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 11:10 am Subject: How to format XML in user trace (WMB 6.1) |
I just did, here is the working solution...
CAST(ASBITSTREAM(OutputRoot.XMLNSC) AS CHARACTER CCSID 1208) |
Topic: Simplest way to output XML in WMB 6.1? |
yortch
Replies: 8 Views: 7387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 10:03 am Subject: Simplest way to output XML in WMB 6.1? |
I figured out a way to do this using Java. If anyone can add the ESQL equivalent please do...
Caller flow:
DECLARE xmlString CHARACTER;
SET xmlString = common.XmlToString(OutputRoot.XMLNSC ... |
Topic: How to format XML in user trace (WMB 6.1) |
yortch
Replies: 7 Views: 10924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 9:40 am Subject: How to format XML in user trace (WMB 6.1) |
If you want to see what your message tree would look like if it was written by the XMLNSC parser, then use ASBITSTREAM to turn the message tree into an XML bit stream. You can even trace the result if ... |
Topic: WMB : How to Parse a String in Java Compute Node ? |
yortch
Replies: 10 Views: 14680
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 9:29 am Subject: Re: WMB : How to Parse a String in Java Compute Node ? |
I want to now parse this Message1, Message2 etc by a specific Message Definition, Set and Format using a Java Compute Node. Could you please guide me in this.
By parsing do you mean turning a messa ... |
Topic: Simplest way to output XML in WMB 6.1? |
yortch
Replies: 8 Views: 7387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 8:12 am Subject: Simplest way to output XML in WMB 6.1? |
You mean you want to get a character representation of the message bitstream? Exactly |
Topic: Simplest way to output XML in WMB 6.1? |
yortch
Replies: 8 Views: 7387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 7:50 am Subject: Simplest way to output XML in WMB 6.1? |
I've tried this, the problem is that the output is not formatted in XML. |
Topic: Simplest way to output XML in WMB 6.1? |
yortch
Replies: 8 Views: 7387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 7:22 am Subject: Simplest way to output XML in WMB 6.1? |
I need to be able to log/print the XML that is sent to a Web Service for debugging purposes. What is the easiest way to accomplish this? Ideally I'd like to accomplish this via a built-in (or custom) ... |
Topic: User Database connection pooling on WMB 6.1 |
yortch
Replies: 0 Views: 4401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 18, 2009 8:46 am Subject: User Database connection pooling on WMB 6.1 |
I'm trying to find information on how to configure user database connection pooling. From the link below my understanding is that message broker performs its own database connection pooling. Is there ... |
Topic: How to format XML in user trace (WMB 6.1) |
yortch
Replies: 7 Views: 10924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 17, 2009 5:59 am Subject: How to format XML in user trace (WMB 6.1) |
Don't use the Trace node for logging - it's a diagnostic tool, and is meant to help you debug your message flows. Sorry if that was what you meant by 'log'.
Thanks for the feedback, this is very he ... |
Topic: How to format XML in user trace (WMB 6.1) |
yortch
Replies: 7 Views: 10924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 14, 2009 1:40 pm Subject: How to format XML in user trace (WMB 6.1) |
I have a user trace node that I'm using to log XML data, however the output contains characters escaped in hexadecimal:
2009-08-14 17:30:40.869253 Request Received: ( ['xmlnsc' ... |
Topic: .NET error : Attempted to read or write protected memory ... |
yortch
Replies: 13 Views: 12335
|
Forum: General IBM MQ Support Posted: Mon Apr 23, 2007 7:24 am Subject: .NET error : Attempted to read or write protected memory ... |
We where able to get it to work but after sending some messages to the remote machine we get the next message
Are you still able to get it to work?
Which line of code is this exception thrown?
... |
Topic: .NET error : Attempted to read or write protected memory ... |
yortch
Replies: 13 Views: 12335
|
Forum: General IBM MQ Support Posted: Mon Apr 23, 2007 5:52 am Subject: .NET error : Attempted to read or write protected memory ... |
Not sure if this is what's causing your problem, but you should close the queue before disconnecting from the queue manager. |
Topic: MQGet operation slow on remote queue manager (V6) |
yortch
Replies: 6 Views: 8350
|
Forum: General IBM MQ Support Posted: Thu Apr 12, 2007 5:25 am Subject: MQGet operation slow on remote queue manager (V6) |
After running further tests, it seems that this issue (slow MQGet with messages over a certain size ~32K) it's only apparent when communicating from a non-VMWare client to a remote queue manager hoste ... |