Author |
Message |
Topic: ESQL for beginners |
mqmike
Replies: 7 Views: 6433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 21, 2010 12:40 pm Subject: ESQL for beginners |
Thanks - I'll see what that unearths. I thought there may be something glaringly obvious that was wrong but maybe not. Doesn't bode well if I'm having to take traces just to copy an element's value to ... |
Topic: ESQL for beginners |
mqmike
Replies: 7 Views: 6433
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 21, 2010 12:14 pm Subject: ESQL for beginners |
Can someone please tell me where I'm going wrong with this one
Input message is xml, let's say...
<Message>
<Name>John</Name>
</Message>
Output needs to be...
&l ... |
Topic: ESQL exists |
mqmike
Replies: 1 Views: 2624
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2010 6:29 am Subject: ESQL exists |
Hi - simple question but surpisingly little in the info centre. Will the following esql return true if ExampleList contains a value equal to test?
declare Qual char 'test';
EXISTS(SELECT * from aR ... |
Topic: MQJE001: An MQException occurred: Reason 2058 |
mqmike
Replies: 5 Views: 5918
|
Forum: General IBM MQ Support Posted: Thu Mar 22, 2007 2:29 am Subject: MQJE001: An MQException occurred: Reason 2058 |
No SSL used.
To be honest I'm more concerned with the 2058. I guess the 2009 could have happened for a number of reasons.
Very odd. I've got a copy of the application's config file and the QM na ... |
Topic: MQJE001: An MQException occurred: Reason 2058 |
mqmike
Replies: 5 Views: 5918
|
Forum: General IBM MQ Support Posted: Thu Mar 22, 2007 2:00 am Subject: MQJE001: An MQException occurred: Reason 2058 |
2058 with bindings
2009 when using svrconn with no hard configured mcauser
no sign of 2035s and nothing in the event queues |
Topic: MQJE001: An MQException occurred: Reason 2058 |
mqmike
Replies: 5 Views: 5918
|
Forum: General IBM MQ Support Posted: Wed Mar 21, 2007 8:38 am Subject: MQJE001: An MQException occurred: Reason 2058 |
MQ6.0.2 on AIX 5.3. Application is a 3rd party one that runs under WAS, it has its own MQ config file.
We have two QMs on the server but we get the above error when trying to connect to one of them ... |
Topic: MQJMS2013 |
mqmike
Replies: 7 Views: 8496
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 19, 2007 1:12 am Subject: MQJMS2013 |
Nice tip thanks - which event queue do these appear on? |
Topic: MQJMS2013 |
mqmike
Replies: 7 Views: 8496
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 19, 2007 12:29 am Subject: MQJMS2013 |
Thanks very much for the reply.
We are using bindings and I'm told that the java process runs under the 'was' id. Given that this is part of mqm and that I've refreshed security, I'd expect everyth ... |
Topic: MQJMS2013 |
mqmike
Replies: 7 Views: 8496
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 18, 2007 9:23 am Subject: MQJMS2013 |
Hi
I've looked through the (many) posts on this error already on this forum but need to get this resolved as soon as possible and am not sure that I have exhausted all options.
Basically we have ... |
Topic: Conversion problem with ! inside an XML message |
mqmike
Replies: 27 Views: 25017
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Sep 04, 2006 3:41 am Subject: Conversion problem with ! inside an XML message |
Thanks for all your efforts guys.
It transpires that the z/OS queue manager CCSID was not the same as that used on the platform. |
Topic: Conversion problem with ! inside an XML message |
mqmike
Replies: 27 Views: 25017
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 31, 2006 10:44 pm Subject: Conversion problem with ! inside an XML message |
Thanks for the responses guys.
Regardless of what CCSID the message is being posted in though, surely if the message is format MQSTR and CONVERT_ON_GET are used, we shouldn't have a problem?
The ... |
Topic: Conversion problem with ! inside an XML message |
mqmike
Replies: 27 Views: 25017
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 31, 2006 10:29 pm Subject: Conversion problem with ! inside an XML message |
Message is being sent from the mainframe so I assume it's being posted in CCSID 500. Where does 37 come from?
Just interested to know under which circumstances qmgr CCSID should be changed. I alway ... |
Topic: Conversion problem with ! inside an XML message |
mqmike
Replies: 27 Views: 25017
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 31, 2006 8:44 am Subject: Conversion problem with ! inside an XML message |
We have a problem with some XML data that is being sent from z/OS to AIX. CCSID on z/OS is 500, CCSID on AIX is 819. We do not have message conversion on the channel. When the XML reaches AIX, the ! i ... |
Topic: Circular Logging |
mqmike
Replies: 4 Views: 3567
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Aug 25, 2006 5:05 am Subject: Circular Logging |
Thanks for the quick repsonse!
One of our qmgrs (circular) has 11 primaries and 1 secondary defined. Only 10 logs appear in the directory though which is odd - I would have expected 11.
Also it ... |
Topic: Circular Logging |
mqmike
Replies: 4 Views: 3567
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Aug 25, 2006 4:55 am Subject: Circular Logging |
I understand that circular logging is used to provide restart recovery. Are all messages still logged in circular logging though - i.e. updates are made to the logs first and then to the queues or is ... |