Author |
Message |
Topic: Problem with HTTPInput Node |
fat_tony
Replies: 14 Views: 10174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 9:37 am Subject: Problem with HTTPInput Node |
On the face of it that should work fine, but you haven't shown the exact URL that's being used in your client application.
Try changing your HTTPInput node URL to be /MyService/* and don't forget t ... |
Topic: Esql Time datatype - cast problem. |
fat_tony
Replies: 5 Views: 7236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 26, 2007 12:48 pm Subject: Esql Time datatype - cast problem. |
I'm pretty sure that daylight savings has nothing to do with a CAST statement.
This doesn't make any sense - how have you proved that the result and the input are as you say? An mqsi trace of the ... |
Topic: Debug problem in WMB V6.0 |
fat_tony
Replies: 5 Views: 5090
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 23, 2007 7:28 am Subject: Debug problem in WMB V6.0 |
Many people here have reported problems using the RAC. Some of them might be down to user misunderstanding.
Regardless, most people I know use mqsichangetrace commands for debugging instead of the ... |
Topic: HTTP Input/Apache Tomcat |
fat_tony
Replies: 4 Views: 3975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 22, 2007 11:34 am Subject: HTTP Input/Apache Tomcat |
Is there any way to get hold of the IP address of the calling machine in a flow triggered by HTTP Input node? I've set up a sample flow and looked through all the properties at runtime but it doesn't ... |
Topic: WSDL Importer |
fat_tony
Replies: 7 Views: 6268
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 19, 2007 12:40 pm Subject: WSDL Importer |
The WSDL importer will create several message definition files, including a soapenv11.mxsd as well as your web service mxsd.
In your mapping node did you map to Envelope/Body on output and then map ... |
Topic: How to get names of Broker, Message Flow, Node |
fat_tony
Replies: 2 Views: 4368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2007 11:05 am Subject: How to get names of Broker, Message Flow, Node |
Try these
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24000599&loc=en_US&cs=utf-8&lang=en
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24011189&loc=e ... |
Topic: CICS halts in reading messages from a queue |
fat_tony
Replies: 4 Views: 7256
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 11, 2007 1:08 pm Subject: CICS halts in reading messages from a queue |
Presumably this is a triggered transaction via an MQ PROCESS definition.
It could be the case that it doesn't have exclusive access to the queue. For example, if something else has the queue open ... |
Topic: Exception List Missing |
fat_tony
Replies: 9 Views: 7886
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2006 11:03 am Subject: Exception List Missing |
This may not be a solution to your problem, but what happens if you specify 'Exception and LocalEnvironment' rather than 'All' in the Compute node properties? |
Topic: Changing case of XML tags |
fat_tony
Replies: 14 Views: 9342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 08, 2006 12:05 am Subject: Changing case of XML tags |
Mehtod 1:
IF FIELDTYPE(Out_Cursor) = XML.Element or........
THEN
......
This is a little messy though - not sure exactly how many field types you'd have to cater for. Obviously you co ... |
Topic: [SOLVED] Problem in installing fixpac for Broker and Toolkit |
fat_tony
Replies: 5 Views: 4598
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 06, 2006 4:15 am Subject: [SOLVED] Problem in installing fixpac for Broker and Toolkit |
Also which fixpak are you trying to install, and which version are you upgrading from. |
Topic: ESQL Code Assist v Reference Pointers |
fat_tony
Replies: 3 Views: 3643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 06, 2006 12:20 am Subject: ESQL Code Assist v Reference Pointers |
That sounds useful, thanks for the hint. |
Topic: ESQL Code Assist v Reference Pointers |
fat_tony
Replies: 3 Views: 3643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 05, 2006 5:51 am Subject: ESQL Code Assist v Reference Pointers |
We have a requirement to handle some reasonably large (up to 4Mb), complex XML messages and would like to use Message Sets with code assist to make this task easier. We will have XSD schemas readily ... |
Topic: ESQL Problem using namespace |
fat_tony
Replies: 6 Views: 8258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 04, 2006 5:23 am Subject: ESQL Problem using namespace |
1. You don't have to set MessageDomain explicitly.
3. 'xsd:string' not 'xsd.string'
1. Agreed, although to be fair the example in the Help that this ESQL is clearly based on sets this in exactly ... |
Topic: MQSeries - CICS design related queries |
fat_tony
Replies: 2 Views: 4037
|
Forum: General IBM MQ Support Posted: Sun Dec 03, 2006 10:52 am Subject: MQSeries - CICS design related queries |
1) You can have many input queues if you wish, however it sounds like you don't actually need to have more than one in your case.
2) Why do you need separate queues to achieve this? Just do this ... |
Topic: ESQL Problem - null data values |
fat_tony
Replies: 2 Views: 3378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 02, 2006 7:51 am Subject: ESQL Problem - null data values |
Hi
I'm having a problem with some ESQL code which is leading to an exception further down the line, can anyone help me?
Broker & Toolkit v6.0.0.2 on Windows.
I'm passing some XML into a f ... |